Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnsoncodehk/unity-asset-inspector
- Owner: johnsoncodehk
- License: mit
- Created: 2018-08-02T08:05:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T17:42:01.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T19:08:47.967Z (3 months ago)
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 42
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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