Skip to content

Releases: jadvrodrigues/CustomNavMesh

v1.0.14

29 Aug 17:37
Compare
Choose a tag to compare
Updated some backing field direct usages with their properties. Repla…

v1.0.13

01 Jun 21:11
Compare
Choose a tag to compare
When a Custom Agent is disabled, the correspoding Hidden agent is now…

v1.0.12

28 Apr 21:18
Compare
Choose a tag to compare
Added HasPath property to the Custom Agent.

v1.0.11

05 Jan 22:11
Compare
Choose a tag to compare
The HiddenAgent's position is now updated in the CustomNavMeshAgent's…

v1.0.10

24 Dec 10:56
Compare
Choose a tag to compare
Velocity is now calculated by the CustomNavMeshAgent (HiddenAgent's v…

v1.0.9

18 Dec 17:53
Compare
Choose a tag to compare
Added UpdateRotation property to CustomNavMeshAgent

v1.0.8

18 Dec 16:43
Compare
Choose a tag to compare
Now SetDirty will only be called in the editor

v1.0.7

18 Dec 15:28
Compare
Choose a tag to compare
Fixed bug where prefab instances with a CustomNavMeshAgent attached w…

v1.0.6

15 Dec 18:18
Compare
Choose a tag to compare
Fixed bug: when an hidden agent added a NavMeshAgent to itself in OnE…

v1.0.5

14 Dec 19:02
Compare
Choose a tag to compare
Replaced nullable value types with Start/OnCustomStart initialization…