5.2 Shader Unsupported issue with Web Player

Hi, this was working in 5.1.3, seems like something changed in 5.2 so that I’m now seeing a pink triangle show up on the 3d cameras view and these messages in the player log:

Yes it’s repeated twice. Has anyone else run into this issue? If not pointers for how to track down/fix exactly what’s causing this would be much appreciated. Everything works fine except for having a bright pink segment bottom left of the screen.

Hi,
Can you report this and include the project or a simple project with the same issue?

Hi there, thanks for the reply. My project is kinda massive and I wouldn’t know how to recreate the issue from scratch (assuming it’s not there in an empty project). Can you think of a smarter way to isolate what’s causing the issue other than just carving out chunks of code/graphics? Cheers!

Ok, I traced this to being caused by having a Camera set to ‘Depth only’ for clear flags. Will submit a bug report.

I’m seeing the pink triangle also - Unity 5.2.1f1 OSX Web player in Safari or Firefox.
Any update on the bug report? I did not see it in the public bug tracker to upvote.
Thanks -

I cant see it in the bug system. @Aurigan did you report it?

Yes I’ve reported it, not sure how to now find it now though … either way it’s trivial to reproduce, empty project, add a camera, set it to depth only.

This only occurs on OSX webplayer.

Seeing the same issue here.

Same here. 5.3.1. Chrome WebPlayer OSX. Yeah :wink:

Pink triangle was solved by setting all my Depth Only clearing cameras to Don’t Clear. I was lucky this was a solution for me.