Hi guys! Can some one tell me: is OnRenderImage should work under free licensed unity on android? I have created simple post effect that works perfectly in unity editor, but there is no any effects on android build (i’m tried with two different devices).
Thanks for helping!
Yes that should work so long as the device supports render textures we do it all the time.
It’s a good news, thanks… How can i check: is device supports render textures?
There will be an error in the log file. Can you try using one of the builtin image effects? Ensure that it is a general problem and not specific to your effect.
Thanks for your help, i’m found the bug: there was a problem with Shader.Find method… In documentation i’m found all that i need to fix the bug, now all working fine on both android devices. Thanks again!