I had the same thing and fixed it. If you used the Unity engine and change transform.position over time, make your transform position change depending on the Time.deltaTime and put it in the Update, not FixedUpdate, that worked for me