https://github.com/konh/unityrenametool
Unity editor tool which allow you to replace object name parts with another values and works with multiple objects simultaneously
https://github.com/konh/unityrenametool
editor-plugin unity unity-3d unity-editor unity3d
Last synced: 4 months ago
JSON representation
Unity editor tool which allow you to replace object name parts with another values and works with multiple objects simultaneously
- Host: GitHub
- URL: https://github.com/konh/unityrenametool
- Owner: KonH
- License: mit
- Created: 2017-02-26T14:06:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T17:44:38.000Z (about 8 years ago)
- Last Synced: 2025-08-01T23:48:09.194Z (6 months ago)
- Topics: editor-plugin, unity, unity-3d, unity-editor, unity3d
- Language: C#
- Homepage:
- Size: 3.55 MB
- Stars: 18
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Universal Rename Tool 1.0.0
## Overview
It is an editor tool for Unity which allows you to replace object name parts with another values and works with multiple objects simultaneously.
## Example
You have a scene with hundreds of gameObjects with unique names and you need to rename part of them, e.g. with 'item' in name. Instead of changing all names ('item0', 'item1', etc) manually you can find them with Universal Rename Tool and replace 'item' with everything you want ('item\*' => 'instance\*').
## Features
* Search both in project & scenes
* Replace part of an object name with another part
* Ignore case option
* RegEx support
* Search in all scene or in particular object and its childs
* Optional match limitation
## Further improvements
* Add RegEx support in Project View search (custom panel with object selection is required)