Moroshka.Protect
Moroshka.Protect provides input validation and condition checking methods that prevent runtime errors by throwing informative exceptions. Guard your code against invalid data with a comprehensive set of validation utilities designed for clean, maintainable game development workflows.
com.moroshka.protect Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/moroshka-dev-protect.git?path=upm README Markdown
Copy this to your project's README.md
## Installation
Add **Moroshka.Protect** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/moroshka-dev-protect.git?path=upm
```
[](https://www.pkglnk.dev/pkg/moroshka-dev-protect)README
The Moroshka.Protect module provides methods for validating input data and conditions. It prevents errors caused by invalid data by throwing exceptions with informative messages.
No comments yet. Be the first!