Chunk System Demo: Path Finding
- August 2, 2022
- problemecium
![Chunk System Demo: Path Finding Game Cover](https://img.gamebrain.co/games/632/game_itchio_chunk_path_finding_demo_1_xl.jpg)
![](https://img.gamebrain.co/games/638/game_itchio_chunk_path_finding_demo_3_xl.png)
Another demo of my 3D chunk system's latest feature.Chunks previously generated "doors" that served as connecting points to neighboring chunks and did so in a way that ensured that any two neighboring chunks' doors would match in location and facing direction. The newest refinement allows these doors to collect information about objects within a chunk that connect to them and then pass that infor…