I am making a mobile game and i need very precise controls. When modifying an object’s velocity, how many divisions(the squares that help us scale in unity) does it move per second? And if we cannot calculate this how can i find out how many seconds does the object take to move from a point to another.
This completely depends on how fast you’re moving, no? Some simple physics equations should to the trick.