UnityエディタやiPhoneでは発生しない。Androidも機種によって発生するものとしないものがある。
環境
Unity:2022.3.7f1
M1 Mac
GoogleMobileAds-v8.5.2
解決方法
RenderTextureを選択した状態でInspectorを開き、Depth Stencil Formatをデフォルトの「D32_SFLOAT_S8_UNIT」から「D16_UNORM」に変更する。

参考
https://forum.unity.com/threads/render-texture-showing-black-square-on-android.1248307/

コメント