Moroshka.InstanceProvider
>-
com.moroshka.instance-provider Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/instance-provider.git?path=upm README Markdown
Copy this to your project's README.md
## Installation
Add **Moroshka.InstanceProvider** 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/instance-provider.git?path=upm
```
[](https://www.pkglnk.dev/pkg/instance-provider)README
InstanceProvider is designed to manage a single instance of an object. It ensures that the instance will be properly disposed of if it implements the IDisposable interface.
No comments yet. Be the first!