Unity ECS 资料

作者: 珏_Gray | 来源:发表于2019-05-27 15:57 被阅读0次

    update 2020/06/01

    官方Document:

    官方会不断的更新文档,因此推荐去Unity Package Document里找entities,或者是直接在Unity编辑器的package mananger中打开相应链接,均可以得到最新的文档。
    https://docs.unity3d.com/Packages/com.unity.entities@0.10/manual/index.html

    文档首页介绍ECS的连环画:






    官方网站:

    https://unity.com/dots

    Unite视频:

    油管或是b站上搜索。

    官方Sample Project:

    https://github.com/Unity-Technologies/EntityComponentSystemSamples

    Training Sample:

    https://github.com/Unity-Technologies/DOTS-training-samples

    A third person, multiplayer sample project:

    https://github.com/Unity-Technologies/DOTSSample

    其他资料:

    注意:这些资料有许多的内容(大多是API)已经过时了,但仍有参考价值。
    Rams3s Blog - ECS Deep Dive
    Unity ECS - game torrahod
    BrianWill/Learn Unity/ecs-jobs

    Future of Unity DOTS

    在2020.1版本,第一个正式版本将会发布。

    相关文章

      网友评论

        本文标题:Unity ECS 资料

        本文链接:https://www.haomeiwen.com/subject/emvhtctx.html