redbluegames / unity-mulligan-renamer

Mulligan Renamer tool for the Unity Editor allows for quick and safe renaming of many assets and gameobjects at once

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Renamed Spritesheets don't immediately show new names

edwardrowe opened this issue · comments

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

  • Click and different folder and click back
  • Ping the object via script
  • Recompile

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.