Inspector Subtraction error in Godot 4.5

Godot Version

Godot 4.5

Question

Hello, I am trying to subtract with CGSbox3D mesh in the Inspector box, but the subtraction is no longer working. I had only use it once. Is this a bug?

Is it possible to code subtraction into Godot or do I use another program?

If you share code, please wrap it inside three backticks or replace the code in the next block:

N/A

Subtracted operand needs to be a child of the first operand.

Like this?

child mesh needs to be a child of CSGMesh3D

I must not had put my child mesh link to the CGSMesh3D, thank you. Merry Christmas.

1 Like