Zylann / godot_voxel

Voxel module for Godot Engine
MIT License
2.72k stars 251 forks source link

If you set the "voxel blocky type" name to "fence" the project freezes. #585

Closed slakibk closed 11 months ago

slakibk commented 11 months ago

If you set the "voxel blocky type" name to "fence" the project freezes.

image

https://www.youtube.com/live/LmGm4VMMW-U?si=ClTT_dR-alPddBvt&t=4420

Environment

Zylann commented 11 months ago

I tried that and it didn't freeze. Please provide a minimal reproduction project with all the setup you had that made this bug happen, with the steps to follow.

Note: VoxelBlockyType is an experimental feature.

slakibk commented 11 months ago

A project that stopped running after adding a "voxel blocky type" with the name "fence" fence.zip

Order of creation https://www.youtube.com/live/LmGm4VMMW-U?si=ClTT_dR-alPddBvt&t=4420

Zylann commented 11 months ago

Should be fixed in f312d9a2b924a0080769c4cd26eabd4614e8e835

slakibk commented 11 months ago

Works. Thank you very much.