mob-sakai / SubAssetEditor

Editor for SubAsset in unity project.

Home Page:https://github.com/mob-sakai/SubAssetEditor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sub Asset Editor

An editor tool for SubAsset in your project.

PRs Welcome

<< Description | Installation | Usage | Development Note | Change log >>





Description

'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.

image

image

Features

  • Add other assets to main asset
  • Add referencing asset to main asset
  • Rename
  • Export
  • Delete
  • Lock main asset selection





Installation

Requirement

  • Unity 5.5 or later

(For Unity 2018.3 or later) Using OpenUPM

This package is available on OpenUPM.
You can install it via openupm-cli.

openupm add com.coffee.sub-asset-editor

(For Unity 2018.3 or later) Using Git

Find the manifest.json file in the Packages folder of your project and add a line to dependencies field.

  • Major version:
    "com.coffee.sub-asset-editor": "https://github.com/mob-sakai/SubAssetEditor.git"

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.

For Unity 2018.2 or earlier

  1. Download a source code zip file from Releases page
  2. Extract it
  3. 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)





Usage

  1. From the menu, click Assets > Sub Asset Editor.
  2. Select an asset in project window.
  3. Enjoy!





Contributing

Issues

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

Pull requests are, a great way to get your ideas into this repository.
See sandbox/README.md.

Support

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. :)






License

  • MIT

Author

See Also

About

Editor for SubAsset in unity project.

https://github.com/mob-sakai/SubAssetEditor

License:MIT License


Languages

Language:C# 100.0%