Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Maligan/unity-subassets-drag-and-drop
- Owner: Maligan
- Created: 2019-11-24T20:36:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T10:22:23.000Z (over 4 years ago)
- Last Synced: 2024-01-28T23:12:29.458Z (almost 1 year ago)
- Language: C#
- Homepage:
- Size: 104 KB
- Stars: 30
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - SubAssetDragAndDrop - Allows add/remove subasset with simple Drag&Drop operation (Asset)
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)