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

Adding a Dollar sign ($) in a new Sprite name probably fails #294

Open edwardrowe opened 2 years ago

edwardrowe commented 2 years ago

This is just a thought that came to me. This would be because I'm using regex to rename these files with the supplied name, and $1 is special in regex replacement text.

Investigate and add repro steps or close if it's not a bug.