An open API service indexing awesome lists of open source software.

https://github.com/real-serious-games/unity-dependency-injection

A simple scene-based dependency injection system for Unity.
https://github.com/real-serious-games/unity-dependency-injection

Last synced: 6 months ago
JSON representation

A simple scene-based dependency injection system for Unity.

Awesome Lists containing this project

README

          

# Unity-Dependency-Injection

A simple scene-based dependency injection system for Unity.

A series of articles on DI for Unity has been published on [What Could Possibly Go Wrong](http://www.what-could-possibly-go-wrong.com/dependency-injection-for-unity-part-1/?utm_source=ash&utm_medium=github&utm_campaign=dependency-injection).

Example Unity project can be found here: [https://github.com/Real-Serious-Games/Unity-Dependency-Injection](https://github.com/Real-Serious-Games/Unity-Dependency-Injection-Example).