Hello unity developers !
I need help with DephMask material.
On unityEditor i got perfect result with this material.(attachFile1)
But on my Android devices i got some glitch effect.I can see through of my mask with black overlay particles(attachFile2)
How i can fix it for y Android and IOS devices ?
Attachment | Size |
---|---|
![]() | 329.6 KB |
![]() | 656.91 KB |
Try this:
Open this file: Assets/Vuforia/Shaders/DepthMask.shader
Change "ZTest LEqual" to "ZTest Always"