2D Toolkit Forum

2D Toolkit => Support => Topic started by: chel123456 on December 10, 2014, 08:57:00 am

Title: Fastest way to move sprite to another SpriteCollection in Editor?
Post by: chel123456 on December 10, 2014, 08:57:00 am
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 ?
Title: Re: Fastest way to move sprite to another SpriteCollection in Editor?
Post by: unikronsoftware 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.