2D Toolkit Forum
2D Toolkit => Support => Topic started by: xhtai88 on August 23, 2013, 11:24:12 am
-
Hi , support
I would like ask why the sprite animation editor the text field I cannot perform copy and paste function ?
P.S:
Window version of Unity 4.2
-
What text field are you talking about?
-
Text field for sprite sequence :
-
Looks like a bug. I'll fix it in the next release.
If you double click on the "Name" text, and then click inside the text field, you can then paste there.
-
Still cannot. You means the Clip Name field, right ?
-
Its a bug. you can fix it by changing
tk2dSpriteAnimationAnimOp, line 159
to
textNames = EditorGUILayout.TextArea
Add the bold bit.
-
Thanks~~ It fixed... :D