- Home /
The objects with a custom shader become invisible when i activate the lightmap
this also happens when I use a very simple shader like this:
Shader "Custom/shader00"
{
SubShader
{
Pass
{
Material
{
Diffuse (3,3,3,1)
Ambient (3,3,3,1)
}
Lighting On
}
}
}
Comment
Your answer
Follow this Question
Related Questions
Lightmapping on a custom shader 0 Answers
"Shield Shader isnt visable? please help." 1 Answer
How to texture custom terrain pieces? 1 Answer
Emissive shaders not working 0 Answers