Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
d11aba2
Initial commit
jenniferd-unity Dec 21, 2020
075f822
Fixed Scene Template to refer to currentAsset instead of defaultAsset
jenniferd-unity Dec 22, 2020
c4a0df6
Fixed light+decal layers serialization
jenniferd-unity Dec 22, 2020
fb7cf04
Revert "Fixed light+decal layers serialization" + a few other fixes
jenniferd-unity Jan 6, 2021
c4bbe67
Merge branch 'master' into hd/hdrp-default-settings
jenniferd-unity Jan 7, 2021
dce157d
A couple more reference fixed
jenniferd-unity Jan 11, 2021
5f37833
Added missing changelog
jenniferd-unity Jan 12, 2021
b130f54
Change from RenderPipeline_Default_Settings to Global renaming
jenniferd-unity Feb 2, 2021
6a4b136
[Fix] layer names are pulled from the default settings
jenniferd-unity Feb 3, 2021
3350f13
[Fix] Ensure HDDefault settings before showing menu + refactor light/…
jenniferd-unity Feb 4, 2021
2dbd454
Obselete EditorDefaultSettings, fixed a few bad references
jenniferd-unity Feb 11, 2021
6488f01
Renamed from HDDefaultSettings to HDGlobalSettings
jenniferd-unity Feb 11, 2021
18e5948
Merge branch 'master' into hd/hdrp-default-settings
jenniferd-unity Feb 16, 2021
87f9927
Renamed from HDGlobalSettings to HDRenderPipelineGlobalSettings
jenniferd-unity Feb 16, 2021
f0f489a
Moved HDRenderPipelineGlobalSettingsCreator to its own file
jenniferd-unity Feb 16, 2021
0ab2144
Added a central place to change RPGlobalSettings's icon (CoreEditorSt…
jenniferd-unity Feb 16, 2021
de1c55b
Refactored SerializedHDRenderPipelineGlobalSettings per Alex's PR rev…
jenniferd-unity Feb 16, 2021
801c1d7
Small tweaks on SerializedHDRPGlobalSettings asset
jenniferd-unity Feb 17, 2021
c57ccc4
Added Lens Attenuation Mode UI in Global Settings window
jenniferd-unity Feb 18, 2021
2b2ddce
Added doc and diffusion profile list UI in global settings panel
jenniferd-unity Feb 18, 2021
a4b523d
[Doc] Renamed Default Settings page to Global Settings window
jenniferd-unity Feb 18, 2021
f952d17
Added comment to the Upgrade guide
jenniferd-unity Feb 18, 2021
2d00ff5
Fixed Composition manager registration of CustomPP on global settings
jenniferd-unity Feb 18, 2021
cbba986
Removing log
jenniferd-unity Feb 18, 2021
6e9137e
Removed log
jenniferd-unity Feb 19, 2021
cb0d12c
Fixed rendering layers migration
jenniferd-unity Feb 19, 2021
31e1db7
Added a bool flag on the HDRenderPipeline to know when it is ready to…
jenniferd-unity Feb 22, 2021
46b65e0
Removed HDRPGlobalSettings.Ensure() call from resources getter
jenniferd-unity Feb 22, 2021
e44143d
Fixed HDRP's Wizard volume profile
jenniferd-unity Feb 22, 2021
2ab4353
[Fix] Runtime Resources now properly loaded on HDRP Global Settings a…
jenniferd-unity Feb 22, 2021
40faa7c
[Fix] Making sure folder exists before creating HDRP Global Settings …
jenniferd-unity Feb 22, 2021
c4ead1e
[Fix] Fixed doc typo
jenniferd-unity Feb 22, 2021
3b345b1
Revived public API that was removed inadvertently
jenniferd-unity Feb 22, 2021
b42ed4e
[Fix] Errors when building a player on Windows
jenniferd-unity Feb 22, 2021
e2a4efe
[Fix] Global Asset Creation workflow - set it as active if created fr…
jenniferd-unity Feb 23, 2021
8d4d88f
[Fix] Asset deletion workflow - missing use case
jenniferd-unity Feb 23, 2021
8d00652
Renamed internal variable to code convention
jenniferd-unity Feb 24, 2021
c041477
Small clean-up
jenniferd-unity Feb 24, 2021
9504df9
Small fixed and cleanup
jenniferd-unity Feb 25, 2021
7571d03
Moved VolumeProfileCreator to its own file
jenniferd-unity Feb 25, 2021
da9ac2f
Updated UI
jenniferd-unity Feb 26, 2021
1d166ea
Fixed issue when creating volume profile on a non-existing folder
jenniferd-unity Feb 26, 2021
96f11b7
Fixed Raytracing resources loading code
jenniferd-unity Feb 26, 2021
70a95d7
Fixed decal layer migration
jenniferd-unity Feb 26, 2021
e319c68
Merge branch 'master' into hd/hdrp-default-settings
jenniferd-unity Mar 1, 2021
9c7c0f0
Renamed defaultSettings to globalSettings + fixed get_defaultShader w…
jenniferd-unity Mar 1, 2021
61169b7
[Fix] Migration to HDRP Global Settings asset now saves its changes o…
jenniferd-unity Mar 1, 2021
ff66003
Reviewed documentation
JordanL8 Mar 4, 2021
988af54
Removed duplicate space
JordanL8 Mar 4, 2021
5cda3a5
[Fix] Editor/Runtime Resources are sometimes not found when loading a…
jenniferd-unity Mar 5, 2021
44ab9d7
[Fix] Consistent Resources loading workflow for Runtime/Editor/Raytra…
jenniferd-unity Mar 8, 2021
fec88ae
Formatting fix
jenniferd-unity Mar 8, 2021
97a718f
A few fixes when migrating from 2020.2 to 2021.2
jenniferd-unity Mar 9, 2021
df30c23
Merge branch 'master' into hd/hdrp-default-settings
jenniferd-unity Mar 10, 2021
2000f9b
New migration workflow - lazy migration from HDRP Asset to Global Set…
jenniferd-unity Mar 10, 2021
43ca2f8
Merge branch 'master' into hd/hdrp-default-settings
jenniferd-unity Mar 12, 2021
7491a8b
Adapting to tests to new workflow
jenniferd-unity Mar 12, 2021
151e219
Fix test 4060
jenniferd-unity Mar 12, 2021
aa78c63
Fixed frame settings for HDRP test projects
jenniferd-unity Mar 15, 2021
0a50d1b
Fix for HDRP DXR test 803
jenniferd-unity Mar 15, 2021
7044f86
Merge branch 'master' into hd/hdrp-default-settings
sebastienlagarde Mar 16, 2021
4ff810b
Fix for player build from commandline
jenniferd-unity Mar 16, 2021
262b618
Fix case where building a player without opening it first in the Edit…
jenniferd-unity Mar 16, 2021
62c9baf
Adding HDRP Global Settings to HDRP Runtime tests project
jenniferd-unity Mar 17, 2021
3ffbc55
Merge branch 'master' into hd/hdrp-default-settings
jenniferd-unity Mar 18, 2021
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
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
Expand Down Expand Up @@ -230,6 +231,7 @@ GameObject:
m_Component:
- component: {fileID: 321196268}
- component: {fileID: 321196267}
- component: {fileID: 321196269}
m_Layer: 0
m_Name: Global Volume
m_TagString: Untagged
Expand Down Expand Up @@ -268,6 +270,23 @@ Transform:
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &321196269
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 321196266}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
m_Name:
m_EditorClassIdentifier:
isGlobal: 1
priority: -100
blendDistance: 0
weight: 1
sharedProfile: {fileID: 11400000, guid: f940a8037e6cda542891dc1aac1fa4e8, type: 2}
--- !u!1 &940557428
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -312,6 +331,7 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
Expand Down Expand Up @@ -408,6 +428,7 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
Expand Down Expand Up @@ -490,14 +511,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 7a68c43fe1f2a47cfa234b5eeaa98012, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Version: 11
m_ObsoleteShadowResolutionTier: 1
m_ObsoleteUseShadowQualitySettings: 0
m_ObsoleteCustomShadowResolution: 512
m_ObsoleteContactShadows: 0
m_PointlightHDType: 0
m_SpotLightShape: 0
m_AreaLightShape: 0
m_Intensity: 100
m_EnableSpotReflector: 0
m_LuxAtDistance: 1
Expand All @@ -507,6 +520,7 @@ MonoBehaviour:
m_VolumetricDimmer: 1
m_LightUnit: 0
m_FadeDistance: 10000
m_VolumetricFadeDistance: 10000
m_AffectDiffuse: 1
m_AffectSpecular: 1
m_NonLightmappedOnly: 0
Expand All @@ -523,6 +537,7 @@ MonoBehaviour:
m_AreaLightCookie: {fileID: 0}
m_IESPoint: {fileID: 0}
m_IESSpot: {fileID: 0}
m_IncludeForRayTracing: 1
m_AreaLightShadowCone: 120
m_UseScreenSpaceShadows: 0
m_InteractsWithSky: 1
Expand Down Expand Up @@ -572,9 +587,14 @@ MonoBehaviour:
m_NormalBias: 0.75
m_SlopeBias: 0.5
m_ShadowUpdateMode: 0
m_AlwaysDrawDynamicShadows: 0
m_UpdateShadowOnLightMovement: 0
m_CachedShadowTranslationThreshold: 0.01
m_CachedShadowAngularThreshold: 0.5
m_BarnDoorAngle: 90
m_BarnDoorLength: 0.05
m_preserveCachedShadow: 0
m_OnDemandShadowRenderOnPlacement: 1
m_ShadowCascadeRatios:
- 0.05
- 0.2
Expand All @@ -590,10 +610,17 @@ MonoBehaviour:
useOldInspector: 0
useVolumetric: 1
featuresFoldout: 1
showAdditionalSettings: 0
m_AreaLightEmissiveMeshShadowCastingMode: 0
m_AreaLightEmissiveMeshMotionVectorGenerationMode: 0
m_AreaLightEmissiveMeshLayer: -1
m_Version: 11
m_ObsoleteShadowResolutionTier: 1
m_ObsoleteUseShadowQualitySettings: 0
m_ObsoleteCustomShadowResolution: 512
m_ObsoleteContactShadows: 0
m_PointlightHDType: 0
m_SpotLightShape: 0
m_AreaLightShape: 0
--- !u!108 &998453647
Light:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -699,6 +726,7 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
Expand Down Expand Up @@ -782,6 +810,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_Profile: {fileID: 11400000, guid: 94acb726607bf8f4fa833981233fffc5, type: 2}
m_StaticLightingSkyUniqueID: 0
m_StaticLightingCloudsUniqueID: 0
--- !u!4 &2058112915
Transform:
m_ObjectHideFlags: 1
Expand All @@ -807,6 +836,10 @@ PrefabInstance:
propertyPath: m_Name
value: HDRP_Test_Camera
objectReference: {fileID: 0}
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
propertyPath: m_RootOrder
value: 7
objectReference: {fileID: 0}
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
propertyPath: m_LocalPosition.x
value: 0
Expand All @@ -819,6 +852,10 @@ PrefabInstance:
propertyPath: m_LocalPosition.z
value: 2
objectReference: {fileID: 0}
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
propertyPath: m_LocalRotation.w
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
propertyPath: m_LocalRotation.x
value: 0
Expand All @@ -831,14 +868,6 @@ PrefabInstance:
propertyPath: m_LocalRotation.z
value: 0.17364816
objectReference: {fileID: 0}
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
propertyPath: m_LocalRotation.w
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
propertyPath: m_RootOrder
value: 7
objectReference: {fileID: 0}
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 20
Expand All @@ -853,13 +882,13 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 20109210616973140, guid: c07ace9ab142ca9469fa377877c2f1e7,
type: 3}
propertyPath: m_FocalLength
value: 34.170994
propertyPath: field of view
value: 38.7
objectReference: {fileID: 0}
- target: {fileID: 20109210616973140, guid: c07ace9ab142ca9469fa377877c2f1e7,
type: 3}
propertyPath: field of view
value: 38.7
propertyPath: m_FocalLength
value: 34.170994
objectReference: {fileID: 0}
- target: {fileID: 114777190906822814, guid: c07ace9ab142ca9469fa377877c2f1e7,
type: 3}
Expand All @@ -879,18 +908,18 @@ PrefabInstance:
type: 2}
- target: {fileID: 114995348509370400, guid: c07ace9ab142ca9469fa377877c2f1e7,
type: 3}
propertyPath: ImageComparisonSettings.TargetHeight
value: 480
propertyPath: checkMemoryAllocation
value: 0
objectReference: {fileID: 0}
- target: {fileID: 114995348509370400, guid: c07ace9ab142ca9469fa377877c2f1e7,
type: 3}
propertyPath: checkMemoryAllocation
value: 0
propertyPath: renderGraphCompatible
value: 1
objectReference: {fileID: 0}
- target: {fileID: 114995348509370400, guid: c07ace9ab142ca9469fa377877c2f1e7,
type: 3}
propertyPath: ImageComparisonSettings.PerPixelCorrectnessThreshold
value: 0.0016
propertyPath: ImageComparisonSettings.TargetHeight
value: 480
objectReference: {fileID: 0}
- target: {fileID: 114995348509370400, guid: c07ace9ab142ca9469fa377877c2f1e7,
type: 3}
Expand All @@ -899,8 +928,8 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 114995348509370400, guid: c07ace9ab142ca9469fa377877c2f1e7,
type: 3}
propertyPath: renderGraphCompatible
value: 1
propertyPath: ImageComparisonSettings.PerPixelCorrectnessThreshold
value: 0.0016
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
Loading