Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nacs

Pages: [1]
1
Releases / Re: 2D Toolkit 2.3.3
« on: December 21, 2013, 05:47:52 pm »
I updated to this version today and am receiving these 2 errors in Unity immediately after updating:

Code: [Select]
Assets/Plugins/tk2d/Code/Sprites/tk2dSpriteCollectionData.cs(564,17): error CS0103: The name `tk2dEditorSpriteDataUnloader' does not exist in the current context

Assets/Plugins/tk2d/Code/Sprites/tk2dSpriteCollectionData.cs(590,17): error CS0103: The name `tk2dEditorSpriteDataUnloader' does not exist in the current context

I did the "Integrity checker" in the editor and it said it was successful. Should I just comment out those 2 lines or am I doing something wrong?


2
Support / Re: Unity 4.3 hanging upon close
« on: November 13, 2013, 08:03:50 pm »
Same issue here after updating to 4.3 (with 2dtoolkit also updated to latest). It seems to eventually close but after many minutes.

3
Releases / Re: 2D Toolkit 2.3.0
« on: November 13, 2013, 07:55:06 am »
I don't know how you already have a 4.3 compatible release but however you did it, keep up the great work. :)

Also, love the png atlas support.

4
Support / Re: UI events clashing with main game input
« on: November 08, 2013, 02:10:04 am »
Just wanted to say thanks for this.

I was also getting tk2d button presses getting passed onto the game and after searching through a few pages of results in this forum, found this post and did the t2dkUIManager.PressedUIItem check in my touch handler to fix the problem.

Pages: [1]