Large Scale Voxel Plugin World? #35
|
Is this performant at all with large voxel plugin worlds? I'm working on a game where that's a worthwhile question and wondered. |
Answered by
darbycostello
Jun 27, 2026
Replies: 1 comment 10 replies
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I can't share the code as it's a) commercial and b) not generic enough for your likely use case. However I had Claude attempt a one-shot to re-use the Nav3D plugin structure and tools to build you a brand new plugin which does most of what you probably need.
https://claude.ai/share/e6a48e6a-a47c-4c67-a479-9878fd6f4761
NavGrid_Files.zip
You'll need to read the Readme, organise the files in folders as described there and compile it yourself. Good luck.