Hello Guest

Author Topic: Get some error when I update to 1.8+Pitch1 , help !  (Read 4018 times)

yuefeng

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 5
    • View Profile
Get some error when I update to 1.8+Pitch1 , help !
« on: October 31, 2012, 07:19:43 am »
I used tk2d for a year, has been very stable. Yesterday I updated the plug-in to 1.8+pitch1 from 1.76+pitch3 , some errors occurred.
I repeated the test, but does not solve the problem. What can I do ?
The following error information :

Quote
Assets/Plugins/tk2d/Sprites/tk2dBaseSprite.cs(534,86): error CS0234: The type or namespace name `SpriteCollectionSize' does not exist in the namespace `tk2dRuntime'. Are you missing an assembly reference?

Assets/Plugins/tk2d/Sprites/tk2dSprite.cs(118,83): error CS0234: The type or namespace name `SpriteCollectionSize' does not exist in the namespace `tk2dRuntime'. Are you missing an assembly reference?

Assets/Plugins/tk2d/Sprites/tk2dSpriteCollectionData.cs(402,97): error CS0234: The type or namespace name `SpriteCollectionSize' does not exist in the namespace `tk2dRuntime'. Are you missing an assembly reference?
« Last Edit: October 31, 2012, 08:51:38 am by yuefeng »

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Get some error when I update to 1.8+Pitch1 , help !
« Reply #1 on: October 31, 2012, 01:19:37 pm »
Hi,

Do you use JavaScript? If so, restart Unity and run "2D Toolkit/Setup for JavaScript" again.

yuefeng

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Get some error when I update to 1.8+Pitch1 , help !
« Reply #2 on: November 01, 2012, 05:06:25 am »
Thank you,problem solved  :)