From 002fe17a16f0a9fa5bb71654dd95c72c35f253b8 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期一, 07 十二月 2020 23:10:46 +0800 Subject: [PATCH] 0312 更新ExecuteAlways 升级litjson --- Assets/PostProcessing/Runtime/PostProcessingBehaviour.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Assets/PostProcessing/Runtime/PostProcessingBehaviour.cs b/Assets/PostProcessing/Runtime/PostProcessingBehaviour.cs index 6f292d2..9b5bc3b 100644 --- a/Assets/PostProcessing/Runtime/PostProcessingBehaviour.cs +++ b/Assets/PostProcessing/Runtime/PostProcessingBehaviour.cs @@ -9,7 +9,7 @@ #if UNITY_5_4_OR_NEWER [ImageEffectAllowedInSceneView] #endif - [RequireComponent(typeof(Camera)), DisallowMultipleComponent, ExecuteInEditMode] + [RequireComponent(typeof(Camera)), DisallowMultipleComponent, ExecuteAlways] [AddComponentMenu("Effects/Post-Processing Behaviour", -1)] public class PostProcessingBehaviour : MonoBehaviour { -- Gitblit v1.8.0