From 7a2fb907ff3ee8c2501f92ba038ccd8ba06765c7 Mon Sep 17 00:00:00 2001 From: Jo Date: Thu, 3 Oct 2024 15:32:20 +0200 Subject: [PATCH] refactor: remove ApplyVertexColourTransparent shader in favor of ApplyVertexColour refactor: remove mountain shader, as it was broken anyway and we need an alternative --- .../AddressableAssetSettings.asset | 2 +- ... Local Group_BundledAssetGroupSchema.asset | 2 +- ...sland_Levels_BundledAssetGroupSchema.asset | 2 +- ...nd_MonoDiscs_BundledAssetGroupSchema.asset | 2 +- .../WS2_common_island.meta => Prefabs.meta} | 2 +- .../Prefabs/Crate Spawner (Template).prefab | 110 + .../Crate Spawner (Template).prefab.meta | 7 + .../Scenes/Wuhu Island Sunset.unity | 8 + .../WS2_common_island/mountain.shadergraph | 1306 ------------ .../mountain.shadergraph.meta | 10 - .../common/ApplyVertexColour.shadergraph | 14 + .../ApplyVertexColourTransparent.shadergraph | 1828 ----------------- ...lyVertexColourTransparent.shadergraph.meta | 10 - .../Materials/mt_mountain_s.mat | 4 +- .../common_materials/bridge/bridge_raster.mat | 2 +- .../building/hotel/hotel_railings.mat | 2 +- .../building/stadium/stadium_fence.mat | 4 +- .../building/stadium/stadium_text.mat | 5 +- .../common_materials/grass.mat | 12 +- .../polygon819/polygon819.mat | 4 +- .../Stage/base/Tree/WS2_common_tree/treeA.mat | 2 +- .../base/Tree/WS2_common_tree2/treeB.mat | 2 +- .../base/Tree/WS2_common_tree3/treeB.mat | 2 +- ProjectSettings/QualitySettings.asset | 2 +- 24 files changed, 170 insertions(+), 3174 deletions(-) rename Assets/{WuhuIsland/Shaders/WS2_common_island.meta => Prefabs.meta} (77%) create mode 100644 Assets/Prefabs/Crate Spawner (Template).prefab create mode 100644 Assets/Prefabs/Crate Spawner (Template).prefab.meta delete mode 100644 Assets/WuhuIsland/Shaders/WS2_common_island/mountain.shadergraph delete mode 100644 Assets/WuhuIsland/Shaders/WS2_common_island/mountain.shadergraph.meta delete mode 100644 Assets/WuhuIsland/Shaders/common/ApplyVertexColourTransparent.shadergraph delete mode 100644 Assets/WuhuIsland/Shaders/common/ApplyVertexColourTransparent.shadergraph.meta diff --git a/Assets/AddressableAssetsData/AddressableAssetSettings.asset b/Assets/AddressableAssetsData/AddressableAssetSettings.asset index 4d2cfa0..7d910cf 100644 --- a/Assets/AddressableAssetsData/AddressableAssetSettings.asset +++ b/Assets/AddressableAssetsData/AddressableAssetSettings.asset @@ -35,7 +35,7 @@ MonoBehaviour: m_CheckForContentUpdateRestrictionsOption: 0 m_MonoScriptBundleCustomNaming: Jokiller230.WuhuIsland m_RemoteCatalogBuildPath: - m_Id: BuiltPallets/StandaloneWindows64/Jokiller230.WuhuIsland + m_Id: BuiltPallets/Android/Jokiller230.WuhuIsland m_RemoteCatalogLoadPath: m_Id: 'PALLET_BARCODE:Jokiller230.WuhuIsland:' m_ContentStateBuildPathProfileVariableName: diff --git a/Assets/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_BundledAssetGroupSchema.asset b/Assets/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_BundledAssetGroupSchema.asset index ce51449..e46c618 100644 --- a/Assets/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_BundledAssetGroupSchema.asset +++ b/Assets/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_BundledAssetGroupSchema.asset @@ -34,7 +34,7 @@ MonoBehaviour: m_RedirectLimit: -1 m_RetryCount: 0 m_BuildPath: - m_Id: BuiltPallets/StandaloneWindows64/Jokiller230.WuhuIsland + m_Id: BuiltPallets/Android/Jokiller230.WuhuIsland m_LoadPath: m_Id: 'PALLET_BARCODE:Jokiller230.WuhuIsland:' m_BundleMode: 0 diff --git a/Assets/AddressableAssetsData/AssetGroups/Schemas/WuhuIsland_Levels_BundledAssetGroupSchema.asset b/Assets/AddressableAssetsData/AssetGroups/Schemas/WuhuIsland_Levels_BundledAssetGroupSchema.asset index b90da7c..8285292 100644 --- a/Assets/AddressableAssetsData/AssetGroups/Schemas/WuhuIsland_Levels_BundledAssetGroupSchema.asset +++ b/Assets/AddressableAssetsData/AssetGroups/Schemas/WuhuIsland_Levels_BundledAssetGroupSchema.asset @@ -34,7 +34,7 @@ MonoBehaviour: m_RedirectLimit: -1 m_RetryCount: 0 m_BuildPath: - m_Id: BuiltPallets/StandaloneWindows64/Jokiller230.WuhuIsland + m_Id: BuiltPallets/Android/Jokiller230.WuhuIsland m_LoadPath: m_Id: 'PALLET_BARCODE:Jokiller230.WuhuIsland:' m_BundleMode: 1 diff --git a/Assets/AddressableAssetsData/AssetGroups/Schemas/WuhuIsland_MonoDiscs_BundledAssetGroupSchema.asset b/Assets/AddressableAssetsData/AssetGroups/Schemas/WuhuIsland_MonoDiscs_BundledAssetGroupSchema.asset index d2ad3be..fa7f9d2 100644 --- a/Assets/AddressableAssetsData/AssetGroups/Schemas/WuhuIsland_MonoDiscs_BundledAssetGroupSchema.asset +++ b/Assets/AddressableAssetsData/AssetGroups/Schemas/WuhuIsland_MonoDiscs_BundledAssetGroupSchema.asset @@ -34,7 +34,7 @@ MonoBehaviour: m_RedirectLimit: -1 m_RetryCount: 0 m_BuildPath: - m_Id: BuiltPallets/StandaloneWindows64/Jokiller230.WuhuIsland + m_Id: BuiltPallets/Android/Jokiller230.WuhuIsland m_LoadPath: m_Id: 'PALLET_BARCODE:Jokiller230.WuhuIsland:' m_BundleMode: 1 diff --git a/Assets/WuhuIsland/Shaders/WS2_common_island.meta b/Assets/Prefabs.meta similarity index 77% rename from Assets/WuhuIsland/Shaders/WS2_common_island.meta rename to Assets/Prefabs.meta index c834717..cf2aa3d 100644 --- a/Assets/WuhuIsland/Shaders/WS2_common_island.meta +++ b/Assets/Prefabs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: a120c25cce4c734429f116471a91854f +guid: ea8fd4b1d7903114aa407c963a43e633 folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/Assets/Prefabs/Crate Spawner (Template).prefab b/Assets/Prefabs/Crate Spawner (Template).prefab new file mode 100644 index 0000000..03070dc --- /dev/null +++ b/Assets/Prefabs/Crate Spawner (Template).prefab @@ -0,0 +1,110 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5691235753620968685 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3205766489634966635} + - component: {fileID: 4306030672946319484} + - component: {fileID: 7567109985912252271} + - component: {fileID: 3870217268420576739} + m_Layer: 0 + m_Name: Crate Spawner (Template) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3205766489634966635 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5691235753620968685} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4306030672946319484 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5691235753620968685} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &7567109985912252271 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5691235753620968685} + 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_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5f5d50ce8dbb5b84fb70780a2ccf11c8, 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: 1 + 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!114 &3870217268420576739 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5691235753620968685} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 380a92c3490d7f240b2abf1a2a24839a, type: 3} + m_Name: + m_EditorClassIdentifier: + spawnableCrateReference: + _barcode: + _id: null.empty.barcode + crateQuery: + _barcode: + _id: null.empty.barcode + tagFilter: + titleFilter: + useQuery: 0 + manualMode: 0 + onSpawnEvent: + _PersistentCalls: [] diff --git a/Assets/Prefabs/Crate Spawner (Template).prefab.meta b/Assets/Prefabs/Crate Spawner (Template).prefab.meta new file mode 100644 index 0000000..892e0ca --- /dev/null +++ b/Assets/Prefabs/Crate Spawner (Template).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2d08f2a95a8a9df4d9b60e824e489bae +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/WuhuIsland/Scenes/Wuhu Island Sunset.unity b/Assets/WuhuIsland/Scenes/Wuhu Island Sunset.unity index dc3d18a..5cc592d 100644 --- a/Assets/WuhuIsland/Scenes/Wuhu Island Sunset.unity +++ b/Assets/WuhuIsland/Scenes/Wuhu Island Sunset.unity @@ -352,6 +352,10 @@ PrefabInstance: propertyPath: m_Name value: '#### LEVEL' objectReference: {fileID: 0} + - target: {fileID: 1826830733592224477, guid: c3027737a1bb5524c9b8d5e1505a14e1, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} - target: {fileID: 3119509921476925438, guid: c3027737a1bb5524c9b8d5e1505a14e1, type: 3} propertyPath: m_Materials.Array.data[0] value: @@ -380,6 +384,10 @@ PrefabInstance: propertyPath: m_StaticEditorFlags value: 0 objectReference: {fileID: 0} + - target: {fileID: 7735938356334633436, guid: c3027737a1bb5524c9b8d5e1505a14e1, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} - target: {fileID: 7911748109119028770, guid: c3027737a1bb5524c9b8d5e1505a14e1, type: 3} propertyPath: m_LightProbeUsage value: 0 diff --git a/Assets/WuhuIsland/Shaders/WS2_common_island/mountain.shadergraph b/Assets/WuhuIsland/Shaders/WS2_common_island/mountain.shadergraph deleted file mode 100644 index 46217ed..0000000 --- a/Assets/WuhuIsland/Shaders/WS2_common_island/mountain.shadergraph +++ /dev/null @@ -1,1306 +0,0 @@ -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "f8b4f0fcc7d440d58f8b1cdd71336dee", - "m_Properties": [ - { - "m_Id": "6aad514663fb461ba715883eb71d7dfe" - } - ], - "m_Keywords": [], - "m_Dropdowns": [], - "m_CategoryData": [ - { - "m_Id": "340721714a4841e7bebb1d6c3311dead" - } - ], - "m_Nodes": [ - { - "m_Id": "cab8e8ef60924032a1cc83c4bf3eac3e" - }, - { - "m_Id": "dfc5e69fa12440df9009926476a34df2" - }, - { - "m_Id": "271e13b625064e8fb6cacc3f56dc0acc" - }, - { - "m_Id": "4320cd438ac04df6933c72afa9a026a2" - }, - { - "m_Id": "4f04939c26214eb99cb8430cdab7d408" - }, - { - "m_Id": "0e97e7d1fc844620ac91e5fec727125e" - }, - { - "m_Id": "2c84882488474c18a921568ed68e02fe" - }, - { - "m_Id": "339ece2556dd44078dcc53faa6392481" - }, - { - "m_Id": "7446309033144ef0ae8370ac9db3b2b9" - }, - { - "m_Id": "abbb28f28cca4ac6a87e87e1c8b9389a" - }, - { - "m_Id": "dc8c861034d9431d85a259108a2c01f1" - }, - { - "m_Id": "ea2ceb7972e4442085be9a62d5ada0d9" - }, - { - "m_Id": "d1ab8a0d9dbe45bdacff8c6e375e1440" - }, - { - "m_Id": "4a93013126944ae294f05556061c47f1" - } - ], - "m_GroupDatas": [], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "0e97e7d1fc844620ac91e5fec727125e" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "7446309033144ef0ae8370ac9db3b2b9" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "0e97e7d1fc844620ac91e5fec727125e" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "abbb28f28cca4ac6a87e87e1c8b9389a" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "2c84882488474c18a921568ed68e02fe" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "0e97e7d1fc844620ac91e5fec727125e" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "339ece2556dd44078dcc53faa6392481" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "7446309033144ef0ae8370ac9db3b2b9" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7446309033144ef0ae8370ac9db3b2b9" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "4320cd438ac04df6933c72afa9a026a2" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "abbb28f28cca4ac6a87e87e1c8b9389a" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "7446309033144ef0ae8370ac9db3b2b9" - }, - "m_SlotId": 2 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 0.0, - "y": 0.0 - }, - "m_Blocks": [ - { - "m_Id": "cab8e8ef60924032a1cc83c4bf3eac3e" - }, - { - "m_Id": "dfc5e69fa12440df9009926476a34df2" - }, - { - "m_Id": "271e13b625064e8fb6cacc3f56dc0acc" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 0.0, - "y": 200.0 - }, - "m_Blocks": [ - { - "m_Id": "4320cd438ac04df6933c72afa9a026a2" - }, - { - "m_Id": "4f04939c26214eb99cb8430cdab7d408" - }, - { - "m_Id": "dc8c861034d9431d85a259108a2c01f1" - }, - { - "m_Id": "ea2ceb7972e4442085be9a62d5ada0d9" - }, - { - "m_Id": "d1ab8a0d9dbe45bdacff8c6e375e1440" - }, - { - "m_Id": "4a93013126944ae294f05556061c47f1" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "preventRotation": false - }, - "m_Path": "Shader Graphs", - "m_GraphPrecision": 0, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "7bdf1d0724114e98a8343ae7c8f65526" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", - "m_ObjectId": "0e97e7d1fc844620ac91e5fec727125e", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Sample Texture 2D", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1129.0, - "y": -56.99999237060547, - "width": 208.0, - "height": 435.0 - } - }, - "m_Slots": [ - { - "m_Id": "1daea825f2464c62a9527c74c5a9c473" - }, - { - "m_Id": "9c805408e1bf4882ab9602ede99100e1" - }, - { - "m_Id": "4f5cf6fc87f1451c923c2cb647190c1e" - }, - { - "m_Id": "3e3c26678bc54f66aa6266953be258fe" - }, - { - "m_Id": "59624314127a4511b3fe04e7cd0909de" - }, - { - "m_Id": "2241bdff899047cc90c4524ffa1caddb" - }, - { - "m_Id": "ce5629ffa05d40b99b0396ec5e5a7223" - }, - { - "m_Id": "eca5b29df7c74dbcb96b0bf593440089" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_TextureType": 0, - "m_NormalMapSpace": 0, - "m_EnableGlobalMipBias": true -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "1daea825f2464c62a9527c74c5a9c473", - "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.Texture2DInputMaterialSlot", - "m_ObjectId": "2241bdff899047cc90c4524ffa1caddb", - "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": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "271e13b625064e8fb6cacc3f56dc0acc", - "m_Group": { - "m_Id": "" - }, - "m_Name": "VertexDescription.Tangent", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "3c47717312744a479ce0b55b7ce55043" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "VertexDescription.Tangent" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "2c84882488474c18a921568ed68e02fe", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1302.0, - "y": -16.000003814697267, - "width": 150.0, - "height": 34.0000114440918 - } - }, - "m_Slots": [ - { - "m_Id": "e8c4d01e06ef413f889e5500726c856b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "6aad514663fb461ba715883eb71d7dfe" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.VertexColorNode", - "m_ObjectId": "339ece2556dd44078dcc53faa6392481", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Vertex Color", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1618.0, - "y": 375.0, - "width": 208.0, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "6bfa500d5d7a431681380fd625df58c8" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.CategoryData", - "m_ObjectId": "340721714a4841e7bebb1d6c3311dead", - "m_Name": "", - "m_ChildObjectList": [ - { - "m_Id": "6aad514663fb461ba715883eb71d7dfe" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", - "m_ObjectId": "3c47717312744a479ce0b55b7ce55043", - "m_Id": 0, - "m_DisplayName": "Tangent", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Tangent", - "m_StageCapability": 1, - "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_Space": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "3e3c26678bc54f66aa6266953be258fe", - "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.BlockNode", - "m_ObjectId": "4320cd438ac04df6933c72afa9a026a2", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.BaseColor", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "83260407de6f4403991f10a2adb803af" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.BaseColor" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "4a93013126944ae294f05556061c47f1", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.Emission", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "99de10b75cf24733b501af02c124eea9" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Emission" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "4c188b012c3f46abb88c873f2c421c4f", - "m_Id": 2, - "m_DisplayName": "T", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "T", - "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.NormalMaterialSlot", - "m_ObjectId": "4e4fcb01f7d74e59a0b6e9995b001f9c", - "m_Id": 0, - "m_DisplayName": "Normal", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Normal", - "m_StageCapability": 1, - "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_Space": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "4f04939c26214eb99cb8430cdab7d408", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.Smoothness", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "98ee380018ed463dafd82720d05a9d66" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Smoothness" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "4f5cf6fc87f1451c923c2cb647190c1e", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "5606d82a06c8479ab8e4647834bea164", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "570c2afded3343a58c659916d743d84d", - "m_Id": 1, - "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.Vector1MaterialSlot", - "m_ObjectId": "57568e788cbe4e6cb35a9236cdd3ff90", - "m_Id": 0, - "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.Vector1MaterialSlot", - "m_ObjectId": "59624314127a4511b3fe04e7cd0909de", - "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.Internal.Texture2DShaderProperty", - "m_ObjectId": "6aad514663fb461ba715883eb71d7dfe", - "m_Guid": { - "m_GuidSerialized": "95dcbb44-c905-473c-a394-d23212942252" - }, - "m_Name": "BaseTexture", - "m_DefaultRefNameVersion": 1, - "m_RefNameGeneratedByDisplayName": "BaseTexture", - "m_DefaultReferenceName": "_BaseTexture", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "m_UseCustomSlotLabel": false, - "m_CustomSlotLabel": "", - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"fileID\":2800000,\"guid\":\"b3c676109c063ef4dabe72052b0d74ae\",\"type\":3}}", - "m_Guid": "" - }, - "isMainTexture": false, - "useTilingAndOffset": false, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "6bfa500d5d7a431681380fd625df58c8", - "m_Id": 0, - "m_DisplayName": "Out", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "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_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "730b6b88c6c84281841d20dbb9a566ca", - "m_Id": 0, - "m_DisplayName": "In", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "In", - "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.LerpNode", - "m_ObjectId": "7446309033144ef0ae8370ac9db3b2b9", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Lerp", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -695.9999389648438, - "y": 375.0000305175781, - "width": 207.99996948242188, - "height": 325.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "ac85488a242a4dea9fe07f0a30ea0d32" - }, - { - "m_Id": "5606d82a06c8479ab8e4647834bea164" - }, - { - "m_Id": "4c188b012c3f46abb88c873f2c421c4f" - }, - { - "m_Id": "a9057c85c6014c67b24e7a239e4dc48e" - } - ], - "synonyms": [ - "mix", - "blend", - "linear interpolate" - ], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", - "m_ObjectId": "76af196e38a74e9384a47dee8c0cdd61", - "m_WorkflowMode": 1, - "m_NormalDropOffSpace": 0, - "m_ClearCoat": false -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "7bdf1d0724114e98a8343ae7c8f65526", - "m_ActiveSubTarget": { - "m_Id": "76af196e38a74e9384a47dee8c0cdd61" - }, - "m_AllowMaterialOverride": false, - "m_SurfaceType": 0, - "m_ZTestMode": 4, - "m_ZWriteControl": 0, - "m_AlphaMode": 0, - "m_RenderFace": 2, - "m_AlphaClip": false, - "m_CastShadows": true, - "m_ReceiveShadows": true, - "m_CustomEditorGUI": "", - "m_SupportVFX": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "83260407de6f4403991f10a2adb803af", - "m_Id": 0, - "m_DisplayName": "Base Color", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "BaseColor", - "m_StageCapability": 2, - "m_Value": { - "x": 0.5, - "y": 0.5, - "z": 0.5 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [], - "m_ColorMode": 0, - "m_DefaultColor": { - "r": 0.5, - "g": 0.5, - "b": 0.5, - "a": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "98ee380018ed463dafd82720d05a9d66", - "m_Id": 0, - "m_DisplayName": "Smoothness", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Smoothness", - "m_StageCapability": 2, - "m_Value": 0.0, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "99de10b75cf24733b501af02c124eea9", - "m_Id": 0, - "m_DisplayName": "Emission", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Emission", - "m_StageCapability": 2, - "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_ColorMode": 1, - "m_DefaultColor": { - "r": 0.0, - "g": 0.0, - "b": 0.0, - "a": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "9c805408e1bf4882ab9602ede99100e1", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "a9057c85c6014c67b24e7a239e4dc48e", - "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.OneMinusNode", - "m_ObjectId": "abbb28f28cca4ac6a87e87e1c8b9389a", - "m_Group": { - "m_Id": "" - }, - "m_Name": "One Minus", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1070.0001220703125, - "y": 486.0, - "width": 208.00006103515626, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "730b6b88c6c84281841d20dbb9a566ca" - }, - { - "m_Id": "570c2afded3343a58c659916d743d84d" - } - ], - "synonyms": [ - "complement", - "invert", - "opposite" - ], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "ac85488a242a4dea9fe07f0a30ea0d32", - "m_Id": 0, - "m_DisplayName": "A", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "A", - "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.NormalMaterialSlot", - "m_ObjectId": "c1ef28a8051d4624905cd0849a8e1be8", - "m_Id": 0, - "m_DisplayName": "Normal (Tangent Space)", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "NormalTS", - "m_StageCapability": 2, - "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_Space": 3 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "cab8e8ef60924032a1cc83c4bf3eac3e", - "m_Group": { - "m_Id": "" - }, - "m_Name": "VertexDescription.Position", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "cb24eca4903d46bbaea778a4392b3f77" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "VertexDescription.Position" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", - "m_ObjectId": "cb24eca4903d46bbaea778a4392b3f77", - "m_Id": 0, - "m_DisplayName": "Position", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Position", - "m_StageCapability": 1, - "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_Space": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", - "m_ObjectId": "ce5629ffa05d40b99b0396ec5e5a7223", - "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.Vector1MaterialSlot", - "m_ObjectId": "d03f70ee09434774b96edd63e5b4924c", - "m_Id": 0, - "m_DisplayName": "Ambient Occlusion", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Occlusion", - "m_StageCapability": 2, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "d1ab8a0d9dbe45bdacff8c6e375e1440", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.NormalTS", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "c1ef28a8051d4624905cd0849a8e1be8" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.NormalTS" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "dc8c861034d9431d85a259108a2c01f1", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.Occlusion", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "d03f70ee09434774b96edd63e5b4924c" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Occlusion" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "dfc5e69fa12440df9009926476a34df2", - "m_Group": { - "m_Id": "" - }, - "m_Name": "VertexDescription.Normal", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "4e4fcb01f7d74e59a0b6e9995b001f9c" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "VertexDescription.Normal" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", - "m_ObjectId": "e8c4d01e06ef413f889e5500726c856b", - "m_Id": 0, - "m_DisplayName": "BaseTexture", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_BareResource": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "ea2ceb7972e4442085be9a62d5ada0d9", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.Metallic", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "57568e788cbe4e6cb35a9236cdd3ff90" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Metallic" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", - "m_ObjectId": "eca5b29df7c74dbcb96b0bf593440089", - "m_Id": 3, - "m_DisplayName": "Sampler", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Sampler", - "m_StageCapability": 3, - "m_BareResource": false -} - diff --git a/Assets/WuhuIsland/Shaders/WS2_common_island/mountain.shadergraph.meta b/Assets/WuhuIsland/Shaders/WS2_common_island/mountain.shadergraph.meta deleted file mode 100644 index 29b0c02..0000000 --- a/Assets/WuhuIsland/Shaders/WS2_common_island/mountain.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 6f6dd7858e105ef44b20d2a73cfbb255 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/WuhuIsland/Shaders/common/ApplyVertexColour.shadergraph b/Assets/WuhuIsland/Shaders/common/ApplyVertexColour.shadergraph index 2403cd2..95bd6da 100644 --- a/Assets/WuhuIsland/Shaders/common/ApplyVertexColour.shadergraph +++ b/Assets/WuhuIsland/Shaders/common/ApplyVertexColour.shadergraph @@ -174,6 +174,20 @@ "m_SlotId": 0 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d02ac296d8af41478b1dc56e64f535b5" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a1e1a845970347b3859fd4017024771e" + }, + "m_SlotId": 0 + } + }, { "m_OutputSlot": { "m_Node": { diff --git a/Assets/WuhuIsland/Shaders/common/ApplyVertexColourTransparent.shadergraph b/Assets/WuhuIsland/Shaders/common/ApplyVertexColourTransparent.shadergraph deleted file mode 100644 index f591d68..0000000 --- a/Assets/WuhuIsland/Shaders/common/ApplyVertexColourTransparent.shadergraph +++ /dev/null @@ -1,1828 +0,0 @@ -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "6bccaa41bfd2488f82db40e6213cbce3", - "m_Properties": [ - { - "m_Id": "5dcc10cd6c5345d886747de3224459d2" - } - ], - "m_Keywords": [], - "m_Dropdowns": [], - "m_CategoryData": [ - { - "m_Id": "75507dc84bc1450880e084c150a25afa" - } - ], - "m_Nodes": [ - { - "m_Id": "6410d539a05645429fe10415d68a59d5" - }, - { - "m_Id": "260118e426fe45ab8f02d7d6f7d86cde" - }, - { - "m_Id": "4cb4063921734a9b8962bc8ead9193bc" - }, - { - "m_Id": "5b09f05876324c87a5767584d4303cbf" - }, - { - "m_Id": "9fb21ebc099146cd99ef083eff583068" - }, - { - "m_Id": "316923824cf745ec9652c6fb138df13e" - }, - { - "m_Id": "80fcd715947949c6baa5c81502a5e509" - }, - { - "m_Id": "661c97c98226456e84ed91245105b498" - }, - { - "m_Id": "ac1d0c09b67d4fde9a6ed430a0104ebd" - }, - { - "m_Id": "8f36c8a727014e2892887bba70c1e60a" - }, - { - "m_Id": "706863a72a714f8499a4fe094b46acd4" - }, - { - "m_Id": "1c6b13e45e9544a58dec9293db8de639" - }, - { - "m_Id": "ff3a705158164ebaac8ce312050c0d6c" - }, - { - "m_Id": "204f2d1d9f4147ef86409b41ef73ea4f" - }, - { - "m_Id": "a1b2bc4791f44740a032c009ff62300e" - }, - { - "m_Id": "88e1c53e64a7404a8a3efbcc00984f5e" - }, - { - "m_Id": "7f20d6b30cbb46fcb411da463554fdfa" - }, - { - "m_Id": "8cef9a3f9b6e42c8b4636ad2562641ff" - }, - { - "m_Id": "8044d0e202fc460ab0882cdad4b228e2" - } - ], - "m_GroupDatas": [], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "1c6b13e45e9544a58dec9293db8de639" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ff3a705158164ebaac8ce312050c0d6c" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "204f2d1d9f4147ef86409b41ef73ea4f" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ff3a705158164ebaac8ce312050c0d6c" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "706863a72a714f8499a4fe094b46acd4" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "1c6b13e45e9544a58dec9293db8de639" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "706863a72a714f8499a4fe094b46acd4" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "204f2d1d9f4147ef86409b41ef73ea4f" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "88e1c53e64a7404a8a3efbcc00984f5e" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8f36c8a727014e2892887bba70c1e60a" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8f36c8a727014e2892887bba70c1e60a" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "1c6b13e45e9544a58dec9293db8de639" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8f36c8a727014e2892887bba70c1e60a" - }, - "m_SlotId": 7 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "7f20d6b30cbb46fcb411da463554fdfa" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "a1b2bc4791f44740a032c009ff62300e" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ff3a705158164ebaac8ce312050c0d6c" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "ff3a705158164ebaac8ce312050c0d6c" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "5b09f05876324c87a5767584d4303cbf" - }, - "m_SlotId": 0 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 0.0, - "y": 0.0 - }, - "m_Blocks": [ - { - "m_Id": "6410d539a05645429fe10415d68a59d5" - }, - { - "m_Id": "260118e426fe45ab8f02d7d6f7d86cde" - }, - { - "m_Id": "4cb4063921734a9b8962bc8ead9193bc" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 0.0, - "y": 200.0 - }, - "m_Blocks": [ - { - "m_Id": "5b09f05876324c87a5767584d4303cbf" - }, - { - "m_Id": "9fb21ebc099146cd99ef083eff583068" - }, - { - "m_Id": "316923824cf745ec9652c6fb138df13e" - }, - { - "m_Id": "80fcd715947949c6baa5c81502a5e509" - }, - { - "m_Id": "661c97c98226456e84ed91245105b498" - }, - { - "m_Id": "ac1d0c09b67d4fde9a6ed430a0104ebd" - }, - { - "m_Id": "7f20d6b30cbb46fcb411da463554fdfa" - }, - { - "m_Id": "8cef9a3f9b6e42c8b4636ad2562641ff" - }, - { - "m_Id": "8044d0e202fc460ab0882cdad4b228e2" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "preventRotation": false - }, - "m_Path": "Shader Graphs", - "m_GraphPrecision": 1, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "65c8965d478540238d01841ffee9a328" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "0658be57d26b4799bcffde3000b6c8fd", - "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.SamplerStateMaterialSlot", - "m_ObjectId": "0970d41f3b13435c802e0d0c38c04ee9", - "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", - "m_ObjectId": "09f2ee8ba7c241e3ba224ad68ebed45e", - "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": "114eea3689d341899d054f9ebea6a003", - "m_Id": 0, - "m_DisplayName": "In", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "In", - "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.MultiplyNode", - "m_ObjectId": "1c6b13e45e9544a58dec9293db8de639", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -855.9994506835938, - "y": -157.99981689453126, - "width": 208.00006103515626, - "height": 301.99981689453127 - } - }, - "m_Slots": [ - { - "m_Id": "86a325868bb449c6831bd6cd285c7472" - }, - { - "m_Id": "98473921d42e434d923241d820aaba41" - }, - { - "m_Id": "e40865fbc8d04cceb92370dd120ff065" - } - ], - "synonyms": [ - "multiplication", - "times", - "x" - ], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "1f925df5184c47ee9de3ee5b26bbbef1", - "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.SplitNode", - "m_ObjectId": "204f2d1d9f4147ef86409b41ef73ea4f", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -813.999267578125, - "y": 370.0003662109375, - "width": 119.99993896484375, - "height": 148.99951171875 - } - }, - "m_Slots": [ - { - "m_Id": "114eea3689d341899d054f9ebea6a003" - }, - { - "m_Id": "b7785d51b9dd4cdb8a489dcbb4e7deb1" - }, - { - "m_Id": "a6277dcbac7145b683e0e114b4e53fef" - }, - { - "m_Id": "2bb7eb9113a7484e824f8279b6b636dd" - }, - { - "m_Id": "4eb72a4dadc146dd941c46ae0bfc3f0f" - } - ], - "synonyms": [ - "separate" - ], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "260118e426fe45ab8f02d7d6f7d86cde", - "m_Group": { - "m_Id": "" - }, - "m_Name": "VertexDescription.Normal", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "4ae594fefad34f77a7a0ab690f8aca64" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "VertexDescription.Normal" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "278adc13e4c243848479a531b5d82eea", - "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.Vector1MaterialSlot", - "m_ObjectId": "2bb7eb9113a7484e824f8279b6b636dd", - "m_Id": 3, - "m_DisplayName": "B", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "2cba1ef33c6f477d9f824cb132e9d5b9", - "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.BlockNode", - "m_ObjectId": "316923824cf745ec9652c6fb138df13e", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.Metallic", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "5945f14e33e445439d1aa9b53c86d93c" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Metallic" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "4ae594fefad34f77a7a0ab690f8aca64", - "m_Id": 0, - "m_DisplayName": "Normal", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Normal", - "m_StageCapability": 1, - "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_Space": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "4cb4063921734a9b8962bc8ead9193bc", - "m_Group": { - "m_Id": "" - }, - "m_Name": "VertexDescription.Tangent", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "c4b424fcb951456ebcd80c760b0e2be5" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "VertexDescription.Tangent" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "4eb72a4dadc146dd941c46ae0bfc3f0f", - "m_Id": 4, - "m_DisplayName": "A", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "A", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "5945f14e33e445439d1aa9b53c86d93c", - "m_Id": 0, - "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.BlockNode", - "m_ObjectId": "5b09f05876324c87a5767584d4303cbf", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.BaseColor", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "8c09b1d5eb6845098d38d68f4f42c162" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.BaseColor" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", - "m_ObjectId": "5b0d8a85896744418ae9ad439b4cd1f4", - "m_WorkflowMode": 1, - "m_NormalDropOffSpace": 0, - "m_ClearCoat": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", - "m_ObjectId": "5dcc10cd6c5345d886747de3224459d2", - "m_Guid": { - "m_GuidSerialized": "b884a7a8-3a35-4e9c-a07e-2a93108f69e4" - }, - "m_Name": "Base Texture", - "m_DefaultRefNameVersion": 1, - "m_RefNameGeneratedByDisplayName": "Base Texture", - "m_DefaultReferenceName": "_Base_Texture", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "m_UseCustomSlotLabel": false, - "m_CustomSlotLabel": "", - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "isMainTexture": false, - "useTilingAndOffset": false, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "5e4aeb210ebf498c9f9a981f48097d2d", - "m_Id": 0, - "m_DisplayName": "Out", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "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_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "60e5f8a40dbe46ea8402f1bd6236534c", - "m_Id": 0, - "m_DisplayName": "A", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "A", - "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.BlockNode", - "m_ObjectId": "6410d539a05645429fe10415d68a59d5", - "m_Group": { - "m_Id": "" - }, - "m_Name": "VertexDescription.Position", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "9bbb916368d14cdbbde3bfcd32b627d2" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "VertexDescription.Position" -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "65c8965d478540238d01841ffee9a328", - "m_ActiveSubTarget": { - "m_Id": "5b0d8a85896744418ae9ad439b4cd1f4" - }, - "m_AllowMaterialOverride": true, - "m_SurfaceType": 1, - "m_ZTestMode": 4, - "m_ZWriteControl": 0, - "m_AlphaMode": 0, - "m_RenderFace": 0, - "m_AlphaClip": false, - "m_CastShadows": false, - "m_ReceiveShadows": true, - "m_CustomEditorGUI": "", - "m_SupportVFX": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "661c97c98226456e84ed91245105b498", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.Emission", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "a65180c5a44646409c1c4efb4eb28072" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Emission" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.VertexColorNode", - "m_ObjectId": "706863a72a714f8499a4fe094b46acd4", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Vertex Color", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1115.0001220703125, - "y": 296.00030517578127, - "width": 208.00006103515626, - "height": 277.99993896484377 - } - }, - "m_Slots": [ - { - "m_Id": "5e4aeb210ebf498c9f9a981f48097d2d" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 1, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.CategoryData", - "m_ObjectId": "75507dc84bc1450880e084c150a25afa", - "m_Name": "", - "m_ChildObjectList": [ - { - "m_Id": "5dcc10cd6c5345d886747de3224459d2" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "7ae3cb06409f4210bbb0a9487c15c8b5", - "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_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "7f20d6b30cbb46fcb411da463554fdfa", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.Alpha", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "e02270306c8246d98a492022e633f754" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Alpha" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "8044d0e202fc460ab0882cdad4b228e2", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.AlphaClipThreshold", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "f8da8a73cc1e4cc79e77b77f5546f375" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.AlphaClipThreshold" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "80fcd715947949c6baa5c81502a5e509", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.Smoothness", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "e074aa5c70714f2cb57ec8c5dc267545" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Smoothness" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "829a4e532f714216b3272d331207a5e5", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "86a325868bb449c6831bd6cd285c7472", - "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.PropertyNode", - "m_ObjectId": "88e1c53e64a7404a8a3efbcc00984f5e", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1281.9998779296875, - "y": -119.0, - "width": 152.9998779296875, - "height": 33.99999237060547 - } - }, - "m_Slots": [ - { - "m_Id": "cad58d5acc954513908c1941dca144a5" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "5dcc10cd6c5345d886747de3224459d2" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "8c09b1d5eb6845098d38d68f4f42c162", - "m_Id": 0, - "m_DisplayName": "Base Color", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "BaseColor", - "m_StageCapability": 2, - "m_Value": { - "x": 0.5, - "y": 0.5, - "z": 0.5 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [], - "m_ColorMode": 0, - "m_DefaultColor": { - "r": 0.5, - "g": 0.5, - "b": 0.5, - "a": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "8cef9a3f9b6e42c8b4636ad2562641ff", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.Specular", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "95ffbe497d53477ea24fb8d20b4830fb" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Specular" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", - "m_ObjectId": "8f36c8a727014e2892887bba70c1e60a", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Sample Texture 2D", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1111.9993896484375, - "y": -157.99981689453126, - "width": 208.0001220703125, - "height": 434.9999084472656 - } - }, - "m_Slots": [ - { - "m_Id": "1f925df5184c47ee9de3ee5b26bbbef1" - }, - { - "m_Id": "278adc13e4c243848479a531b5d82eea" - }, - { - "m_Id": "0658be57d26b4799bcffde3000b6c8fd" - }, - { - "m_Id": "2cba1ef33c6f477d9f824cb132e9d5b9" - }, - { - "m_Id": "09f2ee8ba7c241e3ba224ad68ebed45e" - }, - { - "m_Id": "e38fe235d86f4b83bdb4e815dbf1e5f6" - }, - { - "m_Id": "c08ed6d6d0654e2d8311e1cb22713821" - }, - { - "m_Id": "0970d41f3b13435c802e0d0c38c04ee9" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_TextureType": 0, - "m_NormalMapSpace": 0, - "m_EnableGlobalMipBias": true -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "941abe3aa81749fa9af04858db37a786", - "m_Id": 2, - "m_DisplayName": "T", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "T", - "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.ColorRGBMaterialSlot", - "m_ObjectId": "95ffbe497d53477ea24fb8d20b4830fb", - "m_Id": 0, - "m_DisplayName": "Specular Color", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Specular", - "m_StageCapability": 2, - "m_Value": { - "x": 0.5, - "y": 0.5, - "z": 0.5 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [], - "m_ColorMode": 0, - "m_DefaultColor": { - "r": 0.5, - "g": 0.5, - "b": 0.5, - "a": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "98473921d42e434d923241d820aaba41", - "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.PositionMaterialSlot", - "m_ObjectId": "9bbb916368d14cdbbde3bfcd32b627d2", - "m_Id": 0, - "m_DisplayName": "Position", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Position", - "m_StageCapability": 1, - "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_Space": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "9fb21ebc099146cd99ef083eff583068", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.NormalTS", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "c3e56a23157c45e7b8689b40c394092b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.NormalTS" -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.ColorNode", - "m_ObjectId": "a1b2bc4791f44740a032c009ff62300e", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Color", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -851.999755859375, - "y": 218.00003051757813, - "width": 208.0001220703125, - "height": 127.0 - } - }, - "m_Slots": [ - { - "m_Id": "7ae3cb06409f4210bbb0a9487c15c8b5" - } - ], - "synonyms": [ - "rgba" - ], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Color": { - "color": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 0.0 - }, - "mode": 0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "a6277dcbac7145b683e0e114b4e53fef", - "m_Id": 2, - "m_DisplayName": "G", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "G", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "a65180c5a44646409c1c4efb4eb28072", - "m_Id": 0, - "m_DisplayName": "Emission", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Emission", - "m_StageCapability": 2, - "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_ColorMode": 1, - "m_DefaultColor": { - "r": 0.0, - "g": 0.0, - "b": 0.0, - "a": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "ac1d0c09b67d4fde9a6ed430a0104ebd", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.Occlusion", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 0.0, - "y": 0.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "be77241b91d44c3badb349ea41450ec5" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Occlusion" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "b7785d51b9dd4cdb8a489dcbb4e7deb1", - "m_Id": 1, - "m_DisplayName": "R", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "R", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "be77241b91d44c3badb349ea41450ec5", - "m_Id": 0, - "m_DisplayName": "Ambient Occlusion", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Occlusion", - "m_StageCapability": 2, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", - "m_ObjectId": "c08ed6d6d0654e2d8311e1cb22713821", - "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.NormalMaterialSlot", - "m_ObjectId": "c3e56a23157c45e7b8689b40c394092b", - "m_Id": 0, - "m_DisplayName": "Normal (Tangent Space)", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "NormalTS", - "m_StageCapability": 2, - "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_Space": 3 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", - "m_ObjectId": "c4b424fcb951456ebcd80c760b0e2be5", - "m_Id": 0, - "m_DisplayName": "Tangent", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Tangent", - "m_StageCapability": 1, - "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_Space": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", - "m_ObjectId": "cad58d5acc954513908c1941dca144a5", - "m_Id": 0, - "m_DisplayName": "Base Texture", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_BareResource": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "e02270306c8246d98a492022e633f754", - "m_Id": 0, - "m_DisplayName": "Alpha", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Alpha", - "m_StageCapability": 2, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "e074aa5c70714f2cb57ec8c5dc267545", - "m_Id": 0, - "m_DisplayName": "Smoothness", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Smoothness", - "m_StageCapability": 2, - "m_Value": 0.0, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", - "m_ObjectId": "e38fe235d86f4b83bdb4e815dbf1e5f6", - "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": "{\"texture\":{\"fileID\":2800000,\"guid\":\"dcac35b374312bf499bf93e0c56910d5\",\"type\":3}}", - "m_Guid": "" - }, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "e40865fbc8d04cceb92370dd120ff065", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "e410e6d2ac354ba3a0b27335000f4d82", - "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.Vector1MaterialSlot", - "m_ObjectId": "f8da8a73cc1e4cc79e77b77f5546f375", - "m_Id": 0, - "m_DisplayName": "Alpha Clip Threshold", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "AlphaClipThreshold", - "m_StageCapability": 2, - "m_Value": 0.5, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.LerpNode", - "m_ObjectId": "ff3a705158164ebaac8ce312050c0d6c", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Lerp", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -586.9994506835938, - "y": 239.00013732910157, - "width": 208.00009155273438, - "height": 326.00018310546877 - } - }, - "m_Slots": [ - { - "m_Id": "60e5f8a40dbe46ea8402f1bd6236534c" - }, - { - "m_Id": "829a4e532f714216b3272d331207a5e5" - }, - { - "m_Id": "941abe3aa81749fa9af04858db37a786" - }, - { - "m_Id": "e410e6d2ac354ba3a0b27335000f4d82" - } - ], - "synonyms": [ - "mix", - "blend", - "linear interpolate" - ], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - diff --git a/Assets/WuhuIsland/Shaders/common/ApplyVertexColourTransparent.shadergraph.meta b/Assets/WuhuIsland/Shaders/common/ApplyVertexColourTransparent.shadergraph.meta deleted file mode 100644 index 38d9bde..0000000 --- a/Assets/WuhuIsland/Shaders/common/ApplyVertexColourTransparent.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 394b468f7176a384f9859fa7a0e188e8 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/Materials/mt_mountain_s.mat b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/Materials/mt_mountain_s.mat index 04dcaf5..bfc94f5 100644 --- a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/Materials/mt_mountain_s.mat +++ b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/Materials/mt_mountain_s.mat @@ -23,7 +23,7 @@ Material: serializedVersion: 3 m_TexEnvs: - _BaseMap: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: 0be1a7e142868c14f9b7f0ae3851c876, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _BumpMap: @@ -39,7 +39,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: 0be1a7e142868c14f9b7f0ae3851c876, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: diff --git a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/bridge/bridge_raster.mat b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/bridge/bridge_raster.mat index 02c946e..cc47c44 100644 --- a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/bridge/bridge_raster.mat +++ b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/bridge/bridge_raster.mat @@ -8,7 +8,7 @@ Material: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: bridge_raster - m_Shader: {fileID: -6465566751694194690, guid: 394b468f7176a384f9859fa7a0e188e8, type: 3} + m_Shader: {fileID: -6465566751694194690, guid: dfcf13297b3274f479a59a8c290091c1, type: 3} m_ValidKeywords: - _SURFACE_TYPE_TRANSPARENT m_InvalidKeywords: [] diff --git a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/building/hotel/hotel_railings.mat b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/building/hotel/hotel_railings.mat index 7014a78..d4eb792 100644 --- a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/building/hotel/hotel_railings.mat +++ b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/building/hotel/hotel_railings.mat @@ -8,7 +8,7 @@ Material: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: hotel_railings - m_Shader: {fileID: -6465566751694194690, guid: 394b468f7176a384f9859fa7a0e188e8, type: 3} + m_Shader: {fileID: -6465566751694194690, guid: dfcf13297b3274f479a59a8c290091c1, type: 3} m_ValidKeywords: - _ALPHATEST_ON m_InvalidKeywords: [] diff --git a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/building/stadium/stadium_fence.mat b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/building/stadium/stadium_fence.mat index 7f6f70b..6becd1d 100644 --- a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/building/stadium/stadium_fence.mat +++ b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/building/stadium/stadium_fence.mat @@ -8,7 +8,7 @@ Material: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: stadium_fence - m_Shader: {fileID: -6465566751694194690, guid: 394b468f7176a384f9859fa7a0e188e8, type: 3} + m_Shader: {fileID: -6465566751694194690, guid: dfcf13297b3274f479a59a8c290091c1, type: 3} m_ValidKeywords: - _ALPHATEST_ON - _SURFACE_TYPE_TRANSPARENT @@ -16,7 +16,7 @@ Material: m_LightmapFlags: 4 m_EnableInstancingVariants: 0 m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 + m_CustomRenderQueue: 3000 stringTagMap: RenderType: Transparent disabledShaderPasses: [] diff --git a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/building/stadium/stadium_text.mat b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/building/stadium/stadium_text.mat index ba5c7e0..ee0646b 100644 --- a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/building/stadium/stadium_text.mat +++ b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/building/stadium/stadium_text.mat @@ -21,8 +21,9 @@ Material: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: stadium_text - m_Shader: {fileID: -6465566751694194690, guid: 394b468f7176a384f9859fa7a0e188e8, type: 3} + m_Shader: {fileID: -6465566751694194690, guid: dfcf13297b3274f479a59a8c290091c1, type: 3} m_ValidKeywords: + - _RECEIVE_SHADOWS_OFF - _SURFACE_TYPE_TRANSPARENT m_InvalidKeywords: [] m_LightmapFlags: 4 @@ -89,7 +90,7 @@ Material: - _Normals: 0 - _QueueControl: 0 - _QueueOffset: 0 - - _ReceiveShadows: 1 + - _ReceiveShadows: 0 - _SSROff: 0 - _SSRTemporalMul: 1 - _SrcBlend: 5 diff --git a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/grass.mat b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/grass.mat index d87d096..1549553 100644 --- a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/grass.mat +++ b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/common_materials/grass.mat @@ -28,7 +28,8 @@ Material: m_EnableInstancingVariants: 0 m_DoubleSidedGI: 0 m_CustomRenderQueue: -1 - stringTagMap: {} + stringTagMap: + RenderType: Opaque disabledShaderPasses: [] m_SavedProperties: serializedVersion: 3 @@ -71,20 +72,29 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AlphaClip: 0 - _BakedMutiplier: 1 + - _Blend: 0 - _BlendDst: 0 - _BlendSrc: 1 + - _CastShadows: 1 - _Cull: 2 - _Details: 0 + - _DstBlend: 0 - _Emission: 0 - _EmissionFalloff: 1 - _Normals: 0 - _QueueControl: 0 - _QueueOffset: 0 + - _ReceiveShadows: 1 - _SSROff: 0 - _SSRTemporalMul: 1 + - _SrcBlend: 1 - _Surface: 0 + - _WorkflowMode: 1 + - _ZTest: 4 - _ZWrite: 1 + - _ZWriteControl: 0 m_Colors: - _BaseColor: {r: 1, g: 1, b: 1, a: 1} - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} diff --git a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/polygon_materials/polygon819/polygon819.mat b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/polygon_materials/polygon819/polygon819.mat index 4079bcd..35f40fd 100644 --- a/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/polygon_materials/polygon819/polygon819.mat +++ b/Assets/WuhuIsland/Stage/base/Island/WS2_common_island/polygon_materials/polygon819/polygon819.mat @@ -21,7 +21,7 @@ Material: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: polygon819 - m_Shader: {fileID: -6465566751694194690, guid: 6f6dd7858e105ef44b20d2a73cfbb255, type: 3} + m_Shader: {fileID: 4800000, guid: e2bc12b142787a84e95ff4f3ca0bac39, type: 3} m_ValidKeywords: [] m_InvalidKeywords: [] m_LightmapFlags: 4 @@ -34,7 +34,7 @@ Material: serializedVersion: 3 m_TexEnvs: - _BaseMap: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: 0be1a7e142868c14f9b7f0ae3851c876, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _BaseTexture: diff --git a/Assets/WuhuIsland/Stage/base/Tree/WS2_common_tree/treeA.mat b/Assets/WuhuIsland/Stage/base/Tree/WS2_common_tree/treeA.mat index 43edca1..c7def2e 100644 --- a/Assets/WuhuIsland/Stage/base/Tree/WS2_common_tree/treeA.mat +++ b/Assets/WuhuIsland/Stage/base/Tree/WS2_common_tree/treeA.mat @@ -21,7 +21,7 @@ Material: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: treeA - m_Shader: {fileID: -6465566751694194690, guid: 394b468f7176a384f9859fa7a0e188e8, type: 3} + m_Shader: {fileID: -6465566751694194690, guid: dfcf13297b3274f479a59a8c290091c1, type: 3} m_ValidKeywords: - _ALPHATEST_ON - _RECEIVE_SHADOWS_OFF diff --git a/Assets/WuhuIsland/Stage/base/Tree/WS2_common_tree2/treeB.mat b/Assets/WuhuIsland/Stage/base/Tree/WS2_common_tree2/treeB.mat index 51b556a..e62d1e1 100644 --- a/Assets/WuhuIsland/Stage/base/Tree/WS2_common_tree2/treeB.mat +++ b/Assets/WuhuIsland/Stage/base/Tree/WS2_common_tree2/treeB.mat @@ -8,7 +8,7 @@ Material: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: treeB - m_Shader: {fileID: -6465566751694194690, guid: 394b468f7176a384f9859fa7a0e188e8, type: 3} + m_Shader: {fileID: -6465566751694194690, guid: dfcf13297b3274f479a59a8c290091c1, type: 3} m_ValidKeywords: - _ALPHATEST_ON - _RECEIVE_SHADOWS_OFF diff --git a/Assets/WuhuIsland/Stage/base/Tree/WS2_common_tree3/treeB.mat b/Assets/WuhuIsland/Stage/base/Tree/WS2_common_tree3/treeB.mat index 6c01989..261d439 100644 --- a/Assets/WuhuIsland/Stage/base/Tree/WS2_common_tree3/treeB.mat +++ b/Assets/WuhuIsland/Stage/base/Tree/WS2_common_tree3/treeB.mat @@ -8,7 +8,7 @@ Material: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: treeB - m_Shader: {fileID: -6465566751694194690, guid: 394b468f7176a384f9859fa7a0e188e8, type: 3} + m_Shader: {fileID: -6465566751694194690, guid: dfcf13297b3274f479a59a8c290091c1, type: 3} m_ValidKeywords: - _ALPHATEST_ON - _RECEIVE_SHADOWS_OFF diff --git a/ProjectSettings/QualitySettings.asset b/ProjectSettings/QualitySettings.asset index 310e2dc..eff8383 100644 --- a/ProjectSettings/QualitySettings.asset +++ b/ProjectSettings/QualitySettings.asset @@ -4,7 +4,7 @@ QualitySettings: m_ObjectHideFlags: 0 serializedVersion: 5 - m_CurrentQuality: 2 + m_CurrentQuality: 5 m_QualitySettings: - serializedVersion: 2 name: PC Low