Zenject
Zenject is a lightweight dependency injection framework that simplifies object creation and management in Unity projects. It enables developers to decouple components, improve code maintainability, and facilitate unit testing through constructor injection, property injection, and method injection patterns. Features include automatic binding resolution, optional lazy initialization, and comprehensive support for complex dependency graphs.
com.gamesoft.zenject 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/zenject.git README Markdown
Copy this to your project's README.md
## Installation
Add **Zenject** 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/zenject.git
```
[](https://www.pkglnk.dev/pkg/zenject)Used By (2)
README
Dependency Injection Framework for Unity3D
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In