3+ Simple Ways on How To Make a Gravity Bong

How To Make Gravity Bong

3+ Simple Ways on How To Make a Gravity Bong

A gravity bong, also known as a geeb, is a makeshift device used to smoke cannabis or other smokable substances. It is made from two plastic bottles, one of which is filled with water and the other with the substance to be smoked. The two bottles are connected by a hole in the bottom of the water-filled bottle, and the substance to be smoked is placed in the hole. When the user inhales through the mouthpiece of the water-filled bottle, the water level drops, creating a vacuum that draws the smoke from the other bottle into the user’s lungs.

Gravity bongs are popular among cannabis users because they are easy to make and use, and they can produce a large amount of smoke. However, they can also be dangerous, as they can cause users to inhale harmful toxins and carcinogens.

Read more

The Ultimate Guide: Implementing Gravity in Unity

How To Apply Gravity In Unity

The Ultimate Guide: Implementing Gravity in Unity


Applying gravity in Unity is a fundamental aspect of game development, as it allows objects to fall and interact with each other realistically. To apply gravity, you can use the Rigidbody component, which provides physical properties to objects and enables them to respond to forces like gravity.

To apply gravity to an object, simply add a Rigidbody component to it through the Inspector window. By default, gravity will be applied automatically, pulling the object downward. You can adjust the strength of gravity by altering the Gravity Scale property in the Rigidbody component. A higher value will result in a stronger gravitational pull.

Read more