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

Commit 8b1a6ef

Browse files
committed
Fixed serialization issue
1 parent adf2aad commit 8b1a6ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PostProcessing/Runtime/PostProcessLayer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ public void Init(PostProcessResources resources)
142142
RuntimeUtilities.CreateIfNull(ref fastApproximateAntialiasing);
143143
RuntimeUtilities.CreateIfNull(ref dithering);
144144
RuntimeUtilities.CreateIfNull(ref fog);
145+
RuntimeUtilities.CreateIfNull(ref debugLayer);
145146
}
146147

147148
public void InitBundles()

0 commit comments

Comments
 (0)