Hey,
I'm trying to accurately represent the Earths mass and relate that to a persons mass to calculate gravitational forces between the two bodies.
I have no issue if the earths mass is set programatically, or calculated. However, I can't seem to input it into the editor. The editor keeps changing the value to something lower, or reverting to my previous set mass on the RigidBody. I'm attempting to set them in the editor so I can place certain planets with specified weights.
Is there a restriction on the float values in the editor thats lesser than that which can be represented in C# scripts in Unity? Or am I going about this in the wrong way?
Cheers.