Godot Version
4.2.2
Question
Does anyone know why the block textures in my game are suddenly overlapping? I’m 99% sure it’s not the script’s fault, so it’s probably some option that I just have to toggle.
4.2.2
Does anyone know why the block textures in my game are suddenly overlapping? I’m 99% sure it’s not the script’s fault, so it’s probably some option that I just have to toggle.
It appears that some shader is setting the transparency of the blocks. This kinda just happens when you have a large mesh which has the transparency set by a shader unfortunately. So try looking for a shader which changes the ALPHA.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.