-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
First of all, thank you for this package.
Is there a reason why the "Use Geometry" is either "Render Meshes" or "Physics Colliders" but not both?
We have a map where a lot of sprites don't have colliders but we also use colliders to define a pathway for the characters (we're not using tilemaps).
I modified the code to remove the if/else statement on the type and the resulting NavMesh seems to make sense
| if (builder.CollectGeometry == NavMeshCollectGeometry.PhysicsColliders) |
I searched in other issues and did not find any discussion about that. Is there a reason why this would not work or would not be recommended?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request