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
@AThousandShips In #72483@rburing says that -col suffix specifically isn't removed if it would result in a name collision which I can confirm:
So it seems like this is a separate issue because this one isn't about a name collision but about broken import despite there not being any name collision after import is done (And also #72483 doesn't have any mention of wrong meshes being displayed in the viewport)
Also more info:
I just noticed that restarting the editor fixes this issue (even though clicking "Reimport" on gltf doesn't), which makes the MRP that I attached useless, you can only reproduce this by following the steps
Tested versions
v4.3.beta1.official [a4f2ea9]
System information
Godot v4.3.beta1 - macOS 14.4.1 - Vulkan (Forward+) - integrated Apple M1 Max - Apple M1 Max (10 Threads)
Issue description
Having two objects named
Cube
andCube-col
breaks the import:Screen.Recording.mp4
Steps to reproduce
Cube
in it-col
hint to it to make itCube-col
. Export and reimport in godotCube
Minimal reproduction project (MRP)
MRP_gltf_duplicate.zip
The text was updated successfully, but these errors were encountered: