Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/renametools.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/renametools)

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

Comments

No comments yet. Be the first!