- Home /
Transparent object issue in Edge Detection image effects
I use Unity standard assets' edge detection image effects.On win 7 PC,it looks alright in Editor and Game Window. The scene is simple,some opaque geometries with standard shader,one directional light,a transparent plane mesh partially inserted in the ground.Also,I intentionally add a diffuse fallback to the transparent shader,so it has shadows.As below shows:
But when built into iOS,the transpareny object's sorting order goes wrong.It looks like the transparent object are rendered after the image effects process and it is above all other objects,as below shows:
Why is that,and how to solve this problem?Thanks!
Your answer
Follow this Question
Related Questions
How to combine a camera rendering an edge detection image effect with another camera 1 Answer
Additively overlay one camera on another 3 Answers
Color Correction Effect White Screen Problem 0 Answers
Blur the screen sides for mobile. Is it possible without huge performance impact? 1 Answer
Why does SSAO not work in forward rendering? (black screen) 0 Answers