com.litefeel.renametools
Version:
Rename Tools is just perfect Unity asset plugin to rename game object.
71 lines (51 loc) • 1.75 kB
Markdown
[](https://github.com/litefeel/Unity-RenameTools/releases)
[](https://github.com/litefeel/Unity-RenameTools/blob/master/LICENSE.md)
[](https://paypal.me/litefeel)
[][RenameTools] is just perfect Unity asset plugin to rename game object.
- Free
- Rename game object
- No runtime resources required
- No scripting required
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",
...
}
}
```
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 menu
2. Input the start number, like 1
3. Select multiple game objects in the hierarchy
4. Press `Shift + F2`
5. Click Rename button
- Create issues by [issues][issues] page
- Send email to me: <litefeel@gmail.com>
[]: https://github.com/litefeel/Unity-RenameTools (RenameTools)
[]: https://github.com/litefeel/Unity-RenameTools/issues (RenameTools issues)