- Home /
 
Gravity Scale Zero or Kinematic?
I have objects that follow nodes, but only need gravity when they need to fall.
What is the best option, performance wise: (mobiles) -Gravity Scale = 0 then change it to 1 when needed -Kinematic = true then change to false when needed
Thanks in advance! :-)
Answer by Invertex · Jan 20, 2014 at 08:15 AM
Kinematic, absolutely. Kinematic turns off gravity and also allows the rigidbody to be directly moved through any means. It's the proper way to do this.
Your answer
 
             Follow this Question
Related Questions
How to deal with *many* moving colliders? 1 Answer
How to properly setup kinematic rigid bodie(s) and colliders in animated human character 0 Answers
Are my kinematic rigidbodies slowing my scene down? 2 Answers
Best way to move a rigidbody 1 Answer
[SOLVED] Desactivate pushing forces between two objects 2 Answers