You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godot v4.3.beta3 - macOS 14.5.0 - Vulkan (Forward+) - integrated Apple M1 Max - Apple M1 Max (10 Threads)
Issue description
Editor freezes at "Determining optimal atlas size" completely and can only be closed by killing the process. The cube in this scene is missing its bottom face. Such geometry is fine in general (i.e the platform is missing the bottom face too, and it bakes fine on its own), however in this particular configuration where there's also a cube above it crashes. Note that the cube doesn't have to touch the platform for it to crash
Tested here and the MRP also freezes on Windows 11: Godot v4.3.beta3 - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3080 (NVIDIA; 32.0.15.5612) - 12th Gen Intel(R) Core(TM) i7-12700KF (20 Threads)
Edit: Reproducible since 4.3 Beta1, not reproducible in 4.3 dev6
This seems to have been a hidden issue, only triggered in specific cases (Usually when the size of a single mesh's UV map was usable to fit into the whole atlas - the algorithm would try to add infinite layers to the image to have a clean layer to pack the mesh's UVs, but the layer would always turn out too small). #91601 exaggerated this issue since it padded smaller images and made them too big to fit into the atlas.
Tested versions
v4.3.beta3.official [82cedc8]
System information
Godot v4.3.beta3 - macOS 14.5.0 - Vulkan (Forward+) - integrated Apple M1 Max - Apple M1 Max (10 Threads)
Issue description
Editor freezes at "Determining optimal atlas size" completely and can only be closed by killing the process. The cube in this scene is missing its bottom face. Such geometry is fine in general (i.e the platform is missing the bottom face too, and it bakes fine on its own), however in this particular configuration where there's also a cube above it crashes. Note that the cube doesn't have to touch the platform for it to crash
Steps to reproduce
Open the MRP and bake
Minimal reproduction project (MRP)
MRP_determining_optimal_atlas_size.zip
The text was updated successfully, but these errors were encountered: