Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madsbangh/scene-validation
A scene validator UI for unity
https://github.com/madsbangh/scene-validation
unity3d
Last synced: 12 days ago
JSON representation
A scene validator UI for unity
- Host: GitHub
- URL: https://github.com/madsbangh/scene-validation
- Owner: madsbangh
- License: mit
- Created: 2017-10-01T16:40:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T22:34:22.000Z (about 7 years ago)
- Last Synced: 2024-10-11T10:12:14.478Z (29 days ago)
- Topics: unity3d
- Language: C#
- Size: 327 KB
- Stars: 27
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - scene-validation - A scene validator UI for unity (Static Code Analysis)
README
# Extensible scene validator for Unity3D
This editor extension adds a tool that validates your scenes.
![Validator UI](https://raw.githubusercontent.com/madsbangh/scene-validation/readme/img/UI.png)
Each scene in the project can be accompanied by a Validator script. The tool finds the appropriate script based on whether the current scene matches the scene path defined in an attribute.
![Validator Code](https://raw.githubusercontent.com/madsbangh/scene-validation/readme/img/code.png)
## This project is early in development
I would love any kind of help making this tool more robust, helpful or better in any other way. Feel free to post issues or even make pull requests :)