Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: vvolynine on November 13, 2013, 12:15:10 AM

Title: nGUI Hud Text - First person Smoothing
Post 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.
Title: Re: nGUI Hud Text - First person Smoothing
Post by: ArenMook on November 13, 2013, 08:19:08 PM
UI Camera shouldn't move. It should be stationary.
Title: Re: nGUI Hud Text - First person Smoothing
Post by: vvolynine on November 14, 2013, 02:40:24 AM
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.
Title: Re: nGUI Hud Text - First person Smoothing
Post by: vvolynine on November 14, 2013, 05:38:34 AM
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.
Title: Re: nGUI Hud Text - First person Smoothing
Post by: dustinwloring1988 on January 28, 2015, 02:43:01 PM
Are you still working on this and r u using 1.4.9 as i would like to help because im doing the same