PiCode9560 / Godot-4-Concave-Mesh-Slicer

MIT License
134 stars 7 forks source link

create_from_surface error when exported for Android #3

Closed sworvish closed 6 months ago

sworvish commented 1 year ago

E 0:00:05:0736 create_from_surface: Index r[i] = 56439 is out of bounds (vcount = 24). <C++ Source> scene/resources/mesh_data_tool.cpp:72 @ create_from_surface() When slicing a mesh, it simply disappears and throws this error.

Many thanks for making this script, and thanks in advance for reading this!

aahmyu commented 6 months ago

Having the same issue on 4.2.

PiCode9560 commented 6 months ago

Having the same issue on 4.2.

Are you using it on mobile? Because, Godot 4.2 in windows works fine for me

aahmyu commented 6 months ago

Y

Having the same issue on 4.2.

Are you using it on mobile? Because, Godot 4.2 in windows works fine for me

Yup, It only happesn with specific gpus on android, so I don't think it is related to your plugin.

I created an issue on the Godot github

https://github.com/godotengine/godot/issues/85913