Camera/Look Moves Too Slow.

wassaby636

New member
Couple of months ago I ran the UFPS just as the videos show and everything worked perfect. Now that im ready to use it in game, I again followed the install videos exactly and everything works great and looks great, but the camera/look movement is sooooooo slow. Im using Unity 2019.3 in FPS mode with 3rd person body. Hope anyone has suggestions. Thanks.

I just realized that it works fine if i un-dock my game display, weird...
 
Last edited:
Does the demo scene work properly?

You can either switch your Update Location to FixedUpdate, or you can set the Application.TargetFramerate if you're running within update. You could also change the Mouse X/Y sensitivity in the input manager.
 
Top