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 - thiagodeserto

Pages: [1]
1
Support / Re: tk2dExternal does not exist
« on: April 18, 2015, 08:30:57 pm »
Same problem here, but with unity cloud only.

Locally builds perfectly, but in the cloud cannot build iOS, Android or Web.
Both unity versions are the same: 5.0.1f1.

This is happening with a brand new project and last 2d toolkit version.
2.5.1

Code: [Select]
1: [Unity] Initialize engine version: 5.0.1f1 (5a2e8fe35a68)
2: [Unity] -----CompilerOutput:-stdout--exitcode: 1--compilationhadfailure: True--outfile: Temp/Assembly-CSharp-Editor.dll
3: [Unity] Compilation failed: 4 error(s), 0 warnings
4: [Unity] Assets/TK2DROOT/tk2d/Editor/tk2dEditorSkin.cs(14,25): error CS0103: The name `tk2dExternal' does not exist in the current context
5: [Unity] Assets/TK2DROOT/tk2d/Editor/tk2dEditorSkin.cs(20,24): error CS0103: The name `tk2dExternal' does not exist in the current context
6: [Unity] Assets/TK2DROOT/tk2d/Editor/tk2dEditorSkin.cs(24,24): error CS0103: The name `tk2dExternal' does not exist in the current context
7: [Unity] Assets/TK2DROOT/tk2d/Editor/tk2dEditorSkin.cs(46,17): error CS0103: The name `tk2dExternal' does not exist in the current context
8: [Unity] Assets/TK2DROOT/tk2d/Editor/tk2dEditorSkin.cs(14,25): error CS0103: The name `tk2dExternal' does not exist in the current context
9: [Unity] Assets/TK2DROOT/tk2d/Editor/tk2dEditorSkin.cs(20,24): error CS0103: The name `tk2dExternal' does not exist in the current context
10: [Unity] Assets/TK2DROOT/tk2d/Editor/tk2dEditorSkin.cs(24,24): error CS0103: The name `tk2dExternal' does not exist in the current context
11: [Unity] Assets/TK2DROOT/tk2d/Editor/tk2dEditorSkin.cs(46,17): error CS0103: The name `tk2dExternal' does not exist in the current context
12: [Unity] -----CompilerOutput:-stdout--exitcode: 1--compilationhadfailure: True--outfile: Temp/Assembly-CSharp-Editor.dll

2
Support / Re: Windows Phone 8 Keyboard Issue
« on: November 05, 2013, 09:33:27 pm »
It worked pretty good.
Thank you so much for the fast reply.
 :D

3
Support / Re: Windows Phone 8 Keyboard Issue
« on: November 05, 2013, 01:38:38 am »
Thank you so much.
If you have any clue or workaround for this, please let me know.
:D

4
Support / Windows Phone 8 Keyboard Issue
« on: November 03, 2013, 11:50:55 am »
Hi,

I found an issue that occurs only on Windows Phone 8 devices.
When I click on tk2dUITextInput item it does not receive typed chars on WP8.
The system works great on editor but does not on mobile.

The weird thing is, sometimes (5% or less) it works.
I tested on a new scene and with the provided samples.

Here a video to see exactly what is going on:
http://www.youtube.com/watch?v=_HLREw_3Qts

Unity Pro 4.2.1f
2D Toolkit 2.2.3

There is any workaround for this, I'm on a project rush here.

Pages: [1]