Zenject Dependency Injection IOC


https://www.assetstore.unity3d.com/kr/#!/content/17758

https://github.com/modesttree/Zenject


Zenject is a lightweight dependency injection framework built specifically to target Unity. It can be used to turn the code base of your Unity application into a collection of loosely-coupled parts with highly segmented responsibilities. Zenject can then glue the parts together in many different configurations to allow you to easily write, re-use, refactor and test your code in a scalable and extremely flexible way. 


Zenject는 Unity용으로 제작된 가벼운 의존성 주입 프레임워크입니다.
Unity 코드 기반을 매우 세분화 되고, 의존성이 낮은 부품 모음으로 전환하는 데 사용할 수 있습니다.
그리고 다양한 구성으로 부품(기능들)을 서로 붙일 수 있어, 확장성이 좋고 매우 유연한 방식으로 쉬운 코딩, 재사용, 리팩터링 및 테스트를 할 수 있게합니다.


'Unity > Asset' 카테고리의 다른 글

[UniRX] - 반응형 프로그래밍  (0) 2017.11.09

+ Recent posts