An open API service indexing awesome lists of open source software.

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.

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.

![](Media~/Renamer.png)

## 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.

![](Media~/RenamerMenu.png)

## Support
Unity 2021.3 or newer.

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