Dark trees - they keep glowing

I’m using the mobile trees free in the Unity store. No matter what i try they glow in the dark, i need them black until light hits them. How can i do this?

I have no idea what you’re talking about, sorry. A screen capture would make it a lot clearer, objects don’t “glow in the dark” by default. Moreover, this is the scripting section of the forums and your question seems to be in regards to a 3D model, so this should probably be asked in the graphics section?

1 Like

This actually sounds like a problem with either the Tree’s shaders (as in they are using an unlit shader) or material (the material could be using emissive colors/texture). It can be a little more complicated if the tree is using a custom shader. If I were to guess by the name of the asset “mobile trees”, it seems like its intended, lighting can be expensive on mobile devices.

In any case, any of these problems would be better asked and answered in the graphics forums (they’ll likely ask you to post the shader and a screenshot of the material the trees are using, or tell you to bake your scene’s GI).

ok Joshua thanks