[unity2019]When used with builtin render pipeline, Postprocessing package expects to be used on a fullscreen Camera.

When used with builtin render pipeline, Postprocessing package expects to be used on a fullscreen Camera.
Please note that using Camera viewport may result in visual artefacts or some things not working.

UnityEngine.GUIUtility:ProcessEvent (int,intptr) (at /Users/bokken/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:197)

ターゲット iOS Editor 実行したところ、このような警告が毎フレーム表示されました。
調べたところ、Post Processing を設定したカメラで OrthograchicViewport Rect の値を変更していました。

以下のように Viewport Rect の値を初期値に戻すと、警告の表示はなくなりました。

Viewport Rect X:0 Y:0 W:1 H:1

返信を残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA