在 Unity3D 中工作的轻量级 IoC 容器

发布于 2025-01-03 18:06:43 字数 63 浏览 3 评论 0原文

有人能给我推荐一个在 Unity3D 中工作且不依赖服务定位器模式的良好且轻便的 C# IoC 容器吗?谢谢你!

Can somebody suggest me a good and light c# IoC container that works in Unity3D and does not rely on Service Locator pattern? Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

許願樹丅啲祈禱 2025-01-10 18:06:43

最终我没有找到专门为 unity3D 框架 (http://unity3d.com/) 制作的 IoC 容器的任何有效实现,因此我决定自己实现一个,并在此处发布了相关博客: http://blog.sebaslab.com/ioc-container-for-unity3d-part-1/

Eventually I did not find any working implementation of an IoC container made specifically for unity3D framework (http://unity3d.com/), so I decided to implement one on my own and I blogged about it here: http://blog.sebaslab.com/ioc-container-for-unity3d-part-1/

圈圈圆圆圈圈 2025-01-10 18:06:43

我知道这个帖子已经过时了,但是如果有人对 Unity3D 的 IoC 解决方案感兴趣,这个开源项目今天上线了:http: //thirdmotion.github.io/strangeioc/

I know this thread is old, but if anyone comes along who's interested in an IoC solution for Unity3D, this open source project went live today: http://thirdmotion.github.io/strangeioc/

滥情空心 2025-01-10 18:06:43

我们根据 Sebastiano Mandalà 的想法推出了自己的产品,您可以在这里找到:https://github.com/modesttree/ Zenject

We rolled our own based on ideas from Sebastiano Mandalà, which you can find here: https://github.com/modesttree/Zenject

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文