MvpToolkit
MvpToolkit implements the Model-View-Presenter architectural pattern to streamline UI-heavy game development in Unity. It provides a lean, opinionated framework with essential components for scene configuration and dependency management, enabling rapid setup and maintainable code organization without unnecessary complexity.
com.behc.mvptoolkit 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/mvptoolkit.git README Markdown
Copy this to your project's README.md
## Installation
Add **MvpToolkit** 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/mvptoolkit.git
```
[](https://www.pkglnk.dev/pkg/mvptoolkit)README
Unity-MvpToolkit
Lean architecture for rapid UI heavy games setup for Unity. It is based around Model-View-Presenter pattern with optional auxiliary components for typical tasks like scene configuration or dependency management.
Installation
MvpToolkit is available as a package and can be installed using Package Manager with direct git link or using OpenUPM. The latter is preferred as it enabled easy version updates.
In order to use OpenUPM, scoped registry must be added to Package Manager Project Settings: https://package.openupm.com with com.behc scope.
No comments yet. Be the first!