task/0023-0028-navmesh #7

Merged
horooko merged 13 commits from task/0023-0026-navmesh into master 2026-04-09 05:54:39 +03:00
Collaborator
No description provided.
abysscion added 13 commits 2026-04-08 21:08:41 +03:00
Fix the authority and world-state assumptions before implementation so runtime NavMesh work can stay consistent with the project's future DI and peer-host multiplayer model.
Update the runtime NavMesh architecture to a DI and MessagePipe sidecar model, and add reusable agent prompt templates that capture the project's current multiplayer, WebGL, and modularity constraints.
Introduce a DI-wired NavMesh sidecar for voxel chunks so world streaming stays actor-driven and world state remains the canonical source for navigation rebuilds.
Document the player-on-NavMesh movement target state, including server-side path planning, explicit nav readiness, and shared authoritative debug path previews for all clients.
Document the follow-up refactor from disconnected region surfaces to interest-cluster-based nav coverage windows for runtime pathing.
Replace region-based runtime pathing with interest-cluster coverage windows so active nav areas stay contiguous and spawn anchors participate in initial coverage.
Introduce nav-only corridor hints and feed them into clustered coverage scheduling so runtime NavMesh can prewarm ahead of active movement paths.
Split VoxelWorld nav contracts into focused files and extract clustered coverage helpers so the navmesh service stays a coordinator instead of a catch-all runtime file.
# Conflicts:
#	Assets/Features/VoxelWorld/Runtime/VoxelWorldGenerator.cs
#	docs/tasks/Index.md
abysscion requested review from Gitenax 2026-04-08 21:08:41 +03:00
abysscion requested review from horooko 2026-04-08 21:08:41 +03:00
abysscion changed title from task/0023-0026-navmesh to task/0023-0028-navmesh 2026-04-08 21:08:57 +03:00
horooko approved these changes 2026-04-08 21:15:51 +03:00
horooko left a comment
Owner

Намана

Намана
horooko merged commit 772439bef3 into master 2026-04-09 05:54:39 +03:00
horooko deleted branch task/0023-0026-navmesh 2026-04-09 05:54:40 +03:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: horooko/TheDeclineOfWarriors#7