com.litefeel.renametools

Rename Tools is just perfect Unity asset plugin to rename game object.

Usage no npm install needed!

<script type="module">
  import comLitefeelRenametools from 'https://cdn.skypack.dev/com.litefeel.renametools';
</script>

README

Rename Tools

Donate

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?

  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

Support