Question by
acarterczyz · Sep 04, 2016 at 02:59 AM ·
movementcamera rotatejerky
Standard Asset Camera Movement Issue
Hi all,
Having an issue with the "smoothness" of the camera movement using the Standard Asset called "DualTouchControls > TurnAndLookTouchPad". When I swipe to move the camera around, it gets really jerky. Does anyone know a fix for this? This is running on my Android device. I tried attaching a script to the camera with the following, but it did not fix the issue:
transform.rotation = Quaternion.Slerp(transform.rotation, Quaternion.Euler(0, 0, degree), Time.deltaTime);
I'm using Unity 5.3.5f1.
Here is a screen capture to show what I'm talking about: https://youtu.be/EOi_7f4Shy0
Any help would be MUCH appreciated!
Comment