1
NGUI 3 Support / Re: Objects randomly jumping into UI Root
« on: August 05, 2014, 03:21:49 PM »My guess is you have a widget underneath it. Widgets cause the parent object to be re-paranted to a panel unless there is already a panel present. You can't have stray widgets around. You must make them be children of some UIPanel.Thanks! I was adding a HudText behavior and evidently it was doing something derpy. I can fix it now that I've reassurance that i've not yet gone completely mad.

