Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ MonoBehaviour:
dithering: 0
stopNaNs: 0
taaSharpenStrength: 0.6
TAAQuality: 1
taaHistorySharpening: 0.35
taaAntiFlicker: 0.5
taaMotionVectorRejection: 0
taaAntiHistoryRinging: 0
physicalParameters:
m_Iso: 200
m_ShutterSpeed: 0.005
Expand All @@ -164,6 +169,7 @@ MonoBehaviour:
m_BarrelClipping: 0.25
m_Anamorphism: 0
flipYMode: 0
xrRendering: 1
fullscreenPassthrough: 0
allowDynamicResolution: 0
customRenderingSettings: 0
Expand All @@ -182,6 +188,9 @@ MonoBehaviour:
maximumLODLevel: 0
maximumLODLevelMode: 0
maximumLODLevelQualityLevel: 0
sssQualityMode: 0
sssQualityLevel: 0
sssCustomSampleBudget: 20
materialQuality: 0
renderingPathCustomFrameSettingsOverrideMask:
mask:
Expand Down Expand Up @@ -235,7 +244,7 @@ MonoBehaviour:
priority: 0
blendDistance: 0
weight: 1
sharedProfile: {fileID: 11400000, guid: 64d0a8af6f49caf40ba9a93ecc9f9714, type: 2}
sharedProfile: {fileID: 11400000, guid: 2801c2ff7303a7543a8727f862f6c236, type: 2}
--- !u!1 &5710712751814275007
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -341,7 +350,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 7a68c43fe1f2a47cfa234b5eeaa98012, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Version: 9
m_Version: 10
m_ObsoleteShadowResolutionTier: 1
m_ObsoleteUseShadowQualitySettings: 0
m_ObsoleteCustomShadowResolution: 512
Expand Down Expand Up @@ -387,7 +396,9 @@ MonoBehaviour:
m_FilterSizeTraced: 16
m_SunLightConeAngle: 0.5
m_LightShadowRadius: 0.5
m_SemiTransparentShadow: 0
m_ColorShadow: 1
m_DistanceBasedFiltering: 0
m_EvsmExponent: 15
m_EvsmLightLeakBias: 0
m_EvsmVarianceBias: 0.00001
Expand Down Expand Up @@ -436,6 +447,8 @@ MonoBehaviour:
useVolumetric: 1
featuresFoldout: 1
showAdditionalSettings: 0
m_AreaLightEmissiveMeshShadowCastingMode: 0
m_AreaLightEmissiveMeshMotionVectorGenerationMode: 0
--- !u!1 &5823510469358171751
GameObject:
m_ObjectHideFlags: 0
Expand All @@ -446,7 +459,7 @@ GameObject:
m_Component:
- component: {fileID: 3321477440709210067}
m_Layer: 0
m_Name: Root
m_Name: DefaultSceneRoot
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ MonoBehaviour:
hdr: 1
showAlpha: 0
showEyeDropper: 1
tint:
m_OverrideState: 0
m_Value: {r: 1, g: 1, b: 1, a: 1}
hdr: 1
showAlpha: 0
showEyeDropper: 1
maxFogDistance:
m_OverrideState: 0
m_Value: 5000
Expand Down Expand Up @@ -81,6 +87,16 @@ MonoBehaviour:
m_Value: 0.75
min: 0
max: 1
screenResolutionPercentage:
m_OverrideState: 0
m_Value: 12.5
min: 6.25
max: 100
volumeSliceCount:
m_OverrideState: 0
m_Value: 64
min: 1
max: 1024
filter:
m_OverrideState: 0
m_Value: 0
Expand Down Expand Up @@ -174,7 +190,7 @@ MonoBehaviour:
m_Value: 0
hdriSky:
m_OverrideState: 1
m_Value: {fileID: 8900000, guid: 8253d41e6e8b11a4cbe77a4f8f82934d, type: 3}
m_Value: {fileID: 8900000, guid: 54a3a0570aebe8949bec4966f1376581, type: 3}
enableBackplate:
m_OverrideState: 0
m_Value: 0
Expand Down
8 changes: 4 additions & 4 deletions com.unity.template-hd/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"com.unity.ads": "3.4.4",
"com.unity.analytics": "3.3.5",
"com.unity.collab-proxy": "1.3.7",
"com.unity.ide.rider": "2.0.1",
"com.unity.ide.visualstudio": "2.0.0",
"com.unity.ide.rider": "2.0.2",
"com.unity.ide.visualstudio": "2.0.1",
"com.unity.ide.vscode": "1.2.0",
"com.unity.multiplayer-hlapi": "1.0.4",
"com.unity.purchasing": "2.0.6",
"com.unity.render-pipelines.high-definition": "9.0.0-preview.2",
"com.unity.test-framework": "1.1.11",
"com.unity.render-pipelines.high-definition": "9.0.0-preview.16",
"com.unity.test-framework": "1.1.13",
"com.unity.textmeshpro": "3.0.0-preview.1",
"com.unity.timeline": "1.2.6",
"com.unity.ugui": "1.0.0",
Expand Down