Game Development Reference
In-Depth Information
more detailed information on Dependency Injection, I'd recommend the post at ht-
tp://blog.sebaslab.com/ioc-container-for-unity3d-part-2/ to start with, and then you can
work up from there.
Dependency Injection is a very powerful tool when employed correctly and can make
your project a lot easier, so it is worth looking at it if you are serious. However, care is
needed in its use, and it should not be used everywhere; it should only be used where it
solves a particular problem.
A good Unity-based IoC framework is StrangeIOC , which can be found at ht-
tp://strangeioc.github.io/strangeioc/TheBigStrangeHowTo.html .
Search WWH ::




Custom Search