How would one go about making chain-physics in respect to a direction of gravity without using RigidBody?
If you are wondering why I don’t want to use RigidBody it’s because my game has properties that do not work well with the non-deterministic effects of Unity’s Physics system and I have Vsync turned off as I try to get the game to always behave as if it is running at 30 or 60 fps.