com.litefeel.renametools
v2.0.0
Published
Rename Tools is just perfect Unity asset plugin to rename game object.
Downloads
35
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 Tools
from 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: [email protected]