Ok, but i suspect that deltaTime has its flaws. For example on fast PC deltaTime would be smaller then on slower ones, so movement speed would be different?
That’s the whole point, yes. That’s precisely why you normally use Time.deltaTime; just don’t use it with input that’s already framerate-independent, primarily mouse movement.