Hi,
I'm encountering this error when moving an atlas from an ngui 2.6.3 project to a brand new project containing nothing but ngui 3.0.2. When I select the prefab in the project view, the inspector goes blank, showing only a small black box in the corner. All 3 files, mat, png, and prefab are moved. I can send the atlas, if necessary.
MissingReferenceException: The variable material of 'UIAtlas' doesn't exist anymore.
You probably need to reassign the material variable of the 'UIAtlas' script in the inspector.
UnityEngine.Material.get_mainTexture ()
UIAtlas.Upgrade () (at Assets/NGUI/Scripts/UI/UIAtlas.cs:402)
UIAtlas.GetSprite (System.String name) (at Assets/NGUI/Scripts/UI/UIAtlas.cs:217)
UIAtlasInspector.OnInspectorGUI () (at Assets/NGUI/Scripts/Editor/UIAtlasInspector.cs:95)
UnityEditor.InspectorWindow.DrawEditors (Boolean isRepaintEvent, UnityEditor.Editor[] editors, Boolean eyeDropperDirty)
UnityEditor.DockArea:OnGUI()