Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/moroshka-di.git?path=upm README Markdown
Copy this to your project's README.md
## Installation
Add **Moroshka.Di** 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-di.git?path=upm
```
[](https://www.pkglnk.dev/pkg/moroshka-di)README
The DI module contains the DiContainer. DiContainer is a dependency injection (DI) container that helps manage object creation and their dependencies. In this guide, you will learn how to configure the container, bind types, resolve dependencies, and manage their lifecycle.
No comments yet. Be the first!