以下の内容はhttps://baba-s.hatenablog.com/entry/2019/02/13/162000より取得しました。


【Unity】OnRenderImage() possibly didn't write anything to the destination texture!

概要

OnRenderImage() possibly didn't write anything to the destination texture!

Unity エディタ再生時に上記のような警告が出力された場合、

using UnityEngine;

public sealed class Example : MonoBehaviour
{
    private void OnRenderImage( RenderTexture src, RenderTexture dest )
    {
    }
}

OnRenderImage 関数で何も処理を行っていない可能性があります




以上の内容はhttps://baba-s.hatenablog.com/entry/2019/02/13/162000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14