Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+3)(-2)

uhm can someone help me with this? sorry beginner in godot


(+1)

I recently ran into this issue as well.

the black parts of the texture are supposed to be transparent.

I don't know how to work with textures in godot directly yet, so what i've done is open the file in blender, go into the shader editor for the textures with transparency (the node editor) and make sure the transparency node from the image (image alpha) is hooked up to the BSDF, and then make sure that under the texture properties I set the blend mode and transparency mode to alpha settings (I prefer alpha blend and alpha hashed), and then I re-exported it as a glb for godot.

just use the alpha

(+1)

Replying to this incase anyone else has this issue in the future. To fix this just enable the transparency tab in the material settings.