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

Renamed Spritesheets don't immediately show new names #258

Open edwardrowe opened 4 years ago

edwardrowe commented 4 years ago

In 2019.3, after renaming sprites in a spritesheet, the new names don't show up in the project window until you:

I tried lots of workarounds, like EditorApplication.RepaintProjectWindow, marking the object dirty then reimporting, but nothing worked.

We may just have to wait for a new version of Unity for this.