modified shaders - added dissolve to InvisibleShader, added example item Barrel_destruction_CUT

This commit is contained in:
2025-03-17 08:54:45 +01:00
parent e90a87720f
commit 69cf35b05d
12 changed files with 1458 additions and 63 deletions

View File

@@ -13,9 +13,12 @@ Material:
m_Parent: {fileID: 0} m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0 m_ModifiedSerializedProperties: 0
m_ValidKeywords: m_ValidKeywords:
- USEDISSOLVE_WITHOUT_ALPHA_CUTOUT
- USEFRESNEL - USEFRESNEL
- _ALPHATEST_ON
- _SURFACE_TYPE_TRANSPARENT - _SURFACE_TYPE_TRANSPARENT
m_InvalidKeywords: [] m_InvalidKeywords:
- _USEDISSOLVE_WITHOUT_ALPHA_CUTOUT
m_LightmapFlags: 4 m_LightmapFlags: 4
m_EnableInstancingVariants: 0 m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0 m_DoubleSidedGI: 0
@@ -61,6 +64,10 @@ Material:
m_Texture: {fileID: 0} m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1} m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0} m_Offset: {x: 0, y: 0}
- _Dissolve_6c880463713a41b3a5e9578c486d051d_NoiseMask_2224857806_Texture2D:
m_Texture: {fileID: 2800000, guid: 6cf5abd30715dea4aa1b2fcf187546a6, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap: - _EmissionMap:
m_Texture: {fileID: 0} m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1} m_Scale: {x: 1, y: 1}
@@ -115,9 +122,10 @@ Material:
- USEDISSOLVE: 1 - USEDISSOLVE: 1
- USEDISSOLVEMASK: 0 - USEDISSOLVEMASK: 0
- USEFRESNEL: 1 - USEFRESNEL: 1
- Vector1_473704f964214ae2bc68475022d1524b: 0 - Vector1_473704f964214ae2bc68475022d1524b: 0.0378
- _AOStrength: 0.489 - _AOStrength: 1.1
- _AlphaClip: 0 - _AlphaClip: 1
- _AlphaClipThreshold: 0.51
- _AlphaToMask: 0 - _AlphaToMask: 0
- _BendEffect: 0 - _BendEffect: 0
- _BendMaxDistance: 1 - _BendMaxDistance: 1
@@ -134,19 +142,21 @@ Material:
- _Cutoff: 0.5 - _Cutoff: 0.5
- _DetailAlbedoMapScale: 1 - _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1 - _DetailNormalMapScale: 1
- _DissolveNoiseScale: 251.9
- _DstBlend: 10 - _DstBlend: 10
- _EffectStrenght: 0.03
- _EffectThreshold: 0 - _EffectThreshold: 0
- _EnvironmentReflections: 1 - _EnvironmentReflections: 1
- _FadeDistance: 0 - _FadeDistance: 0
- _FarFadeDistance: 500 - _FarFadeDistance: 500
- _FresnelPower: 1.97 - _FresnelPower: 2.06
- _GlossMapScale: 0 - _GlossMapScale: 0
- _Glossiness: 0 - _Glossiness: 0
- _GlossyReflections: 0 - _GlossyReflections: 0
- _InverseFadeRange: 1 - _InverseFadeRange: 1
- _InverseFarFadeRange: 0.5 - _InverseFarFadeRange: 0.5
- _Metallic: 0 - _Metallic: 0
- _NormalStrength: 1.876 - _NormalStrength: 2.04
- _OcclusionStrength: 1 - _OcclusionStrength: 1
- _Parallax: 0.005 - _Parallax: 0.005
- _QueueControl: 0 - _QueueControl: 0
@@ -158,6 +168,8 @@ Material:
- _SrcBlend: 5 - _SrcBlend: 5
- _Surface: 1 - _Surface: 1
- _Threshold: 0 - _Threshold: 0
- _USEDISSOLVE: 1
- _USEDISSOLVEMASK: 0
- _USEDISTANCEFADE: 0 - _USEDISTANCEFADE: 0
- _USESCANWAVE: 0 - _USESCANWAVE: 0
- _WaveTrail: 4 - _WaveTrail: 4
@@ -165,10 +177,10 @@ Material:
- _ZTest: 4 - _ZTest: 4
- _ZWrite: 1 - _ZWrite: 1
- _ZWriteControl: 1 - _ZWriteControl: 1
- _alpha: 0.9 - _alpha: 1
m_Colors: m_Colors:
- BaseColor: {r: 0.4245283, g: 0.4245283, b: 0.4245283, a: 0} - BaseColor: {r: 0.4245283, g: 0.4245283, b: 0.4245283, a: 0}
- Color_613d1588816440ec9b17710effb7528b: {r: 0, g: 13.98681, b: 714.8679, a: 0} - Color_613d1588816440ec9b17710effb7528b: {r: 766.99615, g: 79.98592, b: 0, a: 0}
- EmissiveColor: {r: 0, g: 0, b: 0, a: 0} - EmissiveColor: {r: 0, g: 0, b: 0, a: 0}
- _AdditionalColor: {r: 4.597549, g: 0.36867145, b: 0.5674405, a: 0} - _AdditionalColor: {r: 4.597549, g: 0.36867145, b: 0.5674405, a: 0}
- _BaseColor: {r: 1, g: 1, b: 1, a: 1} - _BaseColor: {r: 1, g: 1, b: 1, a: 1}

View File

@@ -13,9 +13,11 @@ Material:
m_Parent: {fileID: 0} m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0 m_ModifiedSerializedProperties: 0
m_ValidKeywords: m_ValidKeywords:
- USEDISSOLVE_WITHOUT_ALPHA_CUTOUT
- USEFRESNEL - USEFRESNEL
- _SURFACE_TYPE_TRANSPARENT - _SURFACE_TYPE_TRANSPARENT
m_InvalidKeywords: [] m_InvalidKeywords:
- _USEDISSOLVE_WITHOUT_ALPHA_CUTOUT
m_LightmapFlags: 4 m_LightmapFlags: 4
m_EnableInstancingVariants: 0 m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0 m_DoubleSidedGI: 0
@@ -61,6 +63,10 @@ Material:
m_Texture: {fileID: 0} m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1} m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0} m_Offset: {x: 0, y: 0}
- _Dissolve_6c880463713a41b3a5e9578c486d051d_NoiseMask_2224857806_Texture2D:
m_Texture: {fileID: 2800000, guid: 6cf5abd30715dea4aa1b2fcf187546a6, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap: - _EmissionMap:
m_Texture: {fileID: 0} m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1} m_Scale: {x: 1, y: 1}
@@ -115,9 +121,10 @@ Material:
- USEDISSOLVE: 1 - USEDISSOLVE: 1
- USEDISSOLVEMASK: 0 - USEDISSOLVEMASK: 0
- USEFRESNEL: 1 - USEFRESNEL: 1
- Vector1_473704f964214ae2bc68475022d1524b: 0 - Vector1_473704f964214ae2bc68475022d1524b: 0.0131
- _AOStrength: 1.2 - _AOStrength: 1.2
- _AlphaClip: 0 - _AlphaClip: 0
- _AlphaClipThreshold: 0.591
- _AlphaToMask: 0 - _AlphaToMask: 0
- _BendEffect: 0 - _BendEffect: 0
- _BendMaxDistance: 1 - _BendMaxDistance: 1
@@ -134,7 +141,9 @@ Material:
- _Cutoff: 0.5 - _Cutoff: 0.5
- _DetailAlbedoMapScale: 1 - _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1 - _DetailNormalMapScale: 1
- _DissolveNoiseScale: 25
- _DstBlend: 10 - _DstBlend: 10
- _EffectStrenght: 1
- _EffectThreshold: 0 - _EffectThreshold: 0
- _EnvironmentReflections: 1 - _EnvironmentReflections: 1
- _FadeDistance: 0 - _FadeDistance: 0
@@ -158,6 +167,8 @@ Material:
- _SrcBlend: 5 - _SrcBlend: 5
- _Surface: 1 - _Surface: 1
- _Threshold: 0 - _Threshold: 0
- _USEDISSOLVE: 1
- _USEDISSOLVEMASK: 0
- _USEDISTANCEFADE: 0 - _USEDISTANCEFADE: 0
- _USESCANWAVE: 0 - _USESCANWAVE: 0
- _WaveTrail: 4 - _WaveTrail: 4

View File

@@ -0,0 +1,126 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &7175605022821847227
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 2049911772785384197, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_key
value: Barrel_destruction1_151712
objectReference: {fileID: 0}
- target: {fileID: 5902290343441514530, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_Name
value: Barrel_destruction_CUT Variant
objectReference: {fileID: 0}
- target: {fileID: 6531052233054526104, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_RootOrder
value: 156
objectReference: {fileID: 0}
- target: {fileID: 6531052233054526104, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_LocalPosition.x
value: 202.766
objectReference: {fileID: 0}
- target: {fileID: 6531052233054526104, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_LocalPosition.y
value: 29.132
objectReference: {fileID: 0}
- target: {fileID: 6531052233054526104, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_LocalPosition.z
value: -110.46
objectReference: {fileID: 0}
- target: {fileID: 6531052233054526104, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_LocalRotation.w
value: 0.7071068
objectReference: {fileID: 0}
- target: {fileID: 6531052233054526104, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_LocalRotation.x
value: -0.7071068
objectReference: {fileID: 0}
- target: {fileID: 6531052233054526104, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 6531052233054526104, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 6531052233054526104, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6531052233054526104, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6531052233054526104, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents:
- targetCorrespondingSourceObject: {fileID: 5902290343441514530, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
insertIndex: -1
addedObject: {fileID: 8539554886877293329}
m_SourcePrefab: {fileID: 100100000, guid: 5200b3e50470f2b429132041250b6210, type: 3}
--- !u!1 &3638340101395894425 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 5902290343441514530, guid: 5200b3e50470f2b429132041250b6210,
type: 3}
m_PrefabInstance: {fileID: 7175605022821847227}
m_PrefabAsset: {fileID: 0}
--- !u!114 &8539554886877293329
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3638340101395894425}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: dd39910b59b4d8a48bebea6c7987c440, type: 3}
m_Name:
m_EditorClassIdentifier:
openCloseEvents: 0
openCloseWindow: 0
selectedToolbar: 0
isInit: 0
getHealthMethod: 0
modifiers:
- name: Cut
filterMethod: 2
damageTypes:
- Cut
value: -100
percentage: 1
destructible: 0
resistance: 0
maxResistance: 0
onChangeResistance:
m_PersistentCalls:
m_Calls: []
onBroken:
m_PersistentCalls:
m_Calls: []
onAllModifiersIsBroken:
m_PersistentCalls:
m_Calls: []

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 893c4bb8a0b55425ea8be1b55ec567fd
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -628,7 +628,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d07167fb051e9ab47902bfaf96475cf4, type: 3} m_Script: {fileID: 11500000, guid: d07167fb051e9ab47902bfaf96475cf4, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
openCloseEvents: 0 openCloseEvents: 1
openCloseWindow: 0 openCloseWindow: 0
selectedToolbar: 0 selectedToolbar: 0
onEquip: onEquip:

View File

@@ -1022,6 +1022,7 @@
"m_OutputNode": { "m_OutputNode": {
"m_Id": "" "m_Id": ""
}, },
"m_SubDatas": [],
"m_ActiveTargets": [ "m_ActiveTargets": [
{ {
"m_Id": "d0629dbcf57c4c49bc343047b5fd6fc6" "m_Id": "d0629dbcf57c4c49bc343047b5fd6fc6"
@@ -1109,6 +1110,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1187,6 +1189,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_KeywordType": 1, "m_KeywordType": 1,
"m_KeywordDefinition": 0, "m_KeywordDefinition": 0,
"m_KeywordScope": 0, "m_KeywordScope": 0,
@@ -1227,6 +1230,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -1265,6 +1269,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1301,7 +1306,7 @@
"m_StageCapability": 2, "m_StageCapability": 2,
"m_BareResource": false, "m_BareResource": false,
"m_Texture": { "m_Texture": {
"m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", "m_SerializedTexture": "",
"m_Guid": "" "m_Guid": ""
}, },
"m_DefaultType": 0 "m_DefaultType": 0
@@ -1375,6 +1380,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": false, "m_PreviewExpanded": false,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1574,6 +1580,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -1612,6 +1619,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1654,6 +1662,7 @@
], ],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": false, "m_PreviewExpanded": false,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1716,6 +1725,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1757,6 +1767,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1807,6 +1818,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1855,6 +1867,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -1882,6 +1895,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_KeywordType": 0, "m_KeywordType": 0,
"m_KeywordDefinition": 0, "m_KeywordDefinition": 0,
"m_KeywordScope": 0, "m_KeywordScope": 0,
@@ -1903,9 +1917,9 @@
"m_Expanded": true, "m_Expanded": true,
"m_Position": { "m_Position": {
"serializedVersion": "2", "serializedVersion": "2",
"x": 994.0, "x": 1039.0001220703125,
"y": 172.0, "y": 171.99998474121095,
"width": 208.0, "width": 207.9998779296875,
"height": 302.0 "height": 302.0
} }
}, },
@@ -1923,6 +1937,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1955,6 +1970,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2081,6 +2097,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2158,6 +2175,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": false, "m_PreviewExpanded": false,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2224,6 +2242,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2291,6 +2310,7 @@
], ],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2359,6 +2379,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -2397,6 +2418,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2430,6 +2452,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2466,6 +2489,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2498,6 +2522,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2531,6 +2556,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2589,6 +2615,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2624,6 +2651,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2672,6 +2700,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -2710,6 +2739,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2815,6 +2845,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -2855,6 +2886,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2920,6 +2952,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2944,6 +2977,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -2987,6 +3021,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3056,6 +3091,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -3083,6 +3119,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -3195,6 +3232,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3287,6 +3325,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3391,6 +3430,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3415,6 +3455,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -3519,6 +3560,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": false, "m_PreviewExpanded": false,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3579,6 +3621,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -3644,6 +3687,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3722,6 +3766,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_KeywordType": 1, "m_KeywordType": 1,
"m_KeywordDefinition": 0, "m_KeywordDefinition": 0,
"m_KeywordScope": 0, "m_KeywordScope": 0,
@@ -3871,6 +3916,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3893,6 +3939,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -3931,6 +3978,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4072,6 +4120,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4134,6 +4183,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -4245,6 +4295,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4313,6 +4364,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": false, "m_PreviewExpanded": false,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4385,6 +4437,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4544,6 +4597,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": false, "m_PreviewExpanded": false,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4568,6 +4622,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_KeywordType": 0, "m_KeywordType": 0,
"m_KeywordDefinition": 0, "m_KeywordDefinition": 0,
"m_KeywordScope": 0, "m_KeywordScope": 0,
@@ -4663,6 +4718,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4671,12 +4727,13 @@
} }
{ {
"m_SGVersion": 0, "m_SGVersion": 2,
"m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget",
"m_ObjectId": "c8523a25fa014d318fc12ee8ab40f4e3", "m_ObjectId": "c8523a25fa014d318fc12ee8ab40f4e3",
"m_WorkflowMode": 1, "m_WorkflowMode": 1,
"m_NormalDropOffSpace": 0, "m_NormalDropOffSpace": 0,
"m_ClearCoat": false "m_ClearCoat": false,
"m_BlendModePreserveSpecular": false
} }
{ {
@@ -4691,7 +4748,7 @@
"m_StageCapability": 2, "m_StageCapability": 2,
"m_BareResource": false, "m_BareResource": false,
"m_Texture": { "m_Texture": {
"m_SerializedTexture": "{\"texture\":{\"fileID\":2800000,\"guid\":\"19e759af85a7a82478f570012d958e04\",\"type\":3}}", "m_SerializedTexture": "",
"m_Guid": "" "m_Guid": ""
}, },
"m_DefaultType": 0 "m_DefaultType": 0
@@ -4723,6 +4780,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4756,6 +4814,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4789,6 +4848,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4802,6 +4862,7 @@
"m_SGVersion": 1, "m_SGVersion": 1,
"m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget",
"m_ObjectId": "d0629dbcf57c4c49bc343047b5fd6fc6", "m_ObjectId": "d0629dbcf57c4c49bc343047b5fd6fc6",
"m_Datas": [],
"m_ActiveSubTarget": { "m_ActiveSubTarget": {
"m_Id": "c8523a25fa014d318fc12ee8ab40f4e3" "m_Id": "c8523a25fa014d318fc12ee8ab40f4e3"
}, },
@@ -4814,6 +4875,10 @@
"m_AlphaClip": true, "m_AlphaClip": true,
"m_CastShadows": true, "m_CastShadows": true,
"m_ReceiveShadows": true, "m_ReceiveShadows": true,
"m_DisableTint": false,
"m_AdditionalMotionVectorMode": 0,
"m_AlembicMotionVectors": false,
"m_SupportsLODCrossFade": false,
"m_CustomEditorGUI": "", "m_CustomEditorGUI": "",
"m_SupportVFX": false "m_SupportVFX": false
} }
@@ -4883,6 +4948,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4907,6 +4973,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -4934,6 +5001,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -4985,6 +5053,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -5025,6 +5094,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -5063,6 +5133,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5128,6 +5199,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5167,6 +5239,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -5282,6 +5355,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5344,12 +5418,13 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
"m_Hidden": false, "m_Hidden": false,
"m_Value": { "m_Value": {
"m_SerializedTexture": "{\"texture\":{\"fileID\":2800000,\"guid\":\"19e759af85a7a82478f570012d958e04\",\"type\":3}}", "m_SerializedTexture": "",
"m_Guid": "" "m_Guid": ""
}, },
"isMainTexture": false, "isMainTexture": false,
@@ -5384,6 +5459,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5467,6 +5543,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5521,6 +5598,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_KeywordType": 1, "m_KeywordType": 1,
"m_KeywordDefinition": 0, "m_KeywordDefinition": 0,
"m_KeywordScope": 0, "m_KeywordScope": 0,
@@ -5561,6 +5639,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -5611,6 +5690,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": false, "m_PreviewExpanded": false,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5683,6 +5763,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5756,6 +5837,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,

View File

@@ -1034,6 +1034,7 @@
"m_OutputNode": { "m_OutputNode": {
"m_Id": "" "m_Id": ""
}, },
"m_SubDatas": [],
"m_ActiveTargets": [ "m_ActiveTargets": [
{ {
"m_Id": "d0629dbcf57c4c49bc343047b5fd6fc6" "m_Id": "d0629dbcf57c4c49bc343047b5fd6fc6"
@@ -1177,6 +1178,7 @@
], ],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1198,6 +1200,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_KeywordType": 1, "m_KeywordType": 1,
"m_KeywordDefinition": 0, "m_KeywordDefinition": 0,
"m_KeywordScope": 0, "m_KeywordScope": 0,
@@ -1258,6 +1261,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 2, "m_PreviewMode": 2,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1290,6 +1294,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 2, "m_PreviewMode": 2,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1351,6 +1356,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -1389,6 +1395,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1427,6 +1434,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1570,6 +1578,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1680,6 +1689,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1776,7 +1786,7 @@
"m_DefaultValue": { "m_DefaultValue": {
"x": 0.0, "x": 0.0,
"y": 0.0, "y": 0.0,
"z": 0.0 "z": 1.0
}, },
"m_Labels": [] "m_Labels": []
} }
@@ -1861,6 +1871,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1951,6 +1962,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -2019,6 +2031,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2081,6 +2094,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2113,6 +2127,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2146,6 +2161,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2187,6 +2203,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2385,6 +2402,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2428,6 +2446,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2484,13 +2503,15 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
}, },
"m_TextureType": 0, "m_TextureType": 0,
"m_NormalMapSpace": 0, "m_NormalMapSpace": 0,
"m_EnableGlobalMipBias": true "m_EnableGlobalMipBias": true,
"m_MipSamplingMode": 0
} }
{ {
@@ -2508,6 +2529,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -2546,6 +2568,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2582,6 +2605,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2614,6 +2638,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2697,6 +2722,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -2735,6 +2761,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2787,6 +2814,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -2811,9 +2839,9 @@
"m_Expanded": true, "m_Expanded": true,
"m_Position": { "m_Position": {
"serializedVersion": "2", "serializedVersion": "2",
"x": 146.5, "x": 247.0,
"y": -119.5, "y": -161.00001525878907,
"width": 233.0, "width": 232.0,
"height": 326.0 "height": 326.0
} }
}, },
@@ -2834,6 +2862,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2875,6 +2904,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2968,6 +2998,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -3008,6 +3039,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3032,6 +3064,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -3076,12 +3109,13 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
"m_Hidden": false, "m_Hidden": false,
"m_Value": { "m_Value": {
"m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", "m_SerializedTexture": "",
"m_Guid": "" "m_Guid": ""
}, },
"isMainTexture": false, "isMainTexture": false,
@@ -3262,6 +3296,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -3325,7 +3360,7 @@
} }
{ {
"m_SGVersion": 0, "m_SGVersion": 1,
"m_Type": "UnityEditor.ShaderGraph.ViewDirectionNode", "m_Type": "UnityEditor.ShaderGraph.ViewDirectionNode",
"m_ObjectId": "63427a11bbca4fcf8a39b1b859d04b24", "m_ObjectId": "63427a11bbca4fcf8a39b1b859d04b24",
"m_Group": { "m_Group": {
@@ -3336,10 +3371,10 @@
"m_Expanded": true, "m_Expanded": true,
"m_Position": { "m_Position": {
"serializedVersion": "2", "serializedVersion": "2",
"x": -105.00006866455078, "x": -105.0,
"y": 1593.4998779296875, "y": 1594.0001220703125,
"width": 208.00018310546876, "width": 208.0,
"height": 314.5001220703125 "height": 314.0
} }
}, },
"m_Slots": [ "m_Slots": [
@@ -3350,6 +3385,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 2, "m_PreviewMode": 2,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3510,6 +3546,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3720,6 +3757,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -3843,6 +3881,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4039,6 +4078,7 @@
], ],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4074,6 +4114,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4110,6 +4151,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -4258,6 +4300,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4302,6 +4345,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4337,6 +4381,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4411,6 +4456,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_KeywordType": 0, "m_KeywordType": 0,
"m_KeywordDefinition": 0, "m_KeywordDefinition": 0,
"m_KeywordScope": 0, "m_KeywordScope": 0,
@@ -4446,6 +4492,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4481,6 +4528,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4527,6 +4575,7 @@
], ],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4646,6 +4695,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4821,6 +4871,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -4859,6 +4910,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4955,6 +5007,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -5014,6 +5067,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5135,6 +5189,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5194,6 +5249,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5253,6 +5309,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5286,6 +5343,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5484,6 +5542,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_KeywordType": 0, "m_KeywordType": 0,
"m_KeywordDefinition": 0, "m_KeywordDefinition": 0,
"m_KeywordScope": 0, "m_KeywordScope": 0,
@@ -5505,7 +5564,7 @@
"m_StageCapability": 3, "m_StageCapability": 3,
"m_BareResource": false, "m_BareResource": false,
"m_Texture": { "m_Texture": {
"m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", "m_SerializedTexture": "",
"m_Guid": "" "m_Guid": ""
}, },
"m_DefaultType": 0 "m_DefaultType": 0
@@ -5556,6 +5615,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_KeywordType": 0, "m_KeywordType": 0,
"m_KeywordDefinition": 0, "m_KeywordDefinition": 0,
"m_KeywordScope": 0, "m_KeywordScope": 0,
@@ -5626,6 +5686,7 @@
], ],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5688,6 +5749,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5743,7 +5805,7 @@
"m_SlotType": 0, "m_SlotType": 0,
"m_Hidden": false, "m_Hidden": false,
"m_ShaderOutputName": "UV", "m_ShaderOutputName": "UV",
"m_StageCapability": 3, "m_StageCapability": 2,
"m_Value": { "m_Value": {
"x": 0.0, "x": 0.0,
"y": 0.0 "y": 0.0
@@ -5781,6 +5843,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5789,12 +5852,13 @@
} }
{ {
"m_SGVersion": 0, "m_SGVersion": 2,
"m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget",
"m_ObjectId": "c8523a25fa014d318fc12ee8ab40f4e3", "m_ObjectId": "c8523a25fa014d318fc12ee8ab40f4e3",
"m_WorkflowMode": 1, "m_WorkflowMode": 1,
"m_NormalDropOffSpace": 0, "m_NormalDropOffSpace": 0,
"m_ClearCoat": false "m_ClearCoat": false,
"m_BlendModePreserveSpecular": false
} }
{ {
@@ -5823,6 +5887,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5856,6 +5921,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5927,6 +5993,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -6000,6 +6067,7 @@
], ],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -6010,6 +6078,7 @@
"m_SGVersion": 1, "m_SGVersion": 1,
"m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget",
"m_ObjectId": "d0629dbcf57c4c49bc343047b5fd6fc6", "m_ObjectId": "d0629dbcf57c4c49bc343047b5fd6fc6",
"m_Datas": [],
"m_ActiveSubTarget": { "m_ActiveSubTarget": {
"m_Id": "c8523a25fa014d318fc12ee8ab40f4e3" "m_Id": "c8523a25fa014d318fc12ee8ab40f4e3"
}, },
@@ -6022,6 +6091,10 @@
"m_AlphaClip": false, "m_AlphaClip": false,
"m_CastShadows": true, "m_CastShadows": true,
"m_ReceiveShadows": true, "m_ReceiveShadows": true,
"m_DisableTint": false,
"m_AdditionalMotionVectorMode": 0,
"m_AlembicMotionVectors": false,
"m_SupportsLODCrossFade": false,
"m_CustomEditorGUI": "", "m_CustomEditorGUI": "",
"m_SupportVFX": false "m_SupportVFX": false
} }
@@ -6096,6 +6169,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -6147,6 +6221,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -6276,6 +6351,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -6314,6 +6390,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -6338,6 +6415,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -6408,6 +6486,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -6432,6 +6511,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -6476,6 +6556,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -6508,6 +6589,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -6617,6 +6699,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -6737,6 +6820,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -6758,6 +6842,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_KeywordType": 1, "m_KeywordType": 1,
"m_KeywordDefinition": 0, "m_KeywordDefinition": 0,
"m_KeywordScope": 0, "m_KeywordScope": 0,
@@ -6798,6 +6883,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -6870,6 +6956,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -6918,6 +7005,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -6964,6 +7052,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []

View File

@@ -1075,6 +1075,7 @@
"m_OutputNode": { "m_OutputNode": {
"m_Id": "29584710d70d4f0ca735c7ad9640844c" "m_Id": "29584710d70d4f0ca735c7ad9640844c"
}, },
"m_SubDatas": [],
"m_ActiveTargets": [] "m_ActiveTargets": []
} }
@@ -1221,6 +1222,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1271,6 +1273,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1292,6 +1295,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -1336,6 +1340,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1417,6 +1422,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1452,6 +1458,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1512,6 +1519,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -1649,6 +1657,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_KeywordType": 1, "m_KeywordType": 1,
"m_KeywordDefinition": 0, "m_KeywordDefinition": 0,
"m_KeywordScope": 0, "m_KeywordScope": 0,
@@ -1778,6 +1787,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1840,6 +1850,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -1902,6 +1913,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2235,6 +2247,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2276,6 +2289,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2362,6 +2376,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2400,6 +2415,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2442,6 +2458,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2546,6 +2563,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2680,6 +2698,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2821,6 +2840,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -2845,12 +2865,13 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
"m_Hidden": false, "m_Hidden": false,
"m_Value": { "m_Value": {
"m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", "m_SerializedTexture": "",
"m_Guid": "" "m_Guid": ""
}, },
"isMainTexture": false, "isMainTexture": false,
@@ -2891,6 +2912,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3115,6 +3137,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3150,6 +3173,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3188,6 +3212,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3282,6 +3307,7 @@
], ],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3368,6 +3394,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3406,6 +3433,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3413,7 +3441,7 @@
} }
{ {
"m_SGVersion": 0, "m_SGVersion": 1,
"m_Type": "UnityEditor.ShaderGraph.NoiseNode", "m_Type": "UnityEditor.ShaderGraph.NoiseNode",
"m_ObjectId": "5d6e3b32db4a43679da7cc2337aab1ff", "m_ObjectId": "5d6e3b32db4a43679da7cc2337aab1ff",
"m_Group": { "m_Group": {
@@ -3444,10 +3472,12 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
} },
"m_HashType": 1
} }
{ {
@@ -3500,6 +3530,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3562,6 +3593,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3802,6 +3834,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3843,6 +3876,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3875,6 +3909,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -3923,6 +3958,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -3969,6 +4005,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4010,6 +4047,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4128,6 +4166,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_KeywordType": 0, "m_KeywordType": 0,
"m_KeywordDefinition": 0, "m_KeywordDefinition": 0,
"m_KeywordScope": 0, "m_KeywordScope": 0,
@@ -4321,6 +4360,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4440,13 +4480,15 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
}, },
"m_TextureType": 0, "m_TextureType": 0,
"m_NormalMapSpace": 0, "m_NormalMapSpace": 0,
"m_EnableGlobalMipBias": true "m_EnableGlobalMipBias": true,
"m_MipSamplingMode": 0
} }
{ {
@@ -4550,6 +4592,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4606,6 +4649,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4732,6 +4776,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -4819,6 +4864,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4960,6 +5006,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -4996,6 +5043,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -5037,6 +5085,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5075,6 +5124,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5110,6 +5160,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5187,6 +5238,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5250,6 +5302,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -5274,7 +5327,7 @@
"m_StageCapability": 3, "m_StageCapability": 3,
"m_BareResource": false, "m_BareResource": false,
"m_Texture": { "m_Texture": {
"m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", "m_SerializedTexture": "",
"m_Guid": "" "m_Guid": ""
}, },
"m_DefaultType": 0 "m_DefaultType": 0
@@ -5387,6 +5440,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5455,6 +5509,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5487,6 +5542,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5526,6 +5582,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -5638,9 +5695,9 @@
"m_Position": { "m_Position": {
"serializedVersion": "2", "serializedVersion": "2",
"x": 296.0, "x": 296.0,
"y": -98.00001525878906, "y": -98.0,
"width": 208.0, "width": 208.0,
"height": 301.99993896484377 "height": 302.0
} }
}, },
"m_Slots": [ "m_Slots": [
@@ -5661,6 +5718,7 @@
], ],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5699,6 +5757,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -5720,6 +5779,7 @@
"m_GeneratePropertyBlock": true, "m_GeneratePropertyBlock": true,
"m_UseCustomSlotLabel": false, "m_UseCustomSlotLabel": false,
"m_CustomSlotLabel": "", "m_CustomSlotLabel": "",
"m_DismissedVersion": 0,
"m_Precision": 0, "m_Precision": 0,
"overrideHLSLDeclaration": false, "overrideHLSLDeclaration": false,
"hlslDeclarationOverride": 0, "hlslDeclarationOverride": 0,
@@ -5893,6 +5953,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -6048,6 +6109,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -6089,6 +6151,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -6174,6 +6237,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []
@@ -6189,8 +6253,8 @@
"m_ObjectId": "e72492cea22443c78c24cffbda7b593f", "m_ObjectId": "e72492cea22443c78c24cffbda7b593f",
"m_Title": "EffectThreshold", "m_Title": "EffectThreshold",
"m_Position": { "m_Position": {
"x": -81.00000762939453, "x": -49.0,
"y": 827.9999389648438 "y": 828.0
} }
} }
@@ -6413,6 +6477,7 @@
"synonyms": [], "synonyms": [],
"m_Precision": 0, "m_Precision": 0,
"m_PreviewExpanded": true, "m_PreviewExpanded": true,
"m_DismissedVersion": 0,
"m_PreviewMode": 0, "m_PreviewMode": 0,
"m_CustomColors": { "m_CustomColors": {
"m_SerializableColors": [] "m_SerializableColors": []

View File

@@ -15,6 +15,7 @@ Material:
m_ValidKeywords: m_ValidKeywords:
- USEFRESNEL - USEFRESNEL
- _SURFACE_TYPE_TRANSPARENT - _SURFACE_TYPE_TRANSPARENT
- _USEDISSOLVE_WITHOUT_ALPHA_CUTOUT
m_InvalidKeywords: [] m_InvalidKeywords: []
m_LightmapFlags: 4 m_LightmapFlags: 4
m_EnableInstancingVariants: 0 m_EnableInstancingVariants: 0
@@ -49,6 +50,10 @@ Material:
m_Texture: {fileID: 0} m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1} m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0} m_Offset: {x: 0, y: 0}
- _Dissolve_6c880463713a41b3a5e9578c486d051d_NoiseMask_2224857806_Texture2D:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap: - _EmissionMap:
m_Texture: {fileID: 0} m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1} m_Scale: {x: 1, y: 1}
@@ -61,6 +66,10 @@ Material:
m_Texture: {fileID: 0} m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1} m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0} m_Offset: {x: 0, y: 0}
- _NOSMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap: - _OcclusionMap:
m_Texture: {fileID: 0} m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1} m_Scale: {x: 1, y: 1}
@@ -88,7 +97,10 @@ Material:
m_Ints: [] m_Ints: []
m_Floats: m_Floats:
- USEFRESNEL: 1 - USEFRESNEL: 1
- Vector1_473704f964214ae2bc68475022d1524b: 0.05
- _AOStrength: 1
- _AlphaClip: 0 - _AlphaClip: 0
- _AlphaClipThreshold: 0.5
- _AlphaToMask: 0 - _AlphaToMask: 0
- _Blend: 0 - _Blend: 0
- _BumpScale: 1 - _BumpScale: 1
@@ -99,13 +111,17 @@ Material:
- _Cutoff: 0.5 - _Cutoff: 0.5
- _DetailAlbedoMapScale: 1 - _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1 - _DetailNormalMapScale: 1
- _DissolveNoiseScale: 25
- _DstBlend: 10 - _DstBlend: 10
- _EffectStrenght: 1
- _EffectThreshold: 0
- _EnvironmentReflections: 1 - _EnvironmentReflections: 1
- _FresnelPower: 4 - _FresnelPower: 4
- _GlossMapScale: 0 - _GlossMapScale: 0
- _Glossiness: 0 - _Glossiness: 0
- _GlossyReflections: 0 - _GlossyReflections: 0
- _Metallic: 0 - _Metallic: 0
- _NormalStrength: 1
- _OcclusionStrength: 1 - _OcclusionStrength: 1
- _Parallax: 0.005 - _Parallax: 0.005
- _QueueControl: 0 - _QueueControl: 0
@@ -116,18 +132,22 @@ Material:
- _SpecularHighlights: 1 - _SpecularHighlights: 1
- _SrcBlend: 5 - _SrcBlend: 5
- _Surface: 1 - _Surface: 1
- _Threshold: 0
- _USEDISSOLVE: 1
- _WorkflowMode: 1 - _WorkflowMode: 1
- _ZTest: 4 - _ZTest: 4
- _ZWrite: 0 - _ZWrite: 0
- _ZWriteControl: 0 - _ZWriteControl: 0
- _alpha: 1 - _alpha: 1
m_Colors: m_Colors:
- Color_613d1588816440ec9b17710effb7528b: {r: 0, g: 13.98681, b: 714.8679, a: 0}
- _AdditionalColor: {r: 0, g: 2.1960785, b: 2.9960785, a: 0} - _AdditionalColor: {r: 0, g: 2.1960785, b: 2.9960785, a: 0}
- _BaseColor: {r: 1, g: 1, b: 1, a: 1} - _BaseColor: {r: 1, g: 1, b: 1, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1} - _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _FresnelColor: {r: 0.041162338, g: 0.094103545, b: 0.23584908, a: 0} - _FresnelColor: {r: 0.041162338, g: 0.094103545, b: 0.23584908, a: 0}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
- _UVMul: {r: 0.02, g: 0.03, b: 0, a: 0}
m_BuildTextureStacks: [] m_BuildTextureStacks: []
m_AllowLocking: 1 m_AllowLocking: 1
--- !u!114 &4524747146536467053 --- !u!114 &4524747146536467053

File diff suppressed because it is too large Load Diff

View File

@@ -10,16 +10,17 @@
"hash": "02cf05485ac0bbd9f61e7b829dd6526db7c9dba5" "hash": "02cf05485ac0bbd9f61e7b829dd6526db7c9dba5"
}, },
"com.unity.addressables": { "com.unity.addressables": {
"version": "2.2.2", "version": "2.3.16",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.profiling.core": "1.0.2", "com.unity.profiling.core": "1.0.2",
"com.unity.test-framework": "1.4.5",
"com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.scriptablebuildpipeline": "2.1.4", "com.unity.scriptablebuildpipeline": "2.2.11",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0" "com.unity.modules.unitywebrequestassetbundle": "1.0.0"
}, },
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
@@ -161,10 +162,13 @@
} }
}, },
"com.unity.scriptablebuildpipeline": { "com.unity.scriptablebuildpipeline": {
"version": "2.1.4", "version": "2.2.11",
"depth": 2, "depth": 2,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {
"com.unity.test-framework": "1.4.5",
"com.unity.modules.assetbundle": "1.0.0"
},
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.searcher": { "com.unity.searcher": {

View File

@@ -1,2 +1,2 @@
m_EditorVersion: 6000.0.40f1 m_EditorVersion: 6000.0.42f1
m_EditorVersionWithRevision: 6000.0.40f1 (157d81624ddf) m_EditorVersionWithRevision: 6000.0.42f1 (feb9a7235030)