In trying to figure out how to use the blur filter, I’ve discovered some conditions where it doesn’t work properly. You can see in the screen captures it works in Unity, but draws random bits of the screen when run in the web player in certain browser/OS combinations. In the sample, that’s part of my dock being drawn where the blurred image should be.
On my Mac and another in the office, both OS 10.6.8 and Safari 5.1.2, it has the same problem. Likewise in Firefox 9.0.1 on those machines.
However for a colleague running Safari 5.0.5 on Mac OS it works correctly. It also works correctly on Win XP in FF and IE. Not sure what to make of this. But at this point, testing is impossible.
Here’s the URL if you’d like to see if it works for you: Lens Sim
After wasting a few days on this, I’ve found the solution: DON’T USE THE BUILT-IN IMAGE EFFECT. I found some blur code online and it produces even better results than the Unity code. And it works in the web player. So now I’m a bit upset about springing for the Pro version. At least I can now use my own splash screen.
One suggestion, perhaps these should not be called “image effects,” since they don’t appear to work on images. It looks like they only work if applied full screen. Maybe they should be called “full-screen-only camera effects.”
This is the best I could find that I could successfully translate to Unity/JS. It’s fast enough for this particular app. If you have faster code, I’d be very happy to see it.
I’m not sure what you mean about flash output. If it’s not flash output, then it’s not a bug? The problem I had with the blur filter is described in the original post in this thread.