There's a lifecycle function called FixedUpdate, which is called a fixed number of times per second. You can configure the frequency in the Edit Project Settings Time Fixed Timestep. If you add a ...
A description of what you're trying to do: I would like to get the real distance in meters between two different game object, and the elevation difference in meter as well. I already know the Vector2d ...