Power_Inject is a dependency injection framework specifically designed for Unity. It is designed to fit right into any Unity project with almost no modification to your existing code. Everything is configured using attributes so you will not need to inherit from specific classes or similar intrusive behavior. Any existing project can be ported to Power_Inject gradually and as needed.
Documentation |
Support |
Support mail
Feature list
* Attributes used for configuration
* Easy to learn
* Hierarchical injection and shielded injection
* Named injection and typed injection
* Interface composition
* Source code include