1
NGUI 3 Support / NullReferenceException in Prefab Toolbar with Unity 5 beta
« on: November 17, 2014, 06:00:24 PM »
Getting the following exception hundreds of times per second when attempting to use the prefab toolbar in Unity 5 beta with NGUI 3.7.6:
My apologies if it has already been submitted. I looked for it but couldn't find it.
- NullReferenceException: Object reference not set to an instance of an object
- UIPrefabTool.OnGUI () (at Assets/NGUI/Scripts/Editor/UIPrefabTool.cs:937)
- System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
My apologies if it has already been submitted. I looked for it but couldn't find it.