From a509ec425a5f4084a59deeb45959bdcd30ee9f13 Mon Sep 17 00:00:00 2001 From: Jeonghyeon Ha Date: Thu, 7 Aug 2025 13:25:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EC=B0=A8=20=EB=8C=80=EC=9D=91=20?= =?UTF-8?q?=EB=A8=B8=ED=8B=B0=EB=A6=AC=EC=96=BC=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20=EB=B0=8F=20=EC=B0=BD=EB=AC=B8=20=ED=94=84?= =?UTF-8?q?=EB=A6=AC=ED=8C=B9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Settings/PC_Renderer.asset | 45 +- .../Common/Shaders/LitEnvironment.shadergraph | 2047 ++++++++--------- .../Common/Shaders/PbrMask.shadersubgraph | 1707 ++++++++++++++ .../Shaders/PbrMask.shadersubgraph.meta | 10 + .../Environments/Props/Prop_Window.prefab | 104 +- .../Environments/Props/Window2/Window.mat | 20 +- .../Environments/Props/Window2/WindowBack.mat | 169 ++ .../Props/Window2/WindowBack.mat.meta | 8 + .../Props/Window2/WindowFrame.mat | 167 ++ .../Props/Window2/WindowFrame.mat.meta | 8 + .../Props/Window2/Window_back.png | 3 + .../Props/Window2/Window_back.png.meta | 117 + .../Props/Window2/Window_opacityMask.png | 3 + .../Props/Window2/Window_opacityMask.png.meta | 117 + .../Props/Window2/window_frame.png | 3 + .../Props/Window2/window_frame.png.meta | 117 + .../Tiles/Wall/BackgroundWall.mat | 18 + .../Prefabs/RestaurantPlayer.prefab | 30 +- ProjectSettings/TagManager.asset | 5 +- 19 files changed, 3652 insertions(+), 1046 deletions(-) create mode 100644 Assets/_DDD/Common/Shaders/PbrMask.shadersubgraph create mode 100644 Assets/_DDD/Common/Shaders/PbrMask.shadersubgraph.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/WindowBack.mat create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/WindowBack.mat.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/WindowFrame.mat create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/WindowFrame.mat.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/Window_back.png create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/Window_back.png.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/Window_opacityMask.png create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/Window_opacityMask.png.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/window_frame.png create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/window_frame.png.meta diff --git a/Assets/Settings/PC_Renderer.asset b/Assets/Settings/PC_Renderer.asset index a4e180a5a..aa303772b 100644 --- a/Assets/Settings/PC_Renderer.asset +++ b/Assets/Settings/PC_Renderer.asset @@ -69,7 +69,8 @@ MonoBehaviour: m_RendererFeatures: - {fileID: 7833122117494664109} - {fileID: -5955598209606857498} - m_RendererFeatureMap: ad6b866f10d7b46ce64c6e83fb7659ad + - {fileID: 8114344887006765490} + m_RendererFeatureMap: ad6b866f10d7b46ce64c6e83fb7659adb2a10bdfaef19b70 m_UseNativeRenderPass: 1 xrSystemData: {fileID: 0} postProcessData: {fileID: 11400000, guid: 41439944d30ece34e96484bdb6645b55, type: 2} @@ -121,3 +122,45 @@ MonoBehaviour: BlurQuality: 0 Falloff: 100 SampleCount: -1 +--- !u!114 &8114344887006765490 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 6b3d386ba5cd94485973aee1479b272e, type: 3} + m_Name: Props + m_EditorClassIdentifier: + m_Active: 1 + settings: + passTag: Props + Event: 300 + filterSettings: + RenderQueueType: 0 + LayerMask: + serializedVersion: 2 + m_Bits: 128 + PassNames: [] + overrideMaterial: {fileID: 0} + overrideMaterialPassIndex: 0 + overrideShader: {fileID: 0} + overrideShaderPassIndex: 0 + overrideMode: 1 + overrideDepthState: 1 + depthCompareFunction: 4 + enableWrite: 1 + stencilSettings: + overrideStencilState: 0 + stencilReference: 0 + stencilCompareFunction: 8 + passOperation: 0 + failOperation: 0 + zFailOperation: 0 + cameraSettings: + overrideCamera: 0 + restoreCamera: 1 + offset: {x: 0, y: 0, z: 0, w: 0} + cameraFieldOfView: 60 diff --git a/Assets/_DDD/Common/Shaders/LitEnvironment.shadergraph b/Assets/_DDD/Common/Shaders/LitEnvironment.shadergraph index a167b2cfa..e9e6d6d4d 100644 --- a/Assets/_DDD/Common/Shaders/LitEnvironment.shadergraph +++ b/Assets/_DDD/Common/Shaders/LitEnvironment.shadergraph @@ -41,6 +41,12 @@ }, { "m_Id": "4e7a9b3dbb27499d8a15c7352eda10b3" + }, + { + "m_Id": "95248e345e134576a9276e3af5478f9b" + }, + { + "m_Id": "72f0899fbf5c470f8ef90d70cdb5784c" } ], "m_Keywords": [ @@ -163,12 +169,6 @@ { "m_Id": "5b8985dbc065408db889540fe3cf8089" }, - { - "m_Id": "9cdd7cf83a9a4ec48b273eff9421af7f" - }, - { - "m_Id": "fea6d65c3a494b699de3b4090ab97f2a" - }, { "m_Id": "17540513425d486598e7de9b479bc4da" }, @@ -196,9 +196,6 @@ { "m_Id": "52d76a9dcc4c475db40d0172c59c60eb" }, - { - "m_Id": "690a0c8b9bde406e8ab40eefb1ba4d56" - }, { "m_Id": "c2695c68a66541baa7b87ac2ebd674e1" }, @@ -220,9 +217,6 @@ { "m_Id": "43e1f5ab02e3412fb56f13903005ba03" }, - { - "m_Id": "ba96c076f703472b8feb40c589df8c6f" - }, { "m_Id": "795c9bf8900a4d3f9d5fbdd1614e321e" }, @@ -232,14 +226,29 @@ { "m_Id": "8738af3ad94a43f6964888af3d0270a9" }, - { - "m_Id": "7d87f1a446be4990ae1252fd06b48c2d" - }, { "m_Id": "8aa10351a7ce4f468604cf321324d9c2" }, { - "m_Id": "f2a15f728502471199d8ec39c77075bf" + "m_Id": "fff8a153789747048a7c8db37af320a8" + }, + { + "m_Id": "e5accae33cfb4cb2b5b7edee913b34c5" + }, + { + "m_Id": "3038bb475ba644c7b7f91a2048141d26" + }, + { + "m_Id": "559a661a26fe43e0908c51a5ee568835" + }, + { + "m_Id": "ca408a31182e4347b5b49cb948c67502" + }, + { + "m_Id": "10865690e28a49c28b4e31b4c86a27a6" + }, + { + "m_Id": "dd5f3c032f5e4d628f2fd217aff9014f" } ], "m_GroupDatas": [ @@ -285,9 +294,9 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "fea6d65c3a494b699de3b4090ab97f2a" + "m_Id": "fff8a153789747048a7c8db37af320a8" }, - "m_SlotId": 1 + "m_SlotId": 1002821085 } }, { @@ -318,6 +327,20 @@ "m_SlotId": 1 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "10865690e28a49c28b4e31b4c86a27a6" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e5accae33cfb4cb2b5b7edee913b34c5" + }, + "m_SlotId": 1 + } + }, { "m_OutputSlot": { "m_Node": { @@ -388,6 +411,20 @@ "m_SlotId": 1 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3038bb475ba644c7b7f91a2048141d26" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e5accae33cfb4cb2b5b7edee913b34c5" + }, + "m_SlotId": 0 + } + }, { "m_OutputSlot": { "m_Node": { @@ -411,9 +448,9 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "ba96c076f703472b8feb40c589df8c6f" + "m_Id": "fff8a153789747048a7c8db37af320a8" }, - "m_SlotId": 1 + "m_SlotId": 426593352 } }, { @@ -439,9 +476,9 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "690a0c8b9bde406e8ab40eefb1ba4d56" + "m_Id": "fff8a153789747048a7c8db37af320a8" }, - "m_SlotId": 2 + "m_SlotId": -91790554 } }, { @@ -458,6 +495,20 @@ "m_SlotId": 0 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "559a661a26fe43e0908c51a5ee568835" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "10865690e28a49c28b4e31b4c86a27a6" + }, + "m_SlotId": 71621326 + } + }, { "m_OutputSlot": { "m_Node": { @@ -481,9 +532,9 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "ba96c076f703472b8feb40c589df8c6f" + "m_Id": "fff8a153789747048a7c8db37af320a8" }, - "m_SlotId": 2 + "m_SlotId": 187037801 } }, { @@ -495,9 +546,9 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "367406b83c6f4c34bce07ac26e967567" + "m_Id": "e5accae33cfb4cb2b5b7edee913b34c5" }, - "m_SlotId": 0 + "m_SlotId": 2 } }, { @@ -556,20 +607,6 @@ "m_SlotId": 0 } }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "690a0c8b9bde406e8ab40eefb1ba4d56" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "51d0805667374cc5acde3f169870c5e5" - }, - "m_SlotId": 0 - } - }, { "m_OutputSlot": { "m_Node": { @@ -598,20 +635,6 @@ "m_SlotId": 1 } }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7d87f1a446be4990ae1252fd06b48c2d" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "a9dd7c719a5c4f68888a1de483854001" - }, - "m_SlotId": 0 - } - }, { "m_OutputSlot": { "m_Node": { @@ -663,23 +686,9 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "7d87f1a446be4990ae1252fd06b48c2d" + "m_Id": "fff8a153789747048a7c8db37af320a8" }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8aa10351a7ce4f468604cf321324d9c2" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "f2a15f728502471199d8ec39c77075bf" - }, - "m_SlotId": 1 + "m_SlotId": 846739837 } }, { @@ -766,48 +775,6 @@ "m_SlotId": 0 } }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "ba96c076f703472b8feb40c589df8c6f" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "690a0c8b9bde406e8ab40eefb1ba4d56" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "ba96c076f703472b8feb40c589df8c6f" - }, - "m_SlotId": 5 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "f2a15f728502471199d8ec39c77075bf" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "ba96c076f703472b8feb40c589df8c6f" - }, - "m_SlotId": 7 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "fea6d65c3a494b699de3b4090ab97f2a" - }, - "m_SlotId": 0 - } - }, { "m_OutputSlot": { "m_Node": { @@ -839,15 +806,15 @@ { "m_OutputSlot": { "m_Node": { - "m_Id": "cda0117bc7b446e2a852e0ab8423d929" + "m_Id": "ca408a31182e4347b5b49cb948c67502" }, - "m_SlotId": 2 + "m_SlotId": 1 }, "m_InputSlot": { "m_Node": { - "m_Id": "5b8985dbc065408db889540fe3cf8089" + "m_Id": "559a661a26fe43e0908c51a5ee568835" }, - "m_SlotId": 0 + "m_SlotId": 2 } }, { @@ -859,7 +826,7 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "9cdd7cf83a9a4ec48b273eff9421af7f" + "m_Id": "5b8985dbc065408db889540fe3cf8089" }, "m_SlotId": 0 } @@ -920,6 +887,20 @@ "m_SlotId": 2 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dd5f3c032f5e4d628f2fd217aff9014f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "559a661a26fe43e0908c51a5ee568835" + }, + "m_SlotId": 1 + } + }, { "m_OutputSlot": { "m_Node": { @@ -951,15 +932,29 @@ { "m_OutputSlot": { "m_Node": { - "m_Id": "f2a15f728502471199d8ec39c77075bf" + "m_Id": "e499957076ac4171b440b6892bc0a6d0" }, - "m_SlotId": 2 + "m_SlotId": 3 }, "m_InputSlot": { "m_Node": { - "m_Id": "7d87f1a446be4990ae1252fd06b48c2d" + "m_Id": "ca408a31182e4347b5b49cb948c67502" }, - "m_SlotId": 1 + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e5accae33cfb4cb2b5b7edee913b34c5" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "367406b83c6f4c34bce07ac26e967567" + }, + "m_SlotId": 0 } }, { @@ -979,7 +974,7 @@ { "m_OutputSlot": { "m_Node": { - "m_Id": "fea6d65c3a494b699de3b4090ab97f2a" + "m_Id": "fff8a153789747048a7c8db37af320a8" }, "m_SlotId": 2 }, @@ -989,6 +984,34 @@ }, "m_SlotId": 0 } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fff8a153789747048a7c8db37af320a8" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "51d0805667374cc5acde3f169870c5e5" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fff8a153789747048a7c8db37af320a8" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a9dd7c719a5c4f68888a1de483854001" + }, + "m_SlotId": 0 + } } ], "m_VertexContext": { @@ -1064,6 +1087,30 @@ ] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "002c235f25a548a8883abee518da5e0b", + "m_Id": 0, + "m_DisplayName": "", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + { "m_SGVersion": 1, "m_Type": "UnityEditor.ShaderGraph.ShaderKeyword", @@ -1188,10 +1235,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -117.00000762939453, - "y": 11.999988555908204, + "x": -751.0000610351563, + "y": -419.9999694824219, "width": 183.99993896484376, - "height": 33.99997329711914 + "height": 33.999969482421878 } }, "m_Slots": [ @@ -1327,7 +1374,7 @@ "m_ObjectId": "0a13e827cdfd469e87dda752ac9ed76a", "m_Title": "NormalMap", "m_Position": { - "x": -731.999755859375, + "x": -732.0001220703125, "y": -1098.0 } } @@ -1393,21 +1440,6 @@ } } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "0d056b77518641b7bde8afaf52f049fc", - "m_Id": 5, - "m_DisplayName": "G", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "G", - "m_StageCapability": 2, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.PropertyNode", @@ -1461,50 +1493,50 @@ { "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "0ff697087f4e4048a722cb1aab3fe90d", - "m_Id": 0, - "m_DisplayName": "A", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "A", - "m_StageCapability": 3, - "m_Value": { - "e00": 0.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 0.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 0.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 0.0 + "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", + "m_ObjectId": "10865690e28a49c28b4e31b4c86a27a6", + "m_Group": { + "m_Id": "" }, - "m_DefaultValue": { - "e00": 1.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 1.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 1.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 1.0 - } + "m_Name": "AlphaSplit", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -313.0, + "y": -1861.0001220703125, + "width": 208.00003051757813, + "height": 303.0 + } + }, + "m_Slots": [ + { + "m_Id": "eb7dd9e0b94d414ebfb769fe1a0610e2" + }, + { + "m_Id": "4750113a8518429d9eb802b6ca6ff024" + }, + { + "m_Id": "311b0d92441e40f9a10403ce85ab1764" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"1586fe714d6c2424284e2ccf5296d73c\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "49d5b662-f0ea-44e5-a4fb-659ee2671197" + ], + "m_PropertyIds": [ + 71621326 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] } { @@ -1534,10 +1566,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -559.9999389648438, - "y": 251.99996948242188, - "width": 56.0, - "height": 24.000030517578126 + "x": -1090.9998779296875, + "y": 244.99990844726563, + "width": 56.0001220703125, + "height": 24.0001220703125 } }, "m_Slots": [ @@ -1588,21 +1620,6 @@ } } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "141bd18882e84835b3b3e698f07fe6a8", - "m_Id": 7, - "m_DisplayName": "A", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "A", - "m_StageCapability": 2, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", @@ -1633,8 +1650,8 @@ "m_ObjectId": "154903d6ba5f4a7da672a744455a8d92", "m_Title": "Parallax", "m_Position": { - "x": -2502.999755859375, - "y": -865.0 + "x": -2503.000244140625, + "y": -865.0001220703125 } } @@ -1662,54 +1679,6 @@ } } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "1619e4cbb54040509198b75d1324eac7", - "m_Id": 0, - "m_DisplayName": "A", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "A", - "m_StageCapability": 3, - "m_Value": { - "e00": 0.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 0.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 0.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 0.0 - }, - "m_DefaultValue": { - "e00": 1.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 1.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 1.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 1.0 - } -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", @@ -2091,6 +2060,28 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "25b64d9df9d24be4a5ce495af8a1fecd", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", @@ -2151,6 +2142,19 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "2c1b299c14b5436a9e50f99f2bc6027a", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.BlockNode", @@ -2185,30 +2189,6 @@ "m_SerializedDescriptor": "SurfaceDescription.NormalTS" } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "2ee503d851334c7d8ed4aa37431cbde7", - "m_Id": 1, - "m_DisplayName": "On", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "On", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 0.0, - "z": 0.0, - "w": 0.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0, - "w": 0.0 - } -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", @@ -2252,6 +2232,42 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "3038bb475ba644c7b7f91a2048141d26", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 12.999972343444825, + "y": -1668.0, + "width": 247.99996948242188, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "85f7c89c8ea347c1a5946d662db810be" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "95248e345e134576a9276e3af5478f9b" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", @@ -2282,11 +2298,41 @@ "m_ObjectId": "30eb404d377b4ee995f488277ff0881a", "m_Title": "Emission", "m_Position": { - "x": -307.0, - "y": 119.00021362304688 + "x": -750.0001831054688, + "y": 111.99998474121094 } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "311b0d92441e40f9a10403ce85ab1764", + "m_Id": 2, + "m_DisplayName": "Alpha", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Alpha", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "315c3a0c87064e03a01bad94d3a83899", + "m_Id": 2, + "m_DisplayName": "Smoothness", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Smoothness", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", @@ -2375,8 +2421,8 @@ "m_ObjectId": "3923201a51e041c9a8a1c2dad2fbf086", "m_Title": "Maps", "m_Position": { - "x": -1006.999755859375, - "y": -682.0000610351563 + "x": -771.0001831054688, + "y": -725.0 } } @@ -2500,9 +2546,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -982.0, - "y": -615.0, - "width": 302.0, + "x": -746.0000610351563, + "y": -666.0, + "width": 173.00006103515626, "height": 34.0 } }, @@ -2526,14 +2572,14 @@ { "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "45bee75560944a2a94e8b656fa776295", + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "43ecd900a09149059b7b9e5a8fe3eb45", "m_Id": 0, - "m_DisplayName": "Out", + "m_DisplayName": "RGBA", "m_SlotType": 1, "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, "m_Value": { "x": 0.0, "y": 0.0, @@ -2545,7 +2591,29 @@ "y": 0.0, "z": 0.0, "w": 0.0 - } + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "44ada7aa1c8849f18cf949e5a8e81f2e", + "m_Id": 187037801, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_UV", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] } { @@ -2569,6 +2637,29 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "4750113a8518429d9eb802b6ca6ff024", + "m_Id": 1, + "m_DisplayName": "RGB", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGB", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", @@ -2581,10 +2672,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": 79.0001220703125, - "y": 177.99996948242188, - "width": 129.9999542236328, - "height": 118.00006103515625 + "x": -363.9999084472656, + "y": 171.00003051757813, + "width": 129.9999237060547, + "height": 118.0 } }, "m_Slots": [ @@ -2654,10 +2745,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -119.99993133544922, - "y": -523.9999389648438, + "x": -744.0001220703125, + "y": -303.9999694824219, "width": 148.0, - "height": 34.0 + "height": 33.99993896484375 } }, "m_Slots": [ @@ -2680,49 +2771,25 @@ { "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "4becf66f904448e5b4cd22b10c2ae581", - "m_Id": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4ccb647036f84694808989b3521c200a", + "m_Id": 1, "m_DisplayName": "", - "m_SlotType": 0, + "m_SlotType": 1, "m_Hidden": false, "m_ShaderOutputName": "", "m_StageCapability": 3, "m_Value": { - "e00": 0.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 0.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 0.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 0.0 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 }, "m_DefaultValue": { - "e00": 1.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 1.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 1.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 1.0 + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 } } @@ -2834,6 +2901,64 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "559a661a26fe43e0908c51a5ee568835", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": false, + "m_Position": { + "serializedVersion": "2", + "x": -550.9999389648438, + "y": -1844.9998779296875, + "width": 180.0, + "height": 177.0 + } + }, + "m_Slots": [ + { + "m_Id": "43ecd900a09149059b7b9e5a8fe3eb45" + }, + { + "m_Id": "a3eadadb31f8433d90d0c77c80671eda" + }, + { + "m_Id": "76d14982b8b14a948e35c408956cddc0" + }, + { + "m_Id": "59d9cdf6ef824eb082ffbe651d91c3f7" + }, + { + "m_Id": "9d60b6ddf5774ce08d617f9159f4eb46" + }, + { + "m_Id": "b7ceca3455394aa69b0bebb1752d2e4f" + }, + { + "m_Id": "25b64d9df9d24be4a5ce495af8a1fecd" + }, + { + "m_Id": "2c1b299c14b5436a9e50f99f2bc6027a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", @@ -2910,6 +3035,21 @@ "m_DefaultType": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "59d9cdf6ef824eb082ffbe651d91c3f7", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.RedirectNodeData", @@ -2958,9 +3098,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -201.0000457763672, - "y": -1285.0001220703125, - "width": 129.9999542236328, + "x": -186.0, + "y": -1436.0, + "width": 130.0, "height": 122.0 } }, @@ -2999,61 +3139,13 @@ "m_Labels": [] } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "5e4dbdad56d54105bfe0293c3578c461", - "m_Id": 2, - "m_DisplayName": "Out", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": { - "e00": 0.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 0.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 0.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 0.0 - }, - "m_DefaultValue": { - "e00": 1.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 1.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 1.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 1.0 - } -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.GroupData", "m_ObjectId": "5e93511e3b064f71b54a63214c2b625c", "m_Title": "Main UVs", "m_Position": { - "x": -2344.0, + "x": -2344.000244140625, "y": -617.0 } } @@ -3131,21 +3223,6 @@ "m_BareResource": false } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "635b6c88c7854034a6b6f83598b0d005", - "m_Id": 4, - "m_DisplayName": "R", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "R", - "m_StageCapability": 2, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", @@ -3211,48 +3288,6 @@ "m_DefaultType": 0 } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.KeywordNode", - "m_ObjectId": "690a0c8b9bde406e8ab40eefb1ba4d56", - "m_Group": { - "m_Id": "840e4948a2894ca1bd6c9e7e0d9bf623" - }, - "m_Name": "Use Mask Map", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 40.0000114440918, - "y": -597.9999389648438, - "width": 135.0, - "height": 118.0 - } - }, - "m_Slots": [ - { - "m_Id": "d111d2fd65e64ef3b2aa039292bdebfb" - }, - { - "m_Id": "2ee503d851334c7d8ed4aa37431cbde7" - }, - { - "m_Id": "7eaed4ec3671415787f37001ae173f52" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": false, - "m_DismissedVersion": 0, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Keyword": { - "m_Id": "a597e0e556d64ee28fd0878bc14600fb" - } -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", @@ -3401,8 +3436,8 @@ "m_ObjectId": "7062b1d5057b4266b6f536a6c9279cea", "m_Title": "Smoothness", "m_Position": { - "x": -142.0, - "y": -121.0 + "x": -776.0001220703125, + "y": -479.0 } } @@ -3459,50 +3494,48 @@ { "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "73e177793ae04cafac62b227292e4835", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "e00": 2.0, - "e01": 2.0, - "e02": 2.0, - "e03": 2.0, - "e10": 2.0, - "e11": 2.0, - "e12": 2.0, - "e13": 2.0, - "e20": 2.0, - "e21": 2.0, - "e22": 2.0, - "e23": 2.0, - "e30": 2.0, - "e31": 2.0, - "e32": 2.0, - "e33": 2.0 + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "72f0899fbf5c470f8ef90d70cdb5784c", + "m_Guid": { + "m_GuidSerialized": "a458ea9f-7858-40c4-932d-7575ef88bdfa" }, - "m_DefaultValue": { - "e00": 1.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 1.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 1.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 1.0 - } + "m_Name": "OpacityMap", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "OpacityMap", + "m_DefaultReferenceName": "_OpacityMap", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "useTexelSize": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "74feeecfe96041359f5b6b7cf1761f03", + "m_Id": 4, + "m_DisplayName": "AmbientOcclusion", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "AmbientOcclusion", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] } { @@ -3523,6 +3556,21 @@ "m_DefaultType": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "76d14982b8b14a948e35c408956cddc0", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", @@ -3655,6 +3703,21 @@ "m_IsEditable": true } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7ccb4c5ab514456d81369ed7ed479c59", + "m_Id": 1002821085, + "m_DisplayName": "Smoothness Multiply", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_Smoothness_Multiply", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.CategoryData", @@ -3682,48 +3745,6 @@ ] } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.KeywordNode", - "m_ObjectId": "7d87f1a446be4990ae1252fd06b48c2d", - "m_Group": { - "m_Id": "b4ab1432e21d4fdcadb52c542f96596b" - }, - "m_Name": "Use Occlusion Map", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 89.00003051757813, - "y": -365.9999694824219, - "width": 155.99998474121095, - "height": 117.99998474121094 - } - }, - "m_Slots": [ - { - "m_Id": "45bee75560944a2a94e8b656fa776295" - }, - { - "m_Id": "acc5d8b34697414ba3aae617acae15fe" - }, - { - "m_Id": "997c238a0b504e1f9e7e8cec37e75d4d" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": false, - "m_DismissedVersion": 0, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Keyword": { - "m_Id": "7bccf3c0f3004926b77c3ee7f7931437" - } -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", @@ -3737,30 +3758,6 @@ "m_BareResource": false } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "7eaed4ec3671415787f37001ae173f52", - "m_Id": 2, - "m_DisplayName": "Off", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Off", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 0.0, - "z": 0.0, - "w": 0.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0, - "w": 0.0 - } -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", @@ -3916,10 +3913,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": 227.00015258789063, - "y": 177.99996948242188, - "width": 150.0, - "height": 118.00006103515625 + "x": -215.99993896484376, + "y": 171.00003051757813, + "width": 149.99996948242188, + "height": 118.0 } }, "m_Slots": [ @@ -3961,36 +3958,14 @@ "m_Labels": [] } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", - "m_ObjectId": "83bc5e0f018045c590fe587f0ce4760f", - "m_Id": 2, - "m_DisplayName": "UV", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "UV", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 0.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [], - "m_Channel": 0 -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.GroupData", "m_ObjectId": "840e4948a2894ca1bd6c9e7e0d9bf623", "m_Title": "Metallic", "m_Position": { - "x": -145.0, - "y": -657.0001220703125 + "x": -769.0001220703125, + "y": -363.0 } } @@ -4042,6 +4017,20 @@ "m_DefaultType": 3 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "85f7c89c8ea347c1a5946d662db810be", + "m_Id": 0, + "m_DisplayName": "UseOpacityMask", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.PropertyNode", @@ -4163,6 +4152,24 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "8a3944547b264eb9a5d8f51c23f0e7c1", + "m_Id": 426593352, + "m_DisplayName": "MaskMap_MOHS", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_MaskMap_MOHS", + "m_StageCapability": 2, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.PropertyNode", @@ -4175,10 +4182,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -124.99996185302735, - "y": -227.9999542236328, - "width": 175.0, - "height": 33.99998474121094 + "x": -744.0001220703125, + "y": -178.99998474121095, + "width": 175.00006103515626, + "height": 33.999969482421878 } }, "m_Slots": [ @@ -4297,6 +4304,29 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "95248e345e134576a9276e3af5478f9b", + "m_Guid": { + "m_GuidSerialized": "66f567ab-423e-4a20-aeda-e3ccf889df4f" + }, + "m_Name": "UseOpacityMask", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "UseOpacityMask", + "m_DefaultReferenceName": "_UseOpacityMask", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", @@ -4339,69 +4369,6 @@ } } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "96bb91241597411990dc884f1196512a", - "m_Id": 1, - "m_DisplayName": "", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "", - "m_StageCapability": 3, - "m_Value": { - "e00": 0.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 0.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 0.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 0.0 - }, - "m_DefaultValue": { - "e00": 1.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 1.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 1.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "98a5464699d44eadaf054b18e8e6ef5d", - "m_Id": 6, - "m_DisplayName": "B", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 2, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - { "m_SGVersion": 3, "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", @@ -4432,30 +4399,6 @@ "m_ColorMode": 1 } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "997c238a0b504e1f9e7e8cec37e75d4d", - "m_Id": 2, - "m_DisplayName": "Off", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Off", - "m_StageCapability": 3, - "m_Value": { - "x": 1.0, - "y": 0.0, - "z": 0.0, - "w": 0.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0, - "w": 0.0 - } -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", @@ -4552,38 +4495,17 @@ { "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.RedirectNodeData", - "m_ObjectId": "9cdd7cf83a9a4ec48b273eff9421af7f", - "m_Group": { - "m_Id": "a79adeb299a4447aa2aa6b76e1e220d0" - }, - "m_Name": "Redirect Node", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -126.99994659423828, - "y": -1330.0001220703125, - "width": 55.999855041503909, - "height": 24.0 - } - }, - "m_Slots": [ - { - "m_Id": "4becf66f904448e5b4cd22b10c2ae581" - }, - { - "m_Id": "96bb91241597411990dc884f1196512a" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_DismissedVersion": 0, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9d60b6ddf5774ce08d617f9159f4eb46", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] } { @@ -4638,6 +4560,21 @@ "m_BareResource": false } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a3eadadb31f8433d90d0c77c80671eda", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 1, "m_Type": "UnityEditor.ShaderGraph.ShaderKeyword", @@ -4677,6 +4614,12 @@ }, { "m_Id": "da36870823594ea691d7b828667706e6" + }, + { + "m_Id": "95248e345e134576a9276e3af5478f9b" + }, + { + "m_Id": "72f0899fbf5c470f8ef90d70cdb5784c" } ] } @@ -4687,8 +4630,8 @@ "m_ObjectId": "a79adeb299a4447aa2aa6b76e1e220d0", "m_Title": "BaseColor", "m_Position": { - "x": -588.999755859375, - "y": -1434.0 + "x": -589.0001220703125, + "y": -1495.0 } } @@ -4738,10 +4681,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -282.0, - "y": 218.00003051757813, + "x": -725.0, + "y": 211.00003051757813, "width": 156.0, - "height": 33.99995422363281 + "height": 33.99998474121094 } }, "m_Slots": [ @@ -4843,30 +4786,6 @@ } } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "acc5d8b34697414ba3aae617acae15fe", - "m_Id": 1, - "m_DisplayName": "On", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "On", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 0.0, - "z": 0.0, - "w": 0.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0, - "w": 0.0 - } -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", @@ -4936,11 +4855,24 @@ "m_ObjectId": "b4ab1432e21d4fdcadb52c542f96596b", "m_Title": "Occlusion", "m_Position": { - "x": -149.99978637695313, - "y": -425.0001220703125 + "x": -769.0001220703125, + "y": -238.0 } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "b5711472b4444cd9a03088ee5e27d308", + "m_Id": 0, + "m_DisplayName": "OpacityMap", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", @@ -4990,24 +4922,6 @@ } } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", - "m_ObjectId": "b6f7785c31ee47c78a523550a2f4cadd", - "m_Id": 1, - "m_DisplayName": "Texture", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Texture", - "m_StageCapability": 3, - "m_BareResource": false, - "m_Texture": { - "m_SerializedTexture": "", - "m_Guid": "" - }, - "m_DefaultType": 0 -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", @@ -5039,6 +4953,24 @@ "m_DefaultType": 1 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "b7ceca3455394aa69b0bebb1752d2e4f", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", @@ -5051,10 +4983,10 @@ "m_Expanded": false, "m_Position": { "serializedVersion": "2", - "x": -129.0, - "y": 177.99996948242188, - "width": 180.00010681152345, - "height": 177.00003051757813 + "x": -571.9999389648438, + "y": 171.00003051757813, + "width": 179.99996948242188, + "height": 176.99993896484376 } }, "m_Slots": [ @@ -5097,66 +5029,6 @@ "m_MipSamplingMode": 0 } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", - "m_ObjectId": "ba96c076f703472b8feb40c589df8c6f", - "m_Group": { - "m_Id": "3923201a51e041c9a8a1c2dad2fbf086" - }, - "m_Name": "Sample Texture 2D", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -637.0, - "y": -623.0, - "width": 208.0, - "height": 433.0 - } - }, - "m_Slots": [ - { - "m_Id": "edd0f1dc6c194a49a25b129a9c2151a2" - }, - { - "m_Id": "635b6c88c7854034a6b6f83598b0d005" - }, - { - "m_Id": "0d056b77518641b7bde8afaf52f049fc" - }, - { - "m_Id": "98a5464699d44eadaf054b18e8e6ef5d" - }, - { - "m_Id": "141bd18882e84835b3b3e698f07fe6a8" - }, - { - "m_Id": "b6f7785c31ee47c78a523550a2f4cadd" - }, - { - "m_Id": "83bc5e0f018045c590fe587f0ce4760f" - }, - { - "m_Id": "f308dc8563b542f3831384c8b11a71bd" - } - ], - "synonyms": [ - "tex2d" - ], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_DismissedVersion": 0, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_TextureType": 0, - "m_NormalMapSpace": 0, - "m_EnableGlobalMipBias": true, - "m_MipSamplingMode": 0 -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", @@ -5258,6 +5130,20 @@ "m_SerializedDescriptor": "SurfaceDescription.Specular" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "c1f457a459fc422892b6ad5765f7b1e1", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.KeywordNode", @@ -5334,8 +5220,8 @@ "m_ObjectId": "c5fa6721aa814cd3b24fca69c6e5c5fa", "m_Title": "UV", "m_Position": { - "x": -1660.0, - "y": -817.0000610351563 + "x": -1660.0001220703125, + "y": -817.0 } } @@ -5352,6 +5238,30 @@ "m_BareResource": false } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c79b806c23c0432e96c5ed1bad251961", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.KeywordNode", @@ -5469,49 +5379,37 @@ { "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "c9444fe6733b4578ba911a8f83fce3fc", - "m_Id": 2, - "m_DisplayName": "Out", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": { - "e00": 0.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 0.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 0.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 0.0 + "m_Type": "UnityEditor.ShaderGraph.RedirectNodeData", + "m_ObjectId": "ca408a31182e4347b5b49cb948c67502", + "m_Group": { + "m_Id": "" }, - "m_DefaultValue": { - "e00": 1.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 1.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 1.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 1.0 + "m_Name": "Redirect Node", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2125.000244140625, + "y": -1581.0001220703125, + "width": 56.0, + "height": 24.0 + } + }, + "m_Slots": [ + { + "m_Id": "002c235f25a548a8883abee518da5e0b" + }, + { + "m_Id": "4ccb647036f84694808989b3521c200a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] } } @@ -5649,26 +5547,17 @@ { "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "d111d2fd65e64ef3b2aa039292bdebfb", - "m_Id": 0, - "m_DisplayName": "Out", - "m_SlotType": 1, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ce935d2aadb248eeae9b83f24c7a2bf2", + "m_Id": 846739837, + "m_DisplayName": "Occlusion Strength", + "m_SlotType": 0, "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 0.0, - "z": 0.0, - "w": 0.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0, - "w": 0.0 - } + "m_ShaderOutputName": "_Occlusion_Strength", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] } { @@ -5805,10 +5694,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -104.00000762939453, - "y": 357.0000305175781, - "width": 154.00006103515626, - "height": 33.99993896484375 + "x": -546.9999389648438, + "y": 349.9999694824219, + "width": 153.99996948242188, + "height": 34.0 } }, "m_Slots": [ @@ -5937,6 +5826,30 @@ "m_SerializedDescriptor": "VertexDescription.Normal" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "daedb39b9c9d40bcac1eeb7e46b0ba5b", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", @@ -5955,6 +5868,21 @@ "m_DefaultType": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dca935d0ec6647b6bc9c4a087a6d1df2", + "m_Id": -91790554, + "m_DisplayName": "Metallic Value", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_Metallic_Value", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", @@ -5979,6 +5907,42 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "dd5f3c032f5e4d628f2fd217aff9014f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -732.9999389648438, + "y": -1824.9998779296875, + "width": 147.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "b5711472b4444cd9a03088ee5e27d308" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "72f0899fbf5c470f8ef90d70cdb5784c" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", @@ -6043,6 +6007,52 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "e5accae33cfb4cb2b5b7edee913b34c5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 278.0, + "y": -1610.0, + "width": 208.00003051757813, + "height": 326.0 + } + }, + "m_Slots": [ + { + "m_Id": "c1f457a459fc422892b6ad5765f7b1e1" + }, + { + "m_Id": "daedb39b9c9d40bcac1eeb7e46b0ba5b" + }, + { + "m_Id": "ed1c493f81f64e148a1f139438f5db6e" + }, + { + "m_Id": "c79b806c23c0432e96c5ed1bad251961" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + { "m_SGVersion": 1, "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", @@ -6102,13 +6112,38 @@ { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "edd0f1dc6c194a49a25b129a9c2151a2", - "m_Id": 0, + "m_ObjectId": "eb7dd9e0b94d414ebfb769fe1a0610e2", + "m_Id": 71621326, "m_DisplayName": "RGBA", - "m_SlotType": 1, + "m_SlotType": 0, "m_Hidden": false, - "m_ShaderOutputName": "RGBA", - "m_StageCapability": 2, + "m_ShaderOutputName": "_RGBA", + "m_StageCapability": 3, + "m_Value": { + "x": 0.5, + "y": 0.5, + "z": 0.5, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ed1c493f81f64e148a1f139438f5db6e", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, "m_Value": { "x": 0.0, "y": 0.0, @@ -6120,8 +6155,7 @@ "y": 0.0, "z": 0.0, "w": 0.0 - }, - "m_Labels": [] + } } { @@ -6214,49 +6248,6 @@ "m_Labels": [] } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "f2a15f728502471199d8ec39c77075bf", - "m_Group": { - "m_Id": "b4ab1432e21d4fdcadb52c542f96596b" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -76.0000228881836, - "y": -365.9999694824219, - "width": 126.00006103515625, - "height": 117.99998474121094 - } - }, - "m_Slots": [ - { - "m_Id": "0ff697087f4e4048a722cb1aab3fe90d" - }, - { - "m_Id": "feffb610898e4557ac3d2c58fe07bd58" - }, - { - "m_Id": "5e4dbdad56d54105bfe0293c3578c461" - } - ], - "synonyms": [ - "multiplication", - "times", - "x" - ], - "m_Precision": 0, - "m_PreviewExpanded": false, - "m_DismissedVersion": 0, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - { "m_SGVersion": 1, "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", @@ -6278,26 +6269,13 @@ "hlslDeclarationOverride": 0, "m_Hidden": false, "m_Value": 0.05000000074505806, - "m_FloatType": 1, + "m_FloatType": 0, "m_RangeValues": { "x": 0.004999999888241291, "y": 0.07999999821186066 } } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", - "m_ObjectId": "f308dc8563b542f3831384c8b11a71bd", - "m_Id": 3, - "m_DisplayName": "Sampler", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Sampler", - "m_StageCapability": 3, - "m_BareResource": false -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", @@ -6492,6 +6470,21 @@ ] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fd856f38260d4fb795c5ff51e2198bde", + "m_Id": 3, + "m_DisplayName": "Metallic", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Metallic", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.RedirectNodeData", @@ -6552,93 +6545,6 @@ } } -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "fea6d65c3a494b699de3b4090ab97f2a", - "m_Group": { - "m_Id": "7062b1d5057b4266b6f536a6c9279cea" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 84.99996185302735, - "y": -62.00001525878906, - "width": 126.00005340576172, - "height": 117.99996948242188 - } - }, - "m_Slots": [ - { - "m_Id": "1619e4cbb54040509198b75d1324eac7" - }, - { - "m_Id": "73e177793ae04cafac62b227292e4835" - }, - { - "m_Id": "c9444fe6733b4578ba911a8f83fce3fc" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": false, - "m_DismissedVersion": 0, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "feffb610898e4557ac3d2c58fe07bd58", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "e00": 2.0, - "e01": 2.0, - "e02": 2.0, - "e03": 2.0, - "e10": 2.0, - "e11": 2.0, - "e12": 2.0, - "e13": 2.0, - "e20": 2.0, - "e21": 2.0, - "e22": 2.0, - "e23": 2.0, - "e30": 2.0, - "e31": 2.0, - "e32": 2.0, - "e33": 2.0 - }, - "m_DefaultValue": { - "e00": 1.0, - "e01": 0.0, - "e02": 0.0, - "e03": 0.0, - "e10": 0.0, - "e11": 1.0, - "e12": 0.0, - "e13": 0.0, - "e20": 0.0, - "e21": 0.0, - "e22": 1.0, - "e23": 0.0, - "e30": 0.0, - "e31": 0.0, - "e32": 0.0, - "e33": 1.0 - } -} - { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", @@ -6663,3 +6569,74 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", + "m_ObjectId": "fff8a153789747048a7c8db37af320a8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "PbrMask", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -337.0000915527344, + "y": -554.0, + "width": 303.0000305175781, + "height": 375.0 + } + }, + "m_Slots": [ + { + "m_Id": "44ada7aa1c8849f18cf949e5a8e81f2e" + }, + { + "m_Id": "8a3944547b264eb9a5d8f51c23f0e7c1" + }, + { + "m_Id": "7ccb4c5ab514456d81369ed7ed479c59" + }, + { + "m_Id": "dca935d0ec6647b6bc9c4a087a6d1df2" + }, + { + "m_Id": "ce935d2aadb248eeae9b83f24c7a2bf2" + }, + { + "m_Id": "fd856f38260d4fb795c5ff51e2198bde" + }, + { + "m_Id": "315c3a0c87064e03a01bad94d3a83899" + }, + { + "m_Id": "74feeecfe96041359f5b6b7cf1761f03" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"8b888b28ba69647afb0b7505e2a6ea0f\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "4ac37b88-829e-4554-95f2-42505ede1064", + "7eaacde8-0e9b-440e-9dc9-d385c869f045", + "458bdc27-1018-422c-a623-25a9d1a3efb7", + "d7f95c25-a0a7-4021-8dfd-2ab766f9d72b", + "92587c07-f3c4-438a-899c-d6ab372a7c48" + ], + "m_PropertyIds": [ + 1002821085, + -91790554, + 426593352, + 187037801, + 846739837 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] +} + diff --git a/Assets/_DDD/Common/Shaders/PbrMask.shadersubgraph b/Assets/_DDD/Common/Shaders/PbrMask.shadersubgraph new file mode 100644 index 000000000..c918e8729 --- /dev/null +++ b/Assets/_DDD/Common/Shaders/PbrMask.shadersubgraph @@ -0,0 +1,1707 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "a1290d138f444f449dd9cd3893db07ee", + "m_Properties": [ + { + "m_Id": "cc448ddf5b9a4870bda12bb38a48148b" + }, + { + "m_Id": "bfc5ca1d0acf4caca87ac73afe5ebcab" + }, + { + "m_Id": "0648335dfdfd4f9eb41e8ca158327994" + }, + { + "m_Id": "429cf3efd2684437958e8d50777363de" + }, + { + "m_Id": "030542ce1d3c43199aeb9a38282f750a" + } + ], + "m_Keywords": [ + { + "m_Id": "c3ebef15907f465bbc4bc530bbfafe77" + }, + { + "m_Id": "30f5efdc0b6043f3b03b5ff65b01c045" + } + ], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "e067c19b8a554986b80b272be0323b28" + } + ], + "m_Nodes": [ + { + "m_Id": "81b0f3c50b6b4930883c4e2538a0b60d" + }, + { + "m_Id": "8932d63460c24ecf8a018a3c1107d754" + }, + { + "m_Id": "2da424b124b74beaab5803eb20bb8464" + }, + { + "m_Id": "c0ac9bc3e5f04499b27c157559b8b91e" + }, + { + "m_Id": "ac7c0890b1cc424dbbd16483ea5a683f" + }, + { + "m_Id": "c569cebc4a3a451eb68387450915ef90" + }, + { + "m_Id": "21e75a1661ff48d78a5b93ededf09dda" + }, + { + "m_Id": "c80c41c7778f47a3904edc41bac938d0" + }, + { + "m_Id": "737db54818634aebbea0721f873b7875" + }, + { + "m_Id": "aaccbba9823a4c5da134e06ed8800f9d" + }, + { + "m_Id": "8594705f409248d7929ae34d62742151" + } + ], + "m_GroupDatas": [ + { + "m_Id": "52e0119b9ea84445a3580085c77ec02c" + }, + { + "m_Id": "40a651e446184303b54b63ddcaaeab9d" + }, + { + "m_Id": "c085c454c0df4aeb96e0f49354dff3a1" + }, + { + "m_Id": "c84e4a056db54dcbaa4250d5472bab1d" + } + ], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "21e75a1661ff48d78a5b93ededf09dda" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8932d63460c24ecf8a018a3c1107d754" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2da424b124b74beaab5803eb20bb8464" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "81b0f3c50b6b4930883c4e2538a0b60d" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "737db54818634aebbea0721f873b7875" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c0ac9bc3e5f04499b27c157559b8b91e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8594705f409248d7929ae34d62742151" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ac7c0890b1cc424dbbd16483ea5a683f" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8594705f409248d7929ae34d62742151" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c569cebc4a3a451eb68387450915ef90" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8932d63460c24ecf8a018a3c1107d754" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "81b0f3c50b6b4930883c4e2538a0b60d" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "aaccbba9823a4c5da134e06ed8800f9d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c0ac9bc3e5f04499b27c157559b8b91e" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ac7c0890b1cc424dbbd16483ea5a683f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "81b0f3c50b6b4930883c4e2538a0b60d" + }, + "m_SlotId": 4 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c0ac9bc3e5f04499b27c157559b8b91e" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2da424b124b74beaab5803eb20bb8464" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c0ac9bc3e5f04499b27c157559b8b91e" + }, + "m_SlotId": 5 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c569cebc4a3a451eb68387450915ef90" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c0ac9bc3e5f04499b27c157559b8b91e" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8932d63460c24ecf8a018a3c1107d754" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c569cebc4a3a451eb68387450915ef90" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ac7c0890b1cc424dbbd16483ea5a683f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c80c41c7778f47a3904edc41bac938d0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2da424b124b74beaab5803eb20bb8464" + }, + "m_SlotId": 2 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 0.0, + "y": 0.0 + }, + "m_Blocks": [] + }, + "m_FragmentContext": { + "m_Position": { + "x": 0.0, + "y": 0.0 + }, + "m_Blocks": [] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Sub Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "81b0f3c50b6b4930883c4e2538a0b60d" + }, + "m_SubDatas": [], + "m_ActiveTargets": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "00bf81968b4f4d5a885927a960c0af11", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "030542ce1d3c43199aeb9a38282f750a", + "m_Guid": { + "m_GuidSerialized": "92587c07-f3c4-438a-899c-d6ab372a7c48" + }, + "m_Name": "Occlusion Strength", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Occlusion Strength", + "m_DefaultReferenceName": "_Occlusion_Strength", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "0648335dfdfd4f9eb41e8ca158327994", + "m_Guid": { + "m_GuidSerialized": "458bdc27-1018-422c-a623-25a9d1a3efb7" + }, + "m_Name": "MaskMap_MOHS", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "MaskMap_MOHS", + "m_DefaultReferenceName": "_MaskMap_MOHS", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "useTexelSize": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0b237bddb2544272a3a49ce4e68e7eae", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0b69cfd909394b01b2f0626bbde46d85", + "m_Id": 1, + "m_DisplayName": "On", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "On", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1a3af532c5694223be750f63eed1ce30", + "m_Id": 3, + "m_DisplayName": "Metallic", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Metallic", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "21e75a1661ff48d78a5b93ededf09dda", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 113.99990844726563, + "y": 297.9999694824219, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "25ee0650f65c472ea7057f98c7cf6af0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "cc448ddf5b9a4870bda12bb38a48148b" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "25ee0650f65c472ea7057f98c7cf6af0", + "m_Id": 0, + "m_DisplayName": "Smoothness Multiply", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "261f4c52987e4465bb17bc71bd2a474d", + "m_Id": 0, + "m_DisplayName": "MaskMap_MOHS", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.KeywordNode", + "m_ObjectId": "2da424b124b74beaab5803eb20bb8464", + "m_Group": { + "m_Id": "40a651e446184303b54b63ddcaaeab9d" + }, + "m_Name": "Use Mask Map", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 218.9999542236328, + "y": -326.99993896484377, + "width": 135.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "00bf81968b4f4d5a885927a960c0af11" + }, + { + "m_Id": "5c57029f3eb64711b60919af28511637" + }, + { + "m_Id": "be144b12ce254c33976fed822dcf227d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Keyword": { + "m_Id": "c3ebef15907f465bbc4bc530bbfafe77" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "30bce9482e374903a5afc2f571f15e78", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.ShaderKeyword", + "m_ObjectId": "30f5efdc0b6043f3b03b5ff65b01c045", + "m_Guid": { + "m_GuidSerialized": "60917d15-7a5b-4fe8-b4a8-5143f121ad07" + }, + "m_Name": "Use Occlusion Map", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Use Occlusion Map", + "m_DefaultReferenceName": "_USE_OCCLUSION_MAP", + "m_OverrideReferenceName": "_OCCLUSIONMAP", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_KeywordType": 0, + "m_KeywordDefinition": 0, + "m_KeywordScope": 0, + "m_KeywordStages": 63, + "m_Entries": [], + "m_Value": 1, + "m_IsEditable": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3af9718835bb4267b08c9ef57a879407", + "m_Id": 2, + "m_DisplayName": "Smoothness", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Smoothness", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "40a651e446184303b54b63ddcaaeab9d", + "m_Title": "Metallic", + "m_Position": { + "x": 194.0, + "y": -385.9999694824219 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", + "m_ObjectId": "429cf3efd2684437958e8d50777363de", + "m_Guid": { + "m_GuidSerialized": "d7f95c25-a0a7-4021-8dfd-2ab766f9d72b" + }, + "m_Name": "UV", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "UV", + "m_DefaultReferenceName": "_UV", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "452cf3ace287489fadc93b3ac72486f6", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4b39ad60e8d94db3bbf251e3b1bf6c66", + "m_Id": 0, + "m_DisplayName": "Metallic Value", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4ef134027b6c46b288e77b5fa5666d0a", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "52e0119b9ea84445a3580085c77ec02c", + "m_Title": "Smoothness", + "m_Position": { + "x": 238.99993896484376, + "y": 149.99996948242188 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5339fd52b41d4efb903010d4e7adbcc6", + "m_Id": 4, + "m_DisplayName": "AmbientOcclusion", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "AmbientOcclusion", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "583c53dcf6c341f1ae08a078e03ac5e5", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5c57029f3eb64711b60919af28511637", + "m_Id": 1, + "m_DisplayName": "On", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "On", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "66a538a249644f11ae35395d3eb2b64e", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "737db54818634aebbea0721f873b7875", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -763.9999389648438, + "y": -372.9999694824219, + "width": 173.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "261f4c52987e4465bb17bc71bd2a474d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "0648335dfdfd4f9eb41e8ca158327994" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "7d2b0c546d954d4f85ba93de3e5e4baf", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubGraphOutputNode", + "m_ObjectId": "81b0f3c50b6b4930883c4e2538a0b60d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Output", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 545.9999389648438, + "y": -6.000001430511475, + "width": 134.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "1a3af532c5694223be750f63eed1ce30" + }, + { + "m_Id": "3af9718835bb4267b08c9ef57a879407" + }, + { + "m_Id": "5339fd52b41d4efb903010d4e7adbcc6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "IsFirstSlotValid": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "8594705f409248d7929ae34d62742151", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 35.49993896484375, + "y": -5.999977111816406, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "93d3af8997874dc48a80ef04facecf44" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "030542ce1d3c43199aeb9a38282f750a" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "8932d63460c24ecf8a018a3c1107d754", + "m_Group": { + "m_Id": "52e0119b9ea84445a3580085c77ec02c" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 263.9999084472656, + "y": 208.99998474121095, + "width": 126.00005340576172, + "height": 117.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "0b237bddb2544272a3a49ce4e68e7eae" + }, + { + "m_Id": "eadd3d63fa0a426cb3d5335ac36083e0" + }, + { + "m_Id": "7d2b0c546d954d4f85ba93de3e5e4baf" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "90e0b74e18874389980f8d62cb4adaee", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "930a9d66b9534032adee9c527fb2068e", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "93d3af8997874dc48a80ef04facecf44", + "m_Id": 0, + "m_DisplayName": "Occlusion Strength", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9e47d816682a42b2a0f432a50f598c7b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "a3b31da33176442ba3ab68f38127018c", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "a46cc41be8f9487a80529e2dfbdf4160", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "a4c2879048d342a5a61d06d1b7295e7a", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "aaccbba9823a4c5da134e06ed8800f9d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -718.0, + "y": -327.0, + "width": 118.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "a3b31da33176442ba3ab68f38127018c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "429cf3efd2684437958e8d50777363de" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.KeywordNode", + "m_ObjectId": "ac7c0890b1cc424dbbd16483ea5a683f", + "m_Group": { + "m_Id": "c085c454c0df4aeb96e0f49354dff3a1" + }, + "m_Name": "Use Occlusion Map", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 267.9999694824219, + "y": -94.99996948242188, + "width": 155.99998474121095, + "height": 117.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "4ef134027b6c46b288e77b5fa5666d0a" + }, + { + "m_Id": "0b69cfd909394b01b2f0626bbde46d85" + }, + { + "m_Id": "aeef43c7054c4fd59b395b942f27a37c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Keyword": { + "m_Id": "30f5efdc0b6043f3b03b5ff65b01c045" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "aeef43c7054c4fd59b395b942f27a37c", + "m_Id": 2, + "m_DisplayName": "Off", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Off", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "be144b12ce254c33976fed822dcf227d", + "m_Id": 2, + "m_DisplayName": "Off", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Off", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "bfc5ca1d0acf4caca87ac73afe5ebcab", + "m_Guid": { + "m_GuidSerialized": "7eaacde8-0e9b-440e-9dc9-d385c869f045" + }, + "m_Name": "Metallic Value", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Metallic Value", + "m_DefaultReferenceName": "_Metallic_Value", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "c085c454c0df4aeb96e0f49354dff3a1", + "m_Title": "Occlusion", + "m_Position": { + "x": 77.99996948242188, + "y": -153.99998474121095 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "c0ac9bc3e5f04499b27c157559b8b91e", + "m_Group": { + "m_Id": "c84e4a056db54dcbaa4250d5472bab1d" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -450.0, + "y": -389.99993896484377, + "width": 207.99996948242188, + "height": 433.0 + } + }, + "m_Slots": [ + { + "m_Id": "c842f86920184bec91990ff919d3ebe5" + }, + { + "m_Id": "90e0b74e18874389980f8d62cb4adaee" + }, + { + "m_Id": "452cf3ace287489fadc93b3ac72486f6" + }, + { + "m_Id": "66a538a249644f11ae35395d3eb2b64e" + }, + { + "m_Id": "583c53dcf6c341f1ae08a078e03ac5e5" + }, + { + "m_Id": "30bce9482e374903a5afc2f571f15e78" + }, + { + "m_Id": "a46cc41be8f9487a80529e2dfbdf4160" + }, + { + "m_Id": "a4c2879048d342a5a61d06d1b7295e7a" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.ShaderKeyword", + "m_ObjectId": "c3ebef15907f465bbc4bc530bbfafe77", + "m_Guid": { + "m_GuidSerialized": "a69c59f4-c6d9-47a4-a657-566f99e98673" + }, + "m_Name": "Use Mask Map", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Use Mask Map", + "m_DefaultReferenceName": "_USE_MASK_MAP", + "m_OverrideReferenceName": "_METALLICSPECGLOSSMAP", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_KeywordType": 0, + "m_KeywordDefinition": 0, + "m_KeywordScope": 0, + "m_KeywordStages": 63, + "m_Entries": [], + "m_Value": 1, + "m_IsEditable": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "c569cebc4a3a451eb68387450915ef90", + "m_Group": { + "m_Id": "c085c454c0df4aeb96e0f49354dff3a1" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 102.99991607666016, + "y": -94.99996948242188, + "width": 126.00006103515625, + "height": 117.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "930a9d66b9534032adee9c527fb2068e" + }, + { + "m_Id": "e834afea27984c4b9681743bbd1ddf12" + }, + { + "m_Id": "9e47d816682a42b2a0f432a50f598c7b" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "c80c41c7778f47a3904edc41bac938d0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 68.99995422363281, + "y": -237.99993896484376, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "4b39ad60e8d94db3bbf251e3b1bf6c66" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "bfc5ca1d0acf4caca87ac73afe5ebcab" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "c842f86920184bec91990ff919d3ebe5", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "c84e4a056db54dcbaa4250d5472bab1d", + "m_Title": "Maps", + "m_Position": { + "x": -475.0, + "y": -448.9999694824219 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "cc448ddf5b9a4870bda12bb38a48148b", + "m_Guid": { + "m_GuidSerialized": "4ac37b88-829e-4554-95f2-42505ede1064" + }, + "m_Name": "Smoothness Multiply", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Smoothness Multiply", + "m_DefaultReferenceName": "_Smoothness_Multiply", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "e067c19b8a554986b80b272be0323b28", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "429cf3efd2684437958e8d50777363de" + }, + { + "m_Id": "0648335dfdfd4f9eb41e8ca158327994" + }, + { + "m_Id": "cc448ddf5b9a4870bda12bb38a48148b" + }, + { + "m_Id": "bfc5ca1d0acf4caca87ac73afe5ebcab" + }, + { + "m_Id": "030542ce1d3c43199aeb9a38282f750a" + }, + { + "m_Id": "c3ebef15907f465bbc4bc530bbfafe77" + }, + { + "m_Id": "30f5efdc0b6043f3b03b5ff65b01c045" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e834afea27984c4b9681743bbd1ddf12", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "eadd3d63fa0a426cb3d5335ac36083e0", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + diff --git a/Assets/_DDD/Common/Shaders/PbrMask.shadersubgraph.meta b/Assets/_DDD/Common/Shaders/PbrMask.shadersubgraph.meta new file mode 100644 index 000000000..5364946e6 --- /dev/null +++ b/Assets/_DDD/Common/Shaders/PbrMask.shadersubgraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 8b888b28ba69647afb0b7505e2a6ea0f +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 60072b568d64c40a485e0fc55012dc9f, type: 3} diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_Window.prefab b/Assets/_DDD/Restaurant/Environments/Props/Prop_Window.prefab index fb1ceb7f6..0f32a17a3 100644 --- a/Assets/_DDD/Restaurant/Environments/Props/Prop_Window.prefab +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_Window.prefab @@ -1,5 +1,91 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!1 &4383536863636501606 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1651310607354768263} + - component: {fileID: 209817293046754952} + - component: {fileID: 2373823152640159518} + m_Layer: 0 + m_Name: VisualLook_001 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1651310607354768263 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4383536863636501606} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0.01} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 4689806172687901599} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &209817293046754952 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4383536863636501606} + m_Mesh: {fileID: 4255123073983782969, guid: 28296a1322fc041de8d0bc6e84c9138c, type: 3} +--- !u!23 &2373823152640159518 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4383536863636501606} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RayTracingAccelStructBuildFlagsOverride: 0 + m_RayTracingAccelStructBuildFlags: 1 + m_SmallMeshCulling: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a7b77e6bad7714958bacba1bf3bb36e7, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} --- !u!1001 &4777358697124966162 PrefabInstance: m_ObjectHideFlags: 0 @@ -8,6 +94,10 @@ PrefabInstance: serializedVersion: 3 m_TransformParent: {fileID: 0} m_Modifications: + - target: {fileID: 241258902908210317, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} propertyPath: m_LocalPosition.x value: 0 @@ -50,14 +140,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4438924429928472453, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} propertyPath: m_Name - value: Prop_Window2 + value: Prop_Window objectReference: {fileID: 0} - target: {fileID: 8467019391491472137, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} propertyPath: 'm_Materials.Array.data[0]' value: - objectReference: {fileID: 2100000, guid: 8cea7110e384da64fa61d933b8e07dcb, type: 2} + objectReference: {fileID: 2100000, guid: 0b7b4b1e7d5c44399b30003072025e14, type: 2} m_RemovedComponents: [] m_RemovedGameObjects: [] - m_AddedGameObjects: [] + m_AddedGameObjects: + - targetCorrespondingSourceObject: {fileID: 241258902908210317, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + insertIndex: -1 + addedObject: {fileID: 1651310607354768263} m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} +--- !u!4 &4689806172687901599 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 241258902908210317, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + m_PrefabInstance: {fileID: 4777358697124966162} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/Window.mat b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window.mat index 88ba360dd..d48dadca6 100644 --- a/Assets/_DDD/Restaurant/Environments/Props/Window2/Window.mat +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window.mat @@ -14,8 +14,6 @@ Material: m_ValidKeywords: - _ALPHATEST_ON - _METALLICSPECGLOSSMAP - - _NORMALMAP - - _OCCLUSIONMAP - _PARALLAXMAP m_InvalidKeywords: [] m_LightmapFlags: 4 @@ -50,10 +48,18 @@ Material: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _Emiss: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _EmissionMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MOHS: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _MainTex: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} @@ -62,6 +68,10 @@ Material: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _OcclusionMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} @@ -110,15 +120,15 @@ Material: - _GlossyReflections: 0 - _METALLICSPECGLOSSMAP: 1 - _Metallic: 0 - - _NORMALMAP: 1 - - _OCCLUSIONMAP: 1 + - _NORMALMAP: 0 + - _OCCLUSIONMAP: 0 - _OcclusionStrength: 1 - _PARALLAXMAP: 1 - _Parallax: 0.005 - _QueueControl: 0 - _QueueOffset: 0 - _ReceiveShadows: 1 - - _Smoothness: 0.5 + - _Smoothness: 0 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 1 - _SrcBlend: 1 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/WindowBack.mat b/Assets/_DDD/Restaurant/Environments/Props/Window2/WindowBack.mat new file mode 100644 index 000000000..91352cbdf --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/WindowBack.mat @@ -0,0 +1,169 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: WindowBack + m_Shader: {fileID: -6465566751694194690, guid: 6548a20ac111c4a9c80cb95ed6c4c5a0, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHAPREMULTIPLY_ON + - _ALPHATEST_ON + - _PARALLAXMAP + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3000 + stringTagMap: + RenderType: Transparent + disabledShaderPasses: + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: f943d31b839274f03b7d85b72706feea, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Emiss: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MOHS: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OpacityMap: + m_Texture: {fileID: 2800000, guid: 877d4b1bd39c6428ba1ca1ebb9eeb97b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CastShadows: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _DstBlendAlpha: 0 + - _EMISSION: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _METALLICSPECGLOSSMAP: 0 + - _Metallic: 0 + - _NORMALMAP: 0 + - _OCCLUSIONMAP: 0 + - _OcclusionStrength: 1 + - _PARALLAXMAP: 1 + - _Parallax: -2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 1 + - _UseOpacityMask: 1 + - _UseOpacityMaskAsOriginalAlpha: 1 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZTest: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {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} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3637454808388308621 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 9 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/WindowBack.mat.meta b/Assets/_DDD/Restaurant/Environments/Props/Window2/WindowBack.mat.meta new file mode 100644 index 000000000..0a9a6cfe0 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/WindowBack.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a7b77e6bad7714958bacba1bf3bb36e7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/WindowFrame.mat b/Assets/_DDD/Restaurant/Environments/Props/Window2/WindowFrame.mat new file mode 100644 index 000000000..03056dbe9 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/WindowFrame.mat @@ -0,0 +1,167 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: WindowFrame + m_Shader: {fileID: -6465566751694194690, guid: 6548a20ac111c4a9c80cb95ed6c4c5a0, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _METALLICSPECGLOSSMAP + - _PARALLAXMAP + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2450 + stringTagMap: + RenderType: TransparentCutout + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 96ecb5c0f6e3c4baeb95fde6c8a3245c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Emiss: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MOHS: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OpacityMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaToMask: 1 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CastShadows: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EMISSION: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _METALLICSPECGLOSSMAP: 1 + - _Metallic: 0 + - _NORMALMAP: 0 + - _OCCLUSIONMAP: 0 + - _OcclusionStrength: 1 + - _PARALLAXMAP: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _UseOpacityMask: 0 + - _UseOpacityMaskAsOriginalAlpha: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {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} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3637454808388308621 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 9 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/WindowFrame.mat.meta b/Assets/_DDD/Restaurant/Environments/Props/Window2/WindowFrame.mat.meta new file mode 100644 index 000000000..aa501eca2 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/WindowFrame.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0b7b4b1e7d5c44399b30003072025e14 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/Window_back.png b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window_back.png new file mode 100644 index 000000000..f00b5eb42 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window_back.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e96403561170573186a2bcb15c17089a25f40d576bd617357e05da93e58ab3 +size 392830 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/Window_back.png.meta b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window_back.png.meta new file mode 100644 index 000000000..b6423824f --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window_back.png.meta @@ -0,0 +1,117 @@ +fileFormatVersion: 2 +guid: f943d31b839274f03b7d85b72706feea +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/Window_opacityMask.png b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window_opacityMask.png new file mode 100644 index 000000000..9f9cf955b --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window_opacityMask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4b509f320c00fee21191e1e66675c6d530c8f45f8be69ee1103840bf5b2150 +size 12236 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/Window_opacityMask.png.meta b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window_opacityMask.png.meta new file mode 100644 index 000000000..10786adb3 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window_opacityMask.png.meta @@ -0,0 +1,117 @@ +fileFormatVersion: 2 +guid: 877d4b1bd39c6428ba1ca1ebb9eeb97b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/window_frame.png b/Assets/_DDD/Restaurant/Environments/Props/Window2/window_frame.png new file mode 100644 index 000000000..4b8b4d9cc --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/window_frame.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e34e29cd172f35c7bb81811274ceb05b51b45d88c38fc9a60c5925e8bb74be +size 241667 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/window_frame.png.meta b/Assets/_DDD/Restaurant/Environments/Props/Window2/window_frame.png.meta new file mode 100644 index 000000000..833acfa59 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/window_frame.png.meta @@ -0,0 +1,117 @@ +fileFormatVersion: 2 +guid: 96ecb5c0f6e3c4baeb95fde6c8a3245c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Tiles/Wall/BackgroundWall.mat b/Assets/_DDD/Restaurant/Environments/Tiles/Wall/BackgroundWall.mat index 0714beef1..9f895effa 100644 --- a/Assets/_DDD/Restaurant/Environments/Tiles/Wall/BackgroundWall.mat +++ b/Assets/_DDD/Restaurant/Environments/Tiles/Wall/BackgroundWall.mat @@ -37,14 +37,30 @@ Material: m_Texture: {fileID: 2800000, guid: 097110246f772457fbb0ec31cfcbd028, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _Emiss: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _EmissionMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MOHS: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _MetallicGlossMap: m_Texture: {fileID: 2800000, guid: 00d5e730203af49d99735c183c32e77e, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OpacityMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - unity_Lightmaps: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} @@ -83,6 +99,8 @@ Material: - _Smoothness: 0.5 - _SrcBlend: 1 - _Surface: 0 + - _UseOpacityMask: 0 + - _UseOpacityMaskAsOriginalAlpha: 0 - _WorkflowMode: 1 - _ZTest: 4 - _ZWrite: 1 diff --git a/Assets/_DDD/_Addressables/Prefabs/RestaurantPlayer.prefab b/Assets/_DDD/_Addressables/Prefabs/RestaurantPlayer.prefab index 646a17c6c..eff7af85e 100644 --- a/Assets/_DDD/_Addressables/Prefabs/RestaurantPlayer.prefab +++ b/Assets/_DDD/_Addressables/Prefabs/RestaurantPlayer.prefab @@ -81,7 +81,7 @@ Light: m_RenderMode: 0 m_CullingMask: serializedVersion: 2 - m_Bits: 63 + m_Bits: 1 m_RenderingLayerMask: 1 m_Lightmapping: 4 m_LightShadowCasterMode: 0 @@ -262,6 +262,14 @@ PrefabInstance: propertyPath: m_LocalScale.z value: 2 objectReference: {fileID: 0} + - target: {fileID: 1741467189652270979, guid: 3db3fc62639929c4ba6031ca4ae6600c, type: 3} + propertyPath: initialFlipX + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1741467189652270979, guid: 3db3fc62639929c4ba6031ca4ae6600c, type: 3} + propertyPath: initialFlipY + value: 0 + objectReference: {fileID: 0} - target: {fileID: 1741467189652270979, guid: 3db3fc62639929c4ba6031ca4ae6600c, type: 3} propertyPath: skeletonDataAsset value: @@ -322,6 +330,26 @@ PrefabInstance: propertyPath: m_Layer value: 6 objectReference: {fileID: 0} + - target: {fileID: 8683566178618629536, guid: 3db3fc62639929c4ba6031ca4ae6600c, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8683566178618629536, guid: 3db3fc62639929c4ba6031ca4ae6600c, type: 3} + propertyPath: m_SortingLayer + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8683566178618629536, guid: 3db3fc62639929c4ba6031ca4ae6600c, type: 3} + propertyPath: m_SortingOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8683566178618629536, guid: 3db3fc62639929c4ba6031ca4ae6600c, type: 3} + propertyPath: m_SortingLayerID + value: 966875293 + objectReference: {fileID: 0} + - target: {fileID: 8683566178618629536, guid: 3db3fc62639929c4ba6031ca4ae6600c, type: 3} + propertyPath: m_LightProbeUsage + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: - {fileID: 3365694194251356714, guid: 3db3fc62639929c4ba6031ca4ae6600c, type: 3} - {fileID: 127430239903465757, guid: 3db3fc62639929c4ba6031ca4ae6600c, type: 3} diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset index 7a6755b53..d87b23cb2 100644 --- a/ProjectSettings/TagManager.asset +++ b/ProjectSettings/TagManager.asset @@ -12,7 +12,7 @@ TagManager: - Water - UI - Player - - + - Prop - - - @@ -41,6 +41,9 @@ TagManager: - name: Default uniqueID: 0 locked: 0 + - name: Character + uniqueID: 966875293 + locked: 0 m_RenderingLayers: - Default - Light Layer 1