Skip to content

Provides the processing system for executing custom script validation logic in Unity. It automatically discovers validator implementations and runs their validation methods whenever scripts are recompiled. This enables consistent enforcement of project-wide rules, automated code checks, and immediate feedback for developers during development.

License

Notifications You must be signed in to change notification settings

OleksiiDemanov/Unity.Assets.ScriptValidation

Repository files navigation

Unity.Assets.ScriptValidation

Copyright © 2025 Oleksii Demanov. All Rights Reserved.
GitHub: https://github.com/OleksiiDemanov
Email: oleksiidemanov@gmail.com




Description

Repository for developing the Unity package com.oleksii-demanov.script-validation. This repository contains the full source code of the package, as well as a Unity project (version 6000.2.8f1) used for development, debugging, and testing.




Repository Structure

ScriptValidation.Package/ → Contains the Unity package ScriptValidation.Project/ → Contains the Unity project for development and testing ScriptValidation.Releases/ → Contains package releases




License

This repository and all of its contents are licensed under the Custom License CLOD1v1.
License text: https://github.com/OleksiiDemanov/Unity.Assets.ScriptValidation/blob/prod/LICENSE.md




Installing the Package

To add this package to your Unity project, use the Git URL pointing to the package manifest (package.json); versions:

Open Package Manager → Add package from Git URL and paste the link above.




Contributing

Contributions, issues, and suggestions are welcome. Please open a pull request or create an issue in the repository, provided that this does not violate the terms of the Custom License CLOD1v1.

About

Provides the processing system for executing custom script validation logic in Unity. It automatically discovers validator implementations and runs their validation methods whenever scripts are recompiled. This enables consistent enforcement of project-wide rules, automated code checks, and immediate feedback for developers during development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages