Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: vvolynine on November 13, 2013, 12:15:10 AM
-
Question, how do I smooth out the text when my first person camera moves around? It seems to twitch a bit when I go left and right. Cheers.
-
UI Camera shouldn't move. It should be stationary.
-
UI Camera shouldn't move. It should be stationary.
During game-play the camera sits far away and doesn't move a pixel. Every UI feature is smooth, only the HUDText twitches during left to right movement. Strange.
-
I've fixed it, phew.
For anyone using the uFPS Camera add-on - change inside your UIFollowTarget the "void Update" function to "void LateUpdate". I have a feeling a lot of uFPS users might run into this issue as both addons are very popular.
I guess really it should just match whatever your final camera/character movement is done on, regular, fixed, or late.
Cheers.
-
Are you still working on this and r u using 1.4.9 as i would like to help because im doing the same