- Home /
How to remove a shadow from a specific object? (Unity 5.0)
I'm having trouble removing a shadow from a specific object, but I don't want to remove the shadows completely.
You might need to explain more about the problem you are having.
Answer by kburkhart84 · Apr 04, 2015 at 08:58 PM
You should find what you need in the mesh renderer settings. There are settings for both cast and receive shadows. It isn't clear exactly if you are wanting to remove the shadows on the object, or if you are wanting to remove the shadows that the object casts, but both options should be available in the mesh renderer settings.
See this page in the documentation.
$$anonymous$$y model doesn't have a mesh render. Tried adding one, didn't work.
So if the object doesn't have a mesh renderer, how is it being rendered? What exactly is it that has the shadows on it that you don't want if it isn't something that has a mesh renderer?
Why was this downvoted? Seem like the right answer to me... +1
Your answer
Follow this Question
Related Questions
Terrain Mesh - Poly Facing... 0 Answers
Glitch in shadows with directional light 1 Answer
Shadows with Two Directional Lights 1 Answer
Lightning creates unnatural shadows when I join two objects 1 Answer
Flickering shadows 1 Answer