搜集的UnityECS入门学习资料
强烈推荐:
- 官方文档资料地址:https://docs.unity3d.com/Packages/com.unity.entities@0.2/api/Unity.Profiling.html
- Unity官方B站,宣雨松大大讲解DOTS:https://www.bilibili.com/video/BV18J411t7G8?t=2267
- Unity官方ECS案例源码:https://github.com/Unity-Technologies/EntityComponentSystemSamples
- Unity官方Job系统案例源码:https://github.com/stella3d/job-system-cookbook
比较有意思的Demo:
- 使用Unity的ECS和Job System实现流体模拟效果:https://connect.unity.com/p/shi-yong-unityde-ecshe-job-systemshi-xian-liu-ti-mo-ni-xiao-guo
- 官方案例愤怒机器人使用ECS切换性能对别:https://github.com/UnityTechnologies/AngryBots_ECS
- 使用Job+ECS的像素人跳舞(可导入自己定义骨骼动画):https://github.com/keijiro/Voxelman
-
UnityECS架构与交通模拟:http://ma-yidong.com/2018/11/04/unity-ecs-and-traffic-simulation/
-
ECS集群动画与马尔可夫链:http://ma-yidong.com/2018/11/24/unity-ecs-swarm-animation-and-markov-chain/
持续更新中.......