Skip to content

Commit 6dc07d0

Browse files
committed
Switched to support only URP, at least for now
1 parent 9f2e9b4 commit 6dc07d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1562
-221
lines changed

MainProject/Assets/Samples/XR Hands/1.3.0/HandVisualizer/Materials/Blue.mat

Lines changed: 63 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,47 @@
11
%YAML 1.1
22
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &-2694581591652235880
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 11
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
version: 7
316
--- !u!21 &2100000
417
Material:
5-
serializedVersion: 6
18+
serializedVersion: 8
619
m_ObjectHideFlags: 0
720
m_CorrespondingSourceObject: {fileID: 0}
821
m_PrefabInstance: {fileID: 0}
922
m_PrefabAsset: {fileID: 0}
1023
m_Name: Blue
11-
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
12-
m_ShaderKeywords: _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A
24+
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
25+
m_Parent: {fileID: 0}
26+
m_ModifiedSerializedProperties: 0
27+
m_ValidKeywords:
28+
- _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A
29+
m_InvalidKeywords: []
1330
m_LightmapFlags: 4
14-
m_EnableInstancingVariants: 0
31+
m_EnableInstancingVariants: 1
1532
m_DoubleSidedGI: 0
1633
m_CustomRenderQueue: -1
17-
stringTagMap: {}
34+
stringTagMap:
35+
RenderType: Opaque
1836
disabledShaderPasses: []
37+
m_LockedProperties:
1938
m_SavedProperties:
2039
serializedVersion: 3
2140
m_TexEnvs:
41+
- _BaseMap:
42+
m_Texture: {fileID: 0}
43+
m_Scale: {x: 1, y: 1}
44+
m_Offset: {x: 0, y: 0}
2245
- _BumpMap:
2346
m_Texture: {fileID: 0}
2447
m_Scale: {x: 1, y: 1}
@@ -55,24 +78,59 @@ Material:
5578
m_Texture: {fileID: 0}
5679
m_Scale: {x: 1, y: 1}
5780
m_Offset: {x: 0, y: 0}
81+
- _SpecGlossMap:
82+
m_Texture: {fileID: 0}
83+
m_Scale: {x: 1, y: 1}
84+
m_Offset: {x: 0, y: 0}
85+
- unity_Lightmaps:
86+
m_Texture: {fileID: 0}
87+
m_Scale: {x: 1, y: 1}
88+
m_Offset: {x: 0, y: 0}
89+
- unity_LightmapsInd:
90+
m_Texture: {fileID: 0}
91+
m_Scale: {x: 1, y: 1}
92+
m_Offset: {x: 0, y: 0}
93+
- unity_ShadowMasks:
94+
m_Texture: {fileID: 0}
95+
m_Scale: {x: 1, y: 1}
96+
m_Offset: {x: 0, y: 0}
97+
m_Ints: []
5898
m_Floats:
99+
- _AlphaClip: 0
100+
- _AlphaToMask: 0
101+
- _Blend: 0
102+
- _BlendModePreserveSpecular: 1
59103
- _BumpScale: 1
104+
- _ClearCoatMask: 0
105+
- _ClearCoatSmoothness: 0
106+
- _Cull: 2
60107
- _Cutoff: 0.5
108+
- _DetailAlbedoMapScale: 1
61109
- _DetailNormalMapScale: 1
62110
- _DstBlend: 0
111+
- _DstBlendAlpha: 0
112+
- _EnvironmentReflections: 1
63113
- _GlossMapScale: 1
64114
- _Glossiness: 0.5
65115
- _GlossyReflections: 1
66116
- _Metallic: 0
67117
- _Mode: 0
68118
- _OcclusionStrength: 1
69119
- _Parallax: 0.02
120+
- _QueueOffset: 0
121+
- _ReceiveShadows: 1
122+
- _Smoothness: 0.5
70123
- _SmoothnessTextureChannel: 1
71124
- _SpecularHighlights: 1
72125
- _SrcBlend: 1
126+
- _SrcBlendAlpha: 1
127+
- _Surface: 0
73128
- _UVSec: 0
129+
- _WorkflowMode: 1
74130
- _ZWrite: 1
75131
m_Colors:
132+
- _BaseColor: {r: 0, g: 0, b: 1, a: 1}
76133
- _Color: {r: 0, g: 0, b: 1, a: 1}
77134
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
135+
- _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
78136
m_BuildTextureStacks: []

MainProject/Assets/Samples/XR Hands/1.3.0/HandVisualizer/Materials/Green.mat

Lines changed: 63 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,33 @@
22
%TAG !u! tag:unity3d.com,2011:
33
--- !u!21 &2100000
44
Material:
5-
serializedVersion: 6
5+
serializedVersion: 8
66
m_ObjectHideFlags: 0
77
m_CorrespondingSourceObject: {fileID: 0}
88
m_PrefabInstance: {fileID: 0}
99
m_PrefabAsset: {fileID: 0}
1010
m_Name: Green
11-
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
12-
m_ShaderKeywords: _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A
11+
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
12+
m_Parent: {fileID: 0}
13+
m_ModifiedSerializedProperties: 0
14+
m_ValidKeywords:
15+
- _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A
16+
m_InvalidKeywords: []
1317
m_LightmapFlags: 4
14-
m_EnableInstancingVariants: 0
18+
m_EnableInstancingVariants: 1
1519
m_DoubleSidedGI: 0
1620
m_CustomRenderQueue: -1
17-
stringTagMap: {}
21+
stringTagMap:
22+
RenderType: Opaque
1823
disabledShaderPasses: []
24+
m_LockedProperties:
1925
m_SavedProperties:
2026
serializedVersion: 3
2127
m_TexEnvs:
28+
- _BaseMap:
29+
m_Texture: {fileID: 0}
30+
m_Scale: {x: 1, y: 1}
31+
m_Offset: {x: 0, y: 0}
2232
- _BumpMap:
2333
m_Texture: {fileID: 0}
2434
m_Scale: {x: 1, y: 1}
@@ -55,24 +65,72 @@ Material:
5565
m_Texture: {fileID: 0}
5666
m_Scale: {x: 1, y: 1}
5767
m_Offset: {x: 0, y: 0}
68+
- _SpecGlossMap:
69+
m_Texture: {fileID: 0}
70+
m_Scale: {x: 1, y: 1}
71+
m_Offset: {x: 0, y: 0}
72+
- unity_Lightmaps:
73+
m_Texture: {fileID: 0}
74+
m_Scale: {x: 1, y: 1}
75+
m_Offset: {x: 0, y: 0}
76+
- unity_LightmapsInd:
77+
m_Texture: {fileID: 0}
78+
m_Scale: {x: 1, y: 1}
79+
m_Offset: {x: 0, y: 0}
80+
- unity_ShadowMasks:
81+
m_Texture: {fileID: 0}
82+
m_Scale: {x: 1, y: 1}
83+
m_Offset: {x: 0, y: 0}
84+
m_Ints: []
5885
m_Floats:
86+
- _AlphaClip: 0
87+
- _AlphaToMask: 0
88+
- _Blend: 0
89+
- _BlendModePreserveSpecular: 1
5990
- _BumpScale: 1
91+
- _ClearCoatMask: 0
92+
- _ClearCoatSmoothness: 0
93+
- _Cull: 2
6094
- _Cutoff: 0.5
95+
- _DetailAlbedoMapScale: 1
6196
- _DetailNormalMapScale: 1
6297
- _DstBlend: 0
98+
- _DstBlendAlpha: 0
99+
- _EnvironmentReflections: 1
63100
- _GlossMapScale: 1
64101
- _Glossiness: 0.5
65102
- _GlossyReflections: 1
66103
- _Metallic: 0
67104
- _Mode: 0
68105
- _OcclusionStrength: 1
69106
- _Parallax: 0.02
107+
- _QueueOffset: 0
108+
- _ReceiveShadows: 1
109+
- _Smoothness: 0.5
70110
- _SmoothnessTextureChannel: 1
71111
- _SpecularHighlights: 1
72112
- _SrcBlend: 1
113+
- _SrcBlendAlpha: 1
114+
- _Surface: 0
73115
- _UVSec: 0
116+
- _WorkflowMode: 1
74117
- _ZWrite: 1
75118
m_Colors:
119+
- _BaseColor: {r: 0, g: 1, b: 0, a: 1}
76120
- _Color: {r: 0, g: 1, b: 0, a: 1}
77121
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
122+
- _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
78123
m_BuildTextureStacks: []
124+
--- !u!114 &8031053660891169048
125+
MonoBehaviour:
126+
m_ObjectHideFlags: 11
127+
m_CorrespondingSourceObject: {fileID: 0}
128+
m_PrefabInstance: {fileID: 0}
129+
m_PrefabAsset: {fileID: 0}
130+
m_GameObject: {fileID: 0}
131+
m_Enabled: 1
132+
m_EditorHideFlags: 0
133+
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
134+
m_Name:
135+
m_EditorClassIdentifier:
136+
version: 7

MainProject/Assets/Samples/XR Hands/1.3.0/HandVisualizer/Materials/HandsDefaultMaterial.mat

Lines changed: 67 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,51 @@
11
%YAML 1.1
22
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &-1810317704541716265
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 11
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
version: 7
316
--- !u!21 &2100000
417
Material:
5-
serializedVersion: 6
18+
serializedVersion: 8
619
m_ObjectHideFlags: 0
720
m_CorrespondingSourceObject: {fileID: 0}
821
m_PrefabInstance: {fileID: 0}
922
m_PrefabAsset: {fileID: 0}
1023
m_Name: HandsDefaultMaterial
11-
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
12-
m_ShaderKeywords: _ALPHABLEND_ON
24+
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
25+
m_Parent: {fileID: 0}
26+
m_ModifiedSerializedProperties: 0
27+
m_ValidKeywords:
28+
- _ALPHAPREMULTIPLY_ON
29+
- _SURFACE_TYPE_TRANSPARENT
30+
m_InvalidKeywords:
31+
- _ALPHABLEND_ON
1332
m_LightmapFlags: 4
14-
m_EnableInstancingVariants: 0
33+
m_EnableInstancingVariants: 1
1534
m_DoubleSidedGI: 0
1635
m_CustomRenderQueue: 3000
1736
stringTagMap:
1837
RenderType: Transparent
19-
disabledShaderPasses: []
38+
disabledShaderPasses:
39+
- DepthOnly
40+
- SHADOWCASTER
41+
m_LockedProperties:
2042
m_SavedProperties:
2143
serializedVersion: 3
2244
m_TexEnvs:
45+
- _BaseMap:
46+
m_Texture: {fileID: 0}
47+
m_Scale: {x: 1, y: 1}
48+
m_Offset: {x: 0, y: 0}
2349
- _BumpMap:
2450
m_Texture: {fileID: 0}
2551
m_Scale: {x: 1, y: 1}
@@ -56,24 +82,59 @@ Material:
5682
m_Texture: {fileID: 0}
5783
m_Scale: {x: 1, y: 1}
5884
m_Offset: {x: 0, y: 0}
85+
- _SpecGlossMap:
86+
m_Texture: {fileID: 0}
87+
m_Scale: {x: 1, y: 1}
88+
m_Offset: {x: 0, y: 0}
89+
- unity_Lightmaps:
90+
m_Texture: {fileID: 0}
91+
m_Scale: {x: 1, y: 1}
92+
m_Offset: {x: 0, y: 0}
93+
- unity_LightmapsInd:
94+
m_Texture: {fileID: 0}
95+
m_Scale: {x: 1, y: 1}
96+
m_Offset: {x: 0, y: 0}
97+
- unity_ShadowMasks:
98+
m_Texture: {fileID: 0}
99+
m_Scale: {x: 1, y: 1}
100+
m_Offset: {x: 0, y: 0}
101+
m_Ints: []
59102
m_Floats:
103+
- _AlphaClip: 0
104+
- _AlphaToMask: 0
105+
- _Blend: 0
106+
- _BlendModePreserveSpecular: 1
60107
- _BumpScale: 1
108+
- _ClearCoatMask: 0
109+
- _ClearCoatSmoothness: 0
110+
- _Cull: 2
61111
- _Cutoff: 0.5
112+
- _DetailAlbedoMapScale: 1
62113
- _DetailNormalMapScale: 1
63114
- _DstBlend: 10
115+
- _DstBlendAlpha: 10
116+
- _EnvironmentReflections: 1
64117
- _GlossMapScale: 1
65118
- _Glossiness: 0
66119
- _GlossyReflections: 1
67120
- _Metallic: 0
68121
- _Mode: 2
69122
- _OcclusionStrength: 1
70123
- _Parallax: 0.02
124+
- _QueueOffset: 0
125+
- _ReceiveShadows: 1
126+
- _Smoothness: 0
71127
- _SmoothnessTextureChannel: 0
72128
- _SpecularHighlights: 1
73-
- _SrcBlend: 5
129+
- _SrcBlend: 1
130+
- _SrcBlendAlpha: 1
131+
- _Surface: 1
74132
- _UVSec: 0
133+
- _WorkflowMode: 1
75134
- _ZWrite: 0
76135
m_Colors:
136+
- _BaseColor: {r: 0.66518503, g: 0.66518503, b: 0.66518503, a: 0.64705884}
77137
- _Color: {r: 0.66518503, g: 0.66518503, b: 0.66518503, a: 0.64705884}
78138
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
139+
- _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
79140
m_BuildTextureStacks: []

0 commit comments

Comments
 (0)