I've just downloaded the latest 5.4 beta, and get the following error from NGUI
NullReferenceException: Object reference not set to an instance of an object
NGUITools.get_screenSize () (at Assets/NGUI/Scripts/Internal/NGUITools.cs:1871)
UIRoot.get_activeHeight () (at Assets/NGUI/Scripts/UI/UIRoot.cs:173)
UIRoot.UpdateScale (Boolean updateAnchors) (at Assets/NGUI/Scripts/UI/UIRoot.cs:277)
UIRoot.Start () (at Assets/NGUI/Scripts/UI/UIRoot.cs:257)
I get this with NGUI 3.9.7.
For some reason my sprites all look fine, but all my text is missing in my UI or grossly mis-scaled.
Thanks