Author Topic: nGUI Hud Text - First person Smoothing  (Read 7008 times)

vvolynine

  • Guest
nGUI Hud Text - First person Smoothing
« 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.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: nGUI Hud Text - First person Smoothing
« Reply #1 on: November 13, 2013, 08:19:08 PM »
UI Camera shouldn't move. It should be stationary.

vvolynine

  • Guest
Re: nGUI Hud Text - First person Smoothing
« Reply #2 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.

vvolynine

  • Guest
Re: nGUI Hud Text - First person Smoothing
« Reply #3 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.

dustinwloring1988

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Re: nGUI Hud Text - First person Smoothing
« Reply #4 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