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.


Topics - yuefeng

Pages: [1]
1
Support / Multi-Touch doesn't work
« on: June 24, 2018, 12:21:53 am »
I am sure to enabled "use multi-touch" on the tk2dUIManager, but when I hold button A, it will automatically release when I press button B.

And I noticed that the "UiCamera" on tk2dUIManager will become "None" when I play the game, how to solve that?

Big Thanks !

2
Support / 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?

3
Support / How do I make the button to support multitouch?
« on: April 01, 2012, 03:01:57 am »
I used 2d ToolKit to make the simple button function, and I need button to support multitouch.
In addition, I would like to know how to make the button called once button pressed , and do not called at released like TK2D default?
Thanks  :D

Pages: [1]