Hi,
After upgrading to Unity 5.5 I noticed that the BlurOptimized effect seems to have stopped working on my iPhone 6. However the same code is working as expected when I deploy and test on Android (Galaxy III) and Windows Phone (Lumia 735). The BlurOptimized effect also appears correctly when running from the editor in IOS mode.
Does anyone know of any workarounds or changes that might be necessary to get this working again on iOS devices?
My use case involves the BlurOptimized component attached to my main camera as shown in the attached image. I’m then using Camera.main.GetComponent ().enabled = true; to blur and unblur the camera background behind a UI Canvas.
Thanks in advance!
