This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
Releases: unity-game-framework/ugf-navigation
Releases · unity-game-framework/ugf-navigation
1.0.0-preview.1
1.0.0-preview
Release Notes
Added
- Add runtime navmesh drawing (#5)
- Add
NavMeshUtility.DrawNavMesh()
method to draw NavMesh data using GL commands. - Add
NavMeshUtility.GetAreaColor()
method to get color for each area by the index. - Add
NavMeshView
static class to control display of NavMesh data in runtime.
- Add
Fixed
- Fix NavMeshSourceModifierBoxComponent wrong size setup (#6)
- Fix
NavMeshSourceModifierBoxComponent
has incorrectNavMeshBuildSource
size definition.
- Fix
0.1.0-preview
Release Notes
- No release notes.