Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 63d33e1

Browse files
committed
Fixed serialization warnings on build
1 parent 03b4a8c commit 63d33e1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

PostProcessing/Runtime/PostProcessLayer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,9 @@ public enum Antialiasing
114114
[SerializeField]
115115
PostProcessResources m_Resources;
116116

117-
#if UNITY_EDITOR
118117
// UI states
119118
[SerializeField] bool m_ShowToolkit;
120119
[SerializeField] bool m_ShowCustomSorter;
121-
#endif
122120

123121
/// <summary>
124122
/// If <c>true</c>, it will stop applying post-processing effects just before color grading

0 commit comments

Comments
 (0)