How to re slice a sprite without loosing the names
I'm working on a game that is still subject to small changes and improvements. I have created a sprite with all the icons and I used the sprite editor to define the individual icons, I changed the names of those slices and have used them in my game with no issues/
Thing is, I need to add new icons to the sprite, for Unity to pick them up I need to re-slice the sprite, but this resets the name of all existing slices to default.
Is there a way to add more icons and re-slice without needing to rename all icons?
Thanks in advance!
Answer by LukeF140 · Aug 17, 2020 at 07:54 AM
You can re-slice without losing names by setting the method of slicing to "safe"
Your answer
Follow this Question
Related Questions
Gray Pixels put on sprites that weren't there before. 0 Answers
2d sprite shifts in place while animation plays 1 Answer
Could use some help with slicing a sprite sheet 0 Answers
Automatic slice all Sprites in Folder and apply on all of them by one click 0 Answers
Unity 5.0 Sprite slicing messes up with much vertices. 0 Answers