Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 :)