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

Commit e93398d

Browse files
committed
Disable AO by default for now
1 parent f3af4af commit e93398d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PostProcessing/Runtime/Effects/AmbientOcclusion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public enum Quality
1717
}
1818

1919
[Tooltip("Enables ambient occlusion.")]
20-
public bool enabled = true;
20+
public bool enabled = false;
2121

2222
[Range(0f, 4f), Tooltip("Degree of darkness produced by the effect.")]
2323
public float intensity = 0.5f;

0 commit comments

Comments
 (0)