Asset Inspector
Unity sub-asset editor
com.johnsoncodehk.unity-asset-inspector 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unity-asset-inspector.git README Markdown
Copy this to your project's README.md
## Installation
Add **Asset Inspector** 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/unity-asset-inspector.git
```
[](https://www.pkglnk.dev/pkg/unity-asset-inspector)README
unity-asset-inspector
Setup
The following line needs to be added to your Packages/manifest.json file in your Unity Project under the dependencies section:
"com.johnsoncodehk.unity-asset-inspector": "https://github.com/johnsoncodehk/unity-asset-inspector.git"
How To Use
- Open the window from Window/Asset Inspector.
- Select a asset from Project window to edit.
Editable fileds
Asset Meta Data
- File Name
- User Data
- Main Object
Child Asset
- Name
- Hide Flags
Asset MenuItem
- Delete Child Asset
- Copy Asset
- Paste Asset Data
- Paste Asset As Child
No comments yet. Be the first!