Hello Guest

Author Topic: Sprite Animation Clip Inspector Text cannot copy  (Read 5585 times)

xhtai88

  • Newbie
  • *
  • Posts: 7
    • View Profile
Sprite Animation Clip Inspector Text cannot copy
« 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

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Sprite Animation Clip Inspector Text cannot copy
« Reply #1 on: August 23, 2013, 11:32:18 am »
What text field are you talking about?

xhtai88

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Sprite Animation Clip Inspector Text cannot copy
« Reply #2 on: August 23, 2013, 11:53:05 am »
Text field for sprite sequence :

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Sprite Animation Clip Inspector Text cannot copy
« Reply #3 on: August 23, 2013, 11:56:53 am »
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.

xhtai88

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Sprite Animation Clip Inspector Text cannot copy
« Reply #4 on: August 23, 2013, 12:02:37 pm »
Still cannot. You means the Clip Name field, right ?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Sprite Animation Clip Inspector Text cannot copy
« Reply #5 on: August 23, 2013, 12:55:27 pm »
Its a bug. you can fix it by changing
tk2dSpriteAnimationAnimOp, line 159
to
textNames = EditorGUILayout.TextArea

Add the bold bit.

xhtai88

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Sprite Animation Clip Inspector Text cannot copy
« Reply #6 on: August 26, 2013, 04:37:10 am »
Thanks~~ It fixed... :D