Featured
-
How to create scrollbars in Unity3D
Scrollbar in Unity3D Scroll bars let a user cho
by inder.singh
Tags
Buoyancy:- Bouncy Factor In 2D Games
Hello Readers !!
Today we are going to discuss about the bouncy effect in the games.
You must have seen water in many 2D games. And once you throw any object on that water layer it shows bouncy effect which looks very nice.
...
Rigidbody in Unity
Rigidbody means the object will be controlled by physics. If you add this component to your object then it will be totally controlled by physics engine of unity. If you want to detect collisions to your objects then you have to add rigidbod...
Colliders, Rigidbody, Prefabs and Tags
Introduction of Colliders, Rigidbody, Prefabs and Tags.
How they all are used in unity3D
How to Move Make Objects by Adding Force in Unity
There are two methods to make object move in unity:
By changing its Transform (Position).
By adding Force by using AddForce() method.
In this blog I have mentioned, how we can make object move by adding force.
Force and Velocity both ...