Add wildlife navigation support

This commit is contained in:
2026-05-16 11:23:17 -07:00
parent 82463f3b99
commit 578220cf60
7 changed files with 295 additions and 12 deletions
+4 -1
View File
@@ -466,7 +466,10 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
and Unreal Insights CPU scopes for authoritative game-state time/weather
ticking, survival ticking, sky-light refresh, weather-audio refresh, foliage
instance mutation, and weather-provider request/parse/fallback work.
- [ ] Add navigation support for wildlife.
- [x] Add navigation support for wildlife. Wildlife now auto-possesses an AI
controller, samples reachable wander points, projects chase/flee targets onto
navmesh, requests server-authoritative AI movement when nav data exists, and
retains direct movement fallback for early maps without nav data.
- [ ] Add map boundaries or soft limits.
- [ ] Add developer travel command.