Commit Graph

17 Commits

Author SHA1 Message Date
Alexander Borisov 1681e44c5e add documentation 2026-04-08 20:58:33 +03:00
Alexander Borisov d2450712ed Merge branch 'master' into task/0023-0028-navmesh
# Conflicts:
#	Assets/Features/VoxelWorld/Runtime/VoxelWorldGenerator.cs
#	docs/tasks/Index.md
2026-04-08 20:42:18 +03:00
Alexander Borisov 2757bf3a3b reorganize navmesh contracts and services
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.
2026-04-08 20:31:16 +03:00
horooko 914d7a1778 [Add] New Player Input 2026-04-08 21:07:56 +07:00
Alexander Borisov 289d5f783b add transient nav coverage hints
Introduce nav-only corridor hints and feed them into clustered coverage scheduling so runtime NavMesh can prewarm ahead of active movement paths.
2026-04-08 15:37:37 +03:00
Alexander Borisov 0b380def78 refactor nav coverage into clustered windows
Replace region-based runtime pathing with interest-cluster coverage windows so active nav areas stay contiguous and spawn anchors participate in initial coverage.
2026-04-08 13:52:00 +03:00
Alexander Borisov 055b87a85c add voxel world runtime navmesh sidecar
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.
2026-04-08 11:28:39 +03:00
horooko efce7c458d [Add] Asset Validator 2026-04-08 13:18:26 +07:00
horooko 211c975889 [Fix] Flatten Terrain 2026-04-08 09:41:17 +07:00
horooko 50831947b9 [Add] Thread fix 2026-04-08 09:34:45 +07:00
horooko 12430cdf4f [Add] Base Logic 2026-04-08 09:22:05 +07:00
Nikita Dugin 8948bd3eee Adjust player speed 2026-04-07 23:20:26 +03:00
Nikita Dugin 78a23c3367 Move through camera direction. Simple x-ray shader for player 2026-04-07 23:19:35 +03:00
Nikita Dugin 0e3b3a1ccf Add test player with FishNet 2026-04-07 17:33:44 +03:00
Nikita Dugin 11ab636608 Fix missing shader in build 2026-04-07 17:30:17 +03:00
horooko 8db3d0a27c [Fix] Chunk Unload 2026-04-07 04:34:42 +07:00
horooko 9675b7b31d Move Files, remove 2D world gen 2026-04-07 03:10:03 +07:00