Godot Version
Godot 4.4
Question
I'm currently working on a 3d game, and made my envirement with CSGboxes and other CSG objects, but I don't know why the color won't change. I know it's under "Albedo" and changed it there, but the color just doesn't change in game. Does someone know the solution?
(don’t mind the error at my debugger that’s because of an custom cursor where the image is to big)
Please can you provide more information on your project? Like in-game screenshot, how you changed the color or viewport editor screenshot, etc?
I’ve edited my post with screenshots
You are editing the “Material Override”, not sure where, but you’re supposed to do the following:
Select your csgbox3d and in the inspector, go to Material, and pick new StandardMaterial3D
Then, click on the newly created Material, and change it’s albedo.
Also please keep in mind that CSGBox3D is only meant for prototyping, and you should not use them for the final game.
1 Like
thx man, it was just a little mistake but I did not see it