All Projects → akof1314 → UnityNavToCollider

akof1314 / UnityNavToCollider

Licence: MIT license
Unity NavMesh To Collider

Programming Languages

C#
18002 projects

Labels

Projects that are alternatives of or similar to UnityNavToCollider

navmesh
导航网格寻路C++实现版(入门版)
Stars: ✭ 61 (+238.89%)
Mutual labels:  navmesh
NavMeshSurface2DBaker
NavMeshSurface2DBaker is a Unity Package that provides functionality to bake 2D colliders into NavMeshSurface components.
Stars: ✭ 33 (+83.33%)
Mutual labels:  navmesh
NavMeshDemo
Unity client navmesh export to server for pathfinding
Stars: ✭ 31 (+72.22%)
Mutual labels:  navmesh
EQEmuMaps
EQEmuMap .map and .path reference files for the internal EQEmu Server functions
Stars: ✭ 15 (-16.67%)
Mutual labels:  navmesh
NavMeshAvoidance
Custom Nav Mesh Avoidance to replace default one in Unity.
Stars: ✭ 32 (+77.78%)
Mutual labels:  navmesh
sourcepawn-navmesh
SourcePawn .NAV file reader.
Stars: ✭ 25 (+38.89%)
Mutual labels:  navmesh

Unity NavMesh To Collider

导航网格生成碰撞体

原因

在使用 Unity 导航网格进行点击行路的时候,需要提供碰撞体以让鼠标进行射线检测,来得到目的地的坐标点。但是,当遇到比较复杂的地面时,简单的 Box 碰撞体是不够贴合地面的,使用 Mesh 碰撞体又会更耗费资源,所以需要一种简单快速的铺设 Box 碰撞体方案。

截图

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].