Replies: 1 comment 6 replies
-
Don't hide the objects like that, find them in the hierarchy and set their visibility to false. Than their shadows should disappear. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have hidden the materials by:
setAlphaMode("MASK")
setAlphaCutoff(2)
How to hide shadows of all set materials:
setAlphaMode("MASK")
setAlphaCutoff(2)
Beta Was this translation helpful? Give feedback.
All reactions