Tiny MVC
Tiny MVC provides a lightweight initialization system for implementing the Model View Controller architectural pattern in Unity projects. It streamlines the setup of decoupled game systems by managing dependencies and lifecycle between models, views, and controllers, enabling cleaner code organization and easier maintenance of complex game logic.
com.ges.tinymvc 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/tinymvc.git README Markdown
Copy this to your project's README.md
## Installation
Add **Tiny MVC** 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/tinymvc.git
```
[](https://www.pkglnk.dev/pkg/tinymvc)Dependencies (5)
Used By (1)
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In