Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/mvptoolkit.svg?style=pkglnk)](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.

Documentation

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.

Comments

No comments yet. Be the first!