Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnsoncodehk/unity-asset-inspector

Unity sub-asset editor
https://github.com/johnsoncodehk/unity-asset-inspector

Last synced: 5 days ago
JSON representation

Unity sub-asset editor

Awesome Lists containing this project

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:

```json
"com.johnsoncodehk.unity-asset-inspector": "https://github.com/johnsoncodehk/unity-asset-inspector.git"
```

### How To Use

1. Open the window from Window/Asset Inspector.
2. 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