An editor tool for SubAsset in your project.
<< Description | Installation | Usage | Development Note | Change log >>
'SubAsset' is an asset that is stored in the same file as the main asset.
It is good to organize multiple assets, to manage many assets.
For example, you can integrate Animation assets and AnimatorController asset into one file.
- Add other assets to main asset
- Add referencing asset to main asset
- Rename
- Export
- Delete
- Lock main asset selection
- Unity 5.5 or later
This package is available on OpenUPM.
You can install it via openupm-cli.
openupm add com.coffee.sub-asset-editor
Find the manifest.json file in the Packages folder of your project and add a line to dependencies
field.
To update the package, change suffix #{version}
to the target version.
- e.g.
"com.coffee.sub-asset-editor": "https://github.com/mob-sakai/SubAssetEditor.git#1.0.0",
Or, use UpmGitExtension to install and update the package.
- Download a source code zip file from Releases page
- Extract it
- Import it into the following directory in your Unity project
Packages
(It works as an embedded package. For Unity 2018.1 or later)Assets
(Legacy way. For Unity 2017.1 or later)
- From the menu, click
Assets > Sub Asset Editor
. - Select an asset in project window.
- Enjoy!
Issues are very valuable to this project.
- Ideas are a valuable source of contributions others can make
- Problems show where this project is lacking
- With a question you show where contributors can improve the user experience
Pull requests are, a great way to get your ideas into this repository.
See sandbox/README.md.
This is an open source project that I am developing in my spare time.
If you like it, please support me.
With your support, I can spend more time on development. :)
- MIT
- GitHub page : https://github.com/mob-sakai/SubAssetEditor
- Releases : https://github.com/mob-sakai/SubAssetEditor/releases
- Issue tracker : https://github.com/mob-sakai/SubAssetEditor/issues
- Change log : https://github.com/mob-sakai/SubAssetEditor/blob/main/CHANGELOG.md