viktor-ferenczi / godot-voxel

Voxel rendering for Godot 4.3 (GPU, shader, DDA algorithm)
MIT License
72 stars 4 forks source link

How do I use this plugin #4

Open ZsoltHevesi opened 7 months ago

ZsoltHevesi commented 7 months ago

I'd really like to use this plugin, but I'm not sure where to begin? How does one import a MagicaVoxel file into the editor like in the ReadMe? I apologise if this seems like a stupid question, it just doesn't seem clear to me at all.

viktor-ferenczi commented 4 weeks ago

Maybe it wasn't clear enough in the README, but the importer part does not currently work due to Godot changing the gdextension API back at the time when I worked on it.

I plan to fix this plugin for Godot 4.3 later this year and maybe getting the plugin features working again as an extension.

viktor-ferenczi commented 3 weeks ago

Godot 4.3 compatibility has just been merged to main. No vox loader yet, but it will eventually come as time allows.