Skip to content

Unreal Engine Plugin | Actor for rendering the NavMesh during runtime. Allows for saving and exporting to further modify the mesh.

License

Notifications You must be signed in to change notification settings

Cutter-H/NavMeshRuntimeRender

Repository files navigation

NavMesh Runtime Render

Actor for rendering the NavMesh during runtime. The mesh CANNOT be rebuilt during runtime.

Note: This actor does not use collision, but saving the mesh allows for Collision to be added (Complex as Simple is used by default)

UVs are created by predefined floor heights. This allows stacked floors to have different UV locations. All UVs are within the range of 0 and 1. A float has been included to add margins between floors.

A function has been added for easy UV hit detection.

The rendered mesh can now be saved and exported for further customization. The asset is saved as a StaticMesh along with the assigned Material.

How to use:

Example.mp4

Example use case video.

Use case

About

Unreal Engine Plugin | Actor for rendering the NavMesh during runtime. Allows for saving and exporting to further modify the mesh.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published