A demo implementation of Unity Entity Component System with NavMesh. I'm getting around 40-50 FPS with 100,000 entities traversing the navmesh. Requires Unity version ...
2.原版的库文件直接在LayaAir2.X中引用与LayaAir的原生引用的库文件 laya.d3.js等冲突,提取了原项目的读取NavMesh数据所用的patrolaya.js、underscore-min.js库文件, 提取了NavMeshAgent有关代码。