Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Stereoarts/EditorExtensions
- Owner: Stereoarts
- Created: 2017-10-28T06:30:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T10:42:17.000Z (about 7 years ago)
- Last Synced: 2024-07-14T02:31:47.969Z (4 months ago)
- Language: C#
- Size: 14.6 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - EditorExtensions - Editor extension samples (Editor Utility)
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