Rename Tools is just perfect Unity asset plugin to rename game object.
npm install com.litefeel.renametools



[Rename Tools][RenameTools] is just perfect Unity asset plugin to rename game object.
- Free
- Rename game object
- No runtime resources required
- No scripting required
#### Using npm (Ease upgrade in Package Manager UI)Recommend
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
`` js`
{
"scopedRegistries": [
{
"name": "My Registry",
"url": "https://registry.npmjs.org",
"scopes": [
"com.litefeel"
]
}
],
"dependencies": {
"com.litefeel.renametools": "2.0.0",
...
}
}
#### Using git
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
` js`
{
"dependencies": {
"com.litefeel.renametools": "https://github.com/litefeel/Unity-RenameTools.git#2.0.0",
...
}
}
1. Select Edit > Preferences… > Rename Tools from the menuShift + F2`
2. Input the start number, like 1
3. Select multiple game objects in the hierarchy
4. Press
5. Click Rename button
- Create issues by [issues][issues] page
- Send email to me:
[RenameTools]: https://github.com/litefeel/Unity-RenameTools (RenameTools)
[issues]: https://github.com/litefeel/Unity-RenameTools/issues (RenameTools issues)