首页 > 解决方案 > Unity 现在推出了自己的依赖注入框架。Inject 的未来在哪里?

问题描述

Unity的Entity Component System数据驱动设计,引入了自己的DI框架,甚至包括[Inject]字段属性。

https://github.com/Unity-Technologies/EntityComponentSystemSamples/blob/master/Documentation/content/ecs_in_detail.md#injection

Zenject 将如何融入其新的编码范式?

标签: unity3ddependency-injectionzenjectentity-component-system

解决方案


推荐阅读