Author Topic: Fatal Error when updating  (Read 2558 times)

artician

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 54
    • View Profile
Fatal Error when updating
« on: May 22, 2014, 04:32:46 PM »
I ran into an issue with NGUI, but decided to update before posting about it. 

I was updating to the latest version from the asset store, and upon attempting to Import the latest version, Unity crashed immediately and I received this dialog:
----
Fatal error!

type == kMetaAssetType & pathName.find
(library/metadata") !=0
----

Can you tell me what this is? 
Also, can you tell me if there is a "proper" way to import a new version into an existing project?  (assuming this was my fault)

EDIT: this is preventing me from continuing work.  I deleted the NGUI directories and I still receive the above error when attempting to open Unity.

Thanks.
« Last Edit: May 22, 2014, 04:47:27 PM by artician »

beermoney

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 2
  • Posts: 80
    • View Profile
Re: Fatal Error when updating
« Reply #1 on: May 22, 2014, 06:24:37 PM »
are you sure its an isue with NGUI?
http://lmgtfy.com/?q=type+%3D%3D+kMetaAssetType

artician

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 54
    • View Profile
Re: Fatal Error when updating
« Reply #2 on: May 22, 2014, 06:31:55 PM »
Yes, yes it is caused by NGUI.  Thanks for asking.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Fatal Error when updating
« Reply #3 on: May 23, 2014, 03:38:41 PM »
Current version of NGUI requres Unity 4.3 or higher, as mentioned in the release notes. You can't obtain it from earlier Unity versions. You had to have used Unity 4.3 to download the package to begin with. You can obtain 3.6.0 b1, which was the last version to support Unity 3.5.7 by sending your OR# to support at tasharen.com.

artician

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 54
    • View Profile
Re: Fatal Error when updating
« Reply #4 on: May 23, 2014, 03:44:42 PM »
Thank you.  I think the issue I ran into is that while the individual pages on the Asset Store helpfully flag tools if they aren't compatible with your version of Unity, the "my packages" display section does not, and I generally update from there. 

Thank you!