Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Stereoarts/EditorExtensions

Editor extension samples for Unity
https://github.com/Stereoarts/EditorExtensions

Last synced: 3 months ago
JSON representation

Editor extension samples for Unity

Awesome Lists containing this project

README

        

# Editor Extensions for Unity Editor

## What's this

This is toolset for Unity Editor.

This repository contains below classes..

---

### ObjectPostprocessor

- This is called after changing of any number of assets / gameObjects.

- Performable events are Added, Moved, Deleted, Duplicated, and Instantiated.

---

### SettingXmlSerializer

- This is xml serializer supporting with UnityEngine.Object serialization.

- UnityEngine.Object is serialized to assetPath, relativeAssetPath, GUID.

- UnityEngine.Transform is serialized to relative transform path. (BTW, "root/parent/transform")

---

## License

MIT License