Rename Tools
RenameTools is just perfect Unity asset plugin to rename game object.
com.litefeel.renametools 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/renametools.git README Markdown
Copy this to your project's README.md
## Installation
Add **Rename Tools** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/renametools.git
```
[](https://www.pkglnk.dev/pkg/renametools)README
Rename Tools
Rename Tools is just perfect Unity asset plugin to rename game object.
Feature list
- Free
- Rename game object
- No runtime resources required
- No scripting required
Install
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:
{
"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:
{
"dependencies": {
"com.litefeel.renametools": "https://github.com/litefeel/Unity-RenameTools.git#2.0.0",
...
}
}
How to use?
- Select
Edit > Preferences… > Rename Toolsfrom the menu - Input the start number, like 1
- Select multiple game objects in the hierarchy
- Press
Shift + F2 - Click Rename button
Support
- Create issues by issues page
- Send email to me: litefeel@gmail.com
No comments yet. Be the first!