Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
c2a6c68
Change sample materials to use URP shaders and add URP settings
Pauliusd01 Mar 25, 2026
e5d4721
Add default materials for legacy built in render pipeline support
Pauliusd01 Mar 25, 2026
171d3aa
Add punctual shadow support and alpha options
Pauliusd01 Mar 25, 2026
cbbc1b6
Merge branch 'develop' into move-inputsystem-to-urp
Pauliusd01 Mar 25, 2026
1bbe433
Enable screen/soft shadows and render graph
Pauliusd01 Mar 25, 2026
648f29d
Merge branch 'develop' into move-inputsystem-to-urp
Pauliusd01 Mar 25, 2026
38ccc90
Add URP requirement to samples and define
Pauliusd01 Mar 26, 2026
1d2ca7d
Merge branch 'develop' into move-inputsystem-to-urp
Pauliusd01 Mar 26, 2026
978fa3e
Test if undefined URP version helps resolve CI upgrade issues
Pauliusd01 Mar 26, 2026
cf60004
Revert "Test if undefined URP version helps resolve CI upgrade issues"
Pauliusd01 Mar 26, 2026
01fd47f
Update ProjectSettings.asset
Pauliusd01 Mar 26, 2026
631d5d1
Add URP_COMPATIBILITY_MODE scripting define
Pauliusd01 Mar 26, 2026
c0a47c0
Update URP pipeline asset settings
Pauliusd01 Mar 27, 2026
c5b6223
Call DynamicGI.UpdateEnvironment on scene open
Pauliusd01 Mar 27, 2026
392c82a
Revert "Call DynamicGI.UpdateEnvironment on scene open"
Pauliusd01 Mar 27, 2026
93357cd
Enable linear lighting and color space
Pauliusd01 Mar 27, 2026
76554d5
Update CHANGELOG.md
Pauliusd01 Mar 27, 2026
381e858
Merge branch 'develop' into move-inputsystem-to-urp
Pauliusd01 Mar 27, 2026
51ad40d
Update build target for Android
Pauliusd01 Mar 27, 2026
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
8 changes: 4 additions & 4 deletions Assets/QA/Input_Test/GUITest.unity
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ MeshRenderer:
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 2100000, guid: c8291cad59243b24ba551b0bc44dc40d, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down Expand Up @@ -943,7 +943,7 @@ MeshRenderer:
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 2100000, guid: c8291cad59243b24ba551b0bc44dc40d, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down Expand Up @@ -1721,7 +1721,7 @@ MeshRenderer:
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 2100000, guid: c8291cad59243b24ba551b0bc44dc40d, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down Expand Up @@ -2377,7 +2377,7 @@ MeshRenderer:
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 2100000, guid: c8291cad59243b24ba551b0bc44dc40d, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down
2 changes: 1 addition & 1 deletion Assets/QA/Materials/Blue.mat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Material:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Blue
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_Shader: {fileID: 4800000, guid: a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
Expand Down
2 changes: 1 addition & 1 deletion Assets/QA/Materials/Green.mat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Material:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Green
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_Shader: {fileID: 4800000, guid: a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
Expand Down
2 changes: 1 addition & 1 deletion Assets/QA/Materials/Red.mat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Material:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Red
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_Shader: {fileID: 4800000, guid: a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
Expand Down
2 changes: 1 addition & 1 deletion Assets/QA/Materials/White.mat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Material:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: White
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_Shader: {fileID: 4800000, guid: a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
Expand Down
4 changes: 2 additions & 2 deletions Assets/QA/MouseEvents/OnMouseEventsTestScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ MeshRenderer:
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 2100000, guid: c8291cad59243b24ba551b0bc44dc40d, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down Expand Up @@ -407,7 +407,7 @@ MeshRenderer:
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 2100000, guid: c8291cad59243b24ba551b0bc44dc40d, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ MeshRenderer:
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 2100000, guid: c8291cad59243b24ba551b0bc44dc40d, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ MeshRenderer:
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 2100000, guid: c8291cad59243b24ba551b0bc44dc40d, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ MeshRenderer:
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 2100000, guid: c8291cad59243b24ba551b0bc44dc40d, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down
Loading
Loading