Dependency Injection for Unity: Zenject Framework
In the previous post, I have exposed the problems regarding the Singletons and arguably proposed the Service Locator pattern as a solution. It was quite easy to see the advantages of it. However, the...