Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Maligan/unity-subassets-drag-and-drop

Enable Drag&Drop subassets in Unity
https://github.com/Maligan/unity-subassets-drag-and-drop

Last synced: 3 months ago
JSON representation

Enable Drag&Drop subassets in Unity

Awesome Lists containing this project

README

        

# SubAssetDragAndDrop
Unity plugin which allow add/remove subasset with simple Drag&Drop operation

# Usage
Perform Drag&Drop operation in project hierarhy window while pressing `Alt` button

![Demo](Demo.gif)

# Known Issues

* Moving `AnimationController` into `Prefab` throw [exception](https://issuetracker.unity3d.com/issues/copying-a-layer-from-script-throws-pointer-errors-and-deletes-transitions), and animator asset breaks

# License

* [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/)

# Alternatives

* [mob-sakai/SubAssetEditor](https://github.com/mob-sakai/SubAssetEditor)