I am carrying game objects to Unity scene.But When I run the game,game objects is falling towards down.
How can I fix it?
I added Rigidbody component.
Disable gravity on the rigidbody.
1 Like
1 Like
You can set gravity scale to 0, thus disabling gravity.
Thank you mates.I will do it.