redbluegames / unity-mulligan-renamer

Mulligan Renamer tool for the Unity Editor allows for quick and safe renaming of many assets and gameobjects at once
MIT License
551 stars 57 forks source link

Spritesheet rename no longer works in 2019.X #255

Closed edwardrowe closed 4 years ago

edwardrowe commented 4 years ago

The day has come... the meta data format of spritesheets changed somewhere, so renaming the sheet no longer works!

To fix, first make sure that Unity STILL doesn't support renaming sprites without breaking references. I suspect it might be fixed because it looks like they've mapping sprites to IDs instead of names.

Make sure to identify what version this breaks in, and keep the hack for previous versions.

edwardrowe commented 4 years ago

Fixed, but see #258

edwardrowe commented 4 years ago

Fixed in release v1.7.2. Store update to follow.