Hello Guest

Author Topic: Fastest way to move sprite to another SpriteCollection in Editor?  (Read 3001 times)

chel123456

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 1
    • View Profile
Hi!

I'm looking for fastest way to move sprite from one SpriteCollection to another in Editor.
If I'm delete sprite from SpriteCollection and manually add to another, I need to select every control that use it and select right collection.
May be exists another way ?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Fastest way to move sprite to another SpriteCollection in Editor?
« Reply #1 on: December 10, 2014, 09:38:41 am »
No unfortunately thats the only way - you can of course write a script to do this, and that will probably be the most sensible thing to do. The sprite is referenced by a pair (spritecollection, spriteId) so its tied to the sprite collection.