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.
- Host: GitHub
- URL: https://github.com/real-serious-games/unity-dependency-injection
- Owner: Real-Serious-Games
- License: mit
- Created: 2016-09-30T00:19:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T04:48:59.000Z (almost 9 years ago)
- Last Synced: 2025-04-12T19:13:18.988Z (6 months ago)
- Language: C#
- Size: 347 KB
- Stars: 15
- Watchers: 14
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).