Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: ranilian on June 28, 2012, 03:59:34 PM

Title: Localize without UIRoot?
Post by: ranilian on June 28, 2012, 03:59:34 PM
Hey Aren,

Changing the language field of Localization doesn't seem to update my UI at all. It only updates once in the beginning of the level but never calls OnLocalize again.
Title: Re: Localize without UIRoot?
Post by: ArenMook on June 29, 2012, 02:55:34 AM
Eh? Works fine.
Title: Re: Localize without UIRoot?
Post by: ranilian on June 29, 2012, 04:37:04 AM
I had to call NGUITools.Broadcast to broadcast the message to all the objects in the scene since UIRoot.Broadcast does not call if there is no UIRoot class.