https://github.com/chrisyarbrough/renamer
A bulk rename utility for Unity's hierarchy and project view.
https://github.com/chrisyarbrough/renamer
unity
Last synced: about 1 year ago
JSON representation
A bulk rename utility for Unity's hierarchy and project view.
- Host: GitHub
- URL: https://github.com/chrisyarbrough/renamer
- Owner: chrisyarbrough
- License: mit
- Created: 2024-07-30T19:03:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T22:28:58.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T14:41:55.225Z (about 1 year ago)
- Topics: unity
- Language: C#
- Homepage:
- Size: 297 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Renamer
A clean and functional bulk renaming utility for GameObjects in the scene view and assets in the project view.

## Features
- Rename operations:
1. Replace base name
2. Remove a number of characters from start, end or the middle
3. Change case to upper, lower or title
4. Search and replace a substring
5. Regex search and replace
6. Add a prefix or suffix or insert text at a specific index
7. Number a sequence with padding
- The window has horizontal and vertical layouts, including an auto-layout based on the window size.
- Rename operations are grouped into basic and advanced categories. Select the mode via the window burger menu.
- The rename action records an undo (scene GameObjects only).
- Operations are applied in order top to bottom and can be reordered via the operation context menu.
- The preview panel shows a before and after for each name. It includes a basic git-like diff view.

## Support
Unity 2021.3 or newer.
## Contributions
See the issues tabs for any open feature requests or bugs to contribute.