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

Commit 0b7fad5

Browse files
committed
Update stripping when loading stripping config
1 parent f0b8c55 commit 0b7fad5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PostProcessing/Editor/PostProcessStrippingConfig.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ public sealed class PostProcessStrippingConfig : ScriptableObject
99
public bool stripDebugShaders = false;
1010
public bool stripComputeShaders = false;
1111

12+
public void Awake()
13+
{
14+
PostProcessResourceStripper.Update();
15+
}
16+
1217
public void OnValidate()
1318
{
1419
PostProcessResourceStripper.Update();

0 commit comments

Comments
 (0)