Skip to content

Commit

Permalink
Disable some fx so it works under wine
Browse files Browse the repository at this point in the history
Disabled grading & AA
Change camera color & post-processing params
  • Loading branch information
grandao committed May 2, 2019
1 parent 4a333dc commit 3f0c90f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Assets/Scenes/SampleScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ Camera:
m_Enabled: 1
serializedVersion: 2
m_ClearFlags: 2
m_BackGroundColor: {r: 0, g: 0.20411657, b: 0.5283019, a: 0}
m_BackGroundColor: {r: 0, g: 0, b: 0.2830189, a: 0}
m_projectionMatrixMode: 1
m_SensorSize: {x: 36, y: 24}
m_LensShift: {x: 0, y: 0}
Expand Down Expand Up @@ -1359,7 +1359,7 @@ MonoBehaviour:
m_Bits: 1
stopNaNPropagation: 1
finalBlitToCameraTarget: 1
antialiasingMode: 2
antialiasingMode: 0
temporalAntialiasing:
jitterSpread: 0.75
sharpness: 0.25
Expand Down Expand Up @@ -2272,7 +2272,7 @@ MonoBehaviour:
m_Bits: 256
stopNaNPropagation: 1
finalBlitToCameraTarget: 1
antialiasingMode: 2
antialiasingMode: 0
temporalAntialiasing:
jitterSpread: 0.75
sharpness: 0.25
Expand Down Expand Up @@ -2849,7 +2849,7 @@ MonoBehaviour:
m_Bits: 32
stopNaNPropagation: 1
finalBlitToCameraTarget: 1
antialiasingMode: 2
antialiasingMode: 0
temporalAntialiasing:
jitterSpread: 0.75
sharpness: 0.25
Expand Down
8 changes: 4 additions & 4 deletions Assets/Scenes/SampleScene_Profiles/Main Camera Profile.asset
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: adb84e30e02715445aeb9959894e3b4d, type: 3}
m_Name: ColorGrading
m_EditorClassIdentifier:
active: 1
active: 0
enabled:
overrideState: 1
value: 1
Expand Down Expand Up @@ -1377,7 +1377,7 @@ MonoBehaviour:
value: 1
intensity:
overrideState: 1
value: 3.12
value: 2.12
threshold:
overrideState: 1
value: 0.67
Expand Down Expand Up @@ -1428,7 +1428,7 @@ MonoBehaviour:
defaultState: 1
intensity:
overrideState: 1
value: 0.04
value: 0.02
fastMode:
overrideState: 0
value: 0
Expand Down Expand Up @@ -1521,7 +1521,7 @@ MonoBehaviour:
value: {x: 0.5, y: 0.5}
intensity:
overrideState: 1
value: 0.25
value: 0.305
smoothness:
overrideState: 1
value: 0.8
Expand Down

0 comments on commit 3f0c90f

Please sign in to comment.