2D Toolkit Forum

2D Toolkit => Support => Topic started by: yuefeng on October 31, 2012, 07:19:43 am

Title: Get some error when I update to 1.8+Pitch1 , help !
Post by: yuefeng 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?
Title: Re: Get some error when I update to 1.8+Pitch1 , help !
Post by: unikronsoftware 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.
Title: Re: Get some error when I update to 1.8+Pitch1 , help !
Post by: yuefeng on November 01, 2012, 05:06:25 am
Thank you,problem solved  :)