SharlatanY / NavMeshSurface2DBaker

NavMeshSurface2DBaker is a Unity Package that provides functionality to bake 2D colliders into NavMeshSurface components.
MIT License
45 stars 10 forks source link

Added support for NavMeshModifiers on 2D colliders #5

Closed Sukender closed 3 years ago

Sukender commented 3 years ago

This allows setting specific areas (such as "Jump", or whatever area you add).

In Normal2DColliders scene, for instance, you add the script on your 2D colliders and may get something like this: image

SharlatanY commented 3 years ago

Thank you very much, your contribution is very much appreciated!

Sukender commented 3 years ago

You're welcome. Do you think this pull request should also include a test scene?