2D Toolkit Forum
2D Toolkit => Support => Topic started by: markpollard on September 04, 2012, 03:43:08 pm
-
Hi, after i make my sprite collection is there a way to edit the sprites ID number manually?
-
There isn't, and this is intentional. The IDs are meant to be constant - the rest of the system assumes that. Is there any reason in particular you need to do this?
-
Its ok i have found a way around it. Would be nice to rearrange the ids on build atlas again though. so you dont have stray ids.
-
Do you use the IDs for anything in particular? Rearranging IDs means animations, tilemap tiles, etc will be incorrect, and some of these live within scenes so it will be impossible to match up again.