Author Topic: Not able to upgrade to licensed version  (Read 1597 times)

g1i1ch

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 6
    • View Profile
Not able to upgrade to licensed version
« on: September 12, 2014, 03:52:50 PM »
So I just bought ngui and I'm pumped to upgrade my free version. I followed the 3-step upgrade process listed everywhere, and the normal folder moving stuff for unityscript. New scene -> Remove old ngui folders -> import. I'm getting some errors though.

  1. Assets/NGUI/Scripts/Editor/UIBasicSpriteEditor.cs(16,36): error CS0246: The type or namespace name `UIWidgetInspector' could not be found. Are you missing a using directive or an assembly reference?
  2.  
  3. Assets/NGUI/Scripts/Editor/UIScrollBarEditor.cs(11,34): error CS0246: The type or namespace name `UIProgressBarEditor' could not be found. Are you missing a using directive or an assembly reference?
  4.  


[Update]
I went to look at the importing wizard again and I realized it's not importing everything even though I have everything marked to be imported. So I had to import the files manually. And now that everything is imported I'm getting this even stranger error.

  1. NullReferenceException: Object reference not set to an instance of an object
  2. UnityEditor.TreeViewDragging.DragElement (UnityEditor.TreeViewItem targetItem, Rect targetItemRect, Boolean firstItem) (at C:/BuildAgent/work/d63dfc6385190b60/Editor/Mono/GUI/TreeView/TreeViewDragging.cs:201)
  3. UnityEditor.TreeView.HandleUnusedMouseEventsForNode (Rect rect, UnityEditor.TreeViewItem item, Boolean firstItem) (at C:/BuildAgent/work/d63dfc6385190b60/Editor/Mono/GUI/TreeView/TreeView.cs:304)
  4. UnityEditor.TreeView.OnGUI (Rect rect, Int32 keyboardControlID) (at C:/BuildAgent/work/d63dfc6385190b60/Editor/Mono/GUI/TreeView/TreeView.cs:408)
  5. UnityEditor.ProjectBrowser.OnGUI () (at C:/BuildAgent/work/d63dfc6385190b60/Editor/Mono/ProjectBrowser.cs:1733)
  6. 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)
  7.  
  8.  
  9.  


I'm using Unity 4.5.2f1
« Last Edit: September 12, 2014, 04:16:03 PM by g1i1ch »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Not able to upgrade to licensed version
« Reply #1 on: September 13, 2014, 03:34:13 AM »
Can't say I've seen that one. That's somewhere in Unity. What do you have selected?