You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: PostProcessing/Runtime/Effects/ScalableAO.cs
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,9 @@ public enum Quality
26
26
[Tooltip("Number of sample points, which affects quality and performance. Lowest, Low & Medium passes are downsampled. High and Ultra are not and should only be used on high-end hardware.")]
27
27
publicQualityquality=Quality.Medium;
28
28
29
+
[ColorUsage(false),Tooltip("Custom color to use for the ambient occlusion.")]
0 commit comments