Hello Guest

Author Topic: After I updated Unity to 4.3 and 2D Toolkit to 2.3...  (Read 4539 times)

griden

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 15
    • View Profile
After I updated Unity to 4.3 and 2D Toolkit to 2.3...
« on: November 13, 2013, 11:22:49 am »
Hello,

Probably I've messed up something but after updating both Unity and 2D Toolkit my project doesn't look like a 2d TK project at all  :o These are the symptoms:

  • All 2D Toolkit scripts that are attached to prefabs and objects display this: "The associated script cannot be loaded. Please fix any compile errors and assign a valid script."
  • Doesn't display any of the 2D Toolkit features that were previously built into the Unity menu - Create a Sprite, Create Sprite Collections, etc.

To update 2D TK I just opened the asset store window from within Unity and clicked Update, then Import.

Thanks in advance!

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: After I updated Unity to 4.3 and 2D Toolkit to 2.3...
« Reply #1 on: November 13, 2013, 11:24:40 am »
do you have any errors in the console?

griden

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: After I updated Unity to 4.3 and 2D Toolkit to 2.3...
« Reply #2 on: November 13, 2013, 11:30:04 am »
Yes, but only from my own scripts - the same I had before updating.
« Last Edit: November 13, 2013, 11:32:50 am by griden »

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: After I updated Unity to 4.3 and 2D Toolkit to 2.3...
« Reply #3 on: November 13, 2013, 11:30:27 am »
You need to fix all errors before unity will load all scripts properly...

griden

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: After I updated Unity to 4.3 and 2D Toolkit to 2.3...
« Reply #4 on: November 13, 2013, 12:20:18 pm »
Thanks, that helped!