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!