Render Texture Black on Android Only

Hello,

First off I’d like to say that the project is working fine on all platforms EXCEPT android. This issue is specific to android and even appears in the editor while the setting is android.

I am using 3D cameras that render to a texture. No matter how many ways I attempt this, despite any camera settings or shaders I use (I plan to use Unlit/Transparent) it still renders nothing but black. My render layers are all correct and even the camera preview shows me what I would expect to see. Yet, the texture and material remain black. I’m assuming it’s some wrong with the connection between the camera and the render texture but I’m not sure what.

In case it matters, I’m using Android SDK r22 which was causing a bug due to a folder structure problem prior to the recent 4.1.4f1. I am now using 4.1.4f1 and it can read the SDK fine, though I’m not sure if this new SDK could be causing the render texture problem seeing as it happens in editor when Unity attempts to simulate Android.

Thanks in advanced for any help.

Hello, is there already a fix for this, because I have the same problem with Unity 2019.3.1f1?