From 2b646e02a84846bf3544cf784c6a9168bb151e94 Mon Sep 17 00:00:00 2001 From: bozmir <49904467+bozmir@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:12:48 +0100 Subject: [PATCH] removed rendering, everythign still seems to be rendered correctly --- Assets/PackageStagingArea/Rendering.meta | 8 - .../PackageStagingArea/Rendering/LICENSE.txt | 287 - .../Rendering/LICENSE.txt.meta | 7 - Assets/PackageStagingArea/Rendering/README.md | 29 - .../Rendering/README.md.meta | 3 - .../PackageStagingArea/Rendering/Runtime.meta | 8 - .../Rendering/Runtime/Renderers.meta | 8 - .../UniversalRenderPipelineAsset.asset | 110 - .../UniversalRenderPipelineAsset.asset.meta | 8 - ...niversalRenderPipelineAsset_Renderer.asset | 209 - ...salRenderPipelineAsset_Renderer.asset.meta | 8 - ...enderPipelineAsset_Renderer_Profiles.asset | 99 - ...PipelineAsset_Renderer_Profiles.asset.meta | 8 - .../Rendering/Runtime/Scripts.meta | 8 - .../Rendering/Runtime/Scripts/Helpers.meta | 8 - .../Scripts/Helpers/RendererHelpers.cs | 83 - .../Scripts/Helpers/RendererHelpers.cs.meta | 11 - .../Rendering/Runtime/Scripts/Projectors.meta | 8 - .../Scripts/ToggleStencilForRenderFeatures.cs | 51 - .../ToggleStencilForRenderFeatures.cs.meta | 11 - .../PackageStagingArea/Rendering/Shaders.meta | 8 - .../Shaders/BlinkingSewerLines.shadergraph | 3558 ----------- .../BlinkingSewerLines.shadergraph.meta | 10 - .../Shaders/Buildings_Default.shadergraph | 2341 ------- .../Buildings_Default.shadergraph.meta | 10 - .../Shaders/Buildings_Stencilmask.shadergraph | 2367 ------- .../Buildings_Stencilmask.shadergraph.meta | 10 - .../Shaders/Buildings_Thumbnail.shadergraph | 1195 ---- .../Buildings_Thumbnail.shadergraph.meta | 10 - .../Shaders/FresnelBubble.shadergraph | 686 --- .../Shaders/FresnelBubble.shadergraph.meta | 10 - .../Shaders/GridSelectionBlock.shader | 83 - .../Shaders/GridSelectionBlock.shader.meta | 9 - .../Shaders/Ground_Grass.shadergraph | 4341 ------------- .../Shaders/Ground_Grass.shadergraph.meta | 10 - .../Shaders/Ground_Shared.shadergraph | 3563 ----------- .../Shaders/Ground_Shared.shadergraph.meta | 10 - .../Shaders/Ground_WaterWaves.shadergraph | 5471 ----------------- .../Ground_WaterWaves.shadergraph.meta | 10 - .../Shaders/MaskInWorldSpace.shadersubgraph | 197 - .../MaskInWorldSpace.shadersubgraph.meta | 10 - .../Shaders/OutlineShader.shadergraph | 2318 ------- .../Shaders/OutlineShader.shadergraph.meta | 10 - .../Shaders/Scaling3DIcons.shadergraph | 2194 ------- .../Shaders/Scaling3DIcons.shadergraph.meta | 10 - ...SimpleTreeShaderCastingShadows.shadergraph | 2510 -------- ...eTreeShaderCastingShadows.shadergraph.meta | 10 - .../Shaders/Skybox-PanoramicBeta.shader | 206 - .../Shaders/Skybox-PanoramicBeta.shader.meta | 10 - .../Rendering/Shaders/SubGrid.shader | 2042 ------ .../Rendering/Shaders/SubGrid.shader.meta | 10 - .../Shaders/SubGrid_Edit.shadergraph | 3602 ----------- .../Shaders/SubGrid_Edit.shadergraph.meta | 10 - 53 files changed, 37813 deletions(-) delete mode 100644 Assets/PackageStagingArea/Rendering.meta delete mode 100644 Assets/PackageStagingArea/Rendering/LICENSE.txt delete mode 100644 Assets/PackageStagingArea/Rendering/LICENSE.txt.meta delete mode 100644 Assets/PackageStagingArea/Rendering/README.md delete mode 100644 Assets/PackageStagingArea/Rendering/README.md.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Renderers.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset.asset delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset.asset.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer.asset delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer.asset.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer_Profiles.asset delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer_Profiles.asset.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Scripts.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Scripts/Helpers.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Scripts/Helpers/RendererHelpers.cs delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Scripts/Helpers/RendererHelpers.cs.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Scripts/Projectors.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Scripts/ToggleStencilForRenderFeatures.cs delete mode 100644 Assets/PackageStagingArea/Rendering/Runtime/Scripts/ToggleStencilForRenderFeatures.cs.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/BlinkingSewerLines.shadergraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/BlinkingSewerLines.shadergraph.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Buildings_Default.shadergraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Buildings_Default.shadergraph.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Buildings_Stencilmask.shadergraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Buildings_Stencilmask.shadergraph.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Buildings_Thumbnail.shadergraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Buildings_Thumbnail.shadergraph.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/FresnelBubble.shadergraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/FresnelBubble.shadergraph.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/GridSelectionBlock.shader delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/GridSelectionBlock.shader.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Ground_Grass.shadergraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Ground_Grass.shadergraph.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Ground_Shared.shadergraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Ground_Shared.shadergraph.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Ground_WaterWaves.shadergraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Ground_WaterWaves.shadergraph.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/MaskInWorldSpace.shadersubgraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/MaskInWorldSpace.shadersubgraph.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/OutlineShader.shadergraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/OutlineShader.shadergraph.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Scaling3DIcons.shadergraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Scaling3DIcons.shadergraph.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/SimpleTreeShaderCastingShadows.shadergraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/SimpleTreeShaderCastingShadows.shadergraph.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Skybox-PanoramicBeta.shader delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/Skybox-PanoramicBeta.shader.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/SubGrid.shader delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/SubGrid.shader.meta delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/SubGrid_Edit.shadergraph delete mode 100644 Assets/PackageStagingArea/Rendering/Shaders/SubGrid_Edit.shadergraph.meta diff --git a/Assets/PackageStagingArea/Rendering.meta b/Assets/PackageStagingArea/Rendering.meta deleted file mode 100644 index 2d4d05738..000000000 --- a/Assets/PackageStagingArea/Rendering.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 30e8d9b6e89aca441a691657fc20c1ed -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/LICENSE.txt b/Assets/PackageStagingArea/Rendering/LICENSE.txt deleted file mode 100644 index 4153cd377..000000000 --- a/Assets/PackageStagingArea/Rendering/LICENSE.txt +++ /dev/null @@ -1,287 +0,0 @@ - EUROPEAN UNION PUBLIC LICENCE v. 1.2 - EUPL © the European Union 2007, 2016 - -This European Union Public Licence (the ‘EUPL’) applies to the Work (as defined -below) which is provided under the terms of this Licence. Any use of the Work, -other than as authorised under this Licence is prohibited (to the extent such -use is covered by a right of the copyright holder of the Work). - -The Work is provided under the terms of this Licence when the Licensor (as -defined below) has placed the following notice immediately following the -copyright notice for the Work: - - Licensed under the EUPL - -or has expressed by any other means his willingness to license under the EUPL. - -1. Definitions - -In this Licence, the following terms have the following meaning: - -- ‘The Licence’: this Licence. - -- ‘The Original Work’: the work or software distributed or communicated by the - Licensor under this Licence, available as Source Code and also as Executable - Code as the case may be. - -- ‘Derivative Works’: the works or software that could be created by the - Licensee, based upon the Original Work or modifications thereof. This Licence - does not define the extent of modification or dependence on the Original Work - required in order to classify a work as a Derivative Work; this extent is - determined by copyright law applicable in the country mentioned in Article 15. - -- ‘The Work’: the Original Work or its Derivative Works. - -- ‘The Source Code’: the human-readable form of the Work which is the most - convenient for people to study and modify. - -- ‘The Executable Code’: any code which has generally been compiled and which is - meant to be interpreted by a computer as a program. - -- ‘The Licensor’: the natural or legal person that distributes or communicates - the Work under the Licence. - -- ‘Contributor(s)’: any natural or legal person who modifies the Work under the - Licence, or otherwise contributes to the creation of a Derivative Work. - -- ‘The Licensee’ or ‘You’: any natural or legal person who makes any usage of - the Work under the terms of the Licence. - -- ‘Distribution’ or ‘Communication’: any act of selling, giving, lending, - renting, distributing, communicating, transmitting, or otherwise making - available, online or offline, copies of the Work or providing access to its - essential functionalities at the disposal of any other natural or legal - person. - -2. Scope of the rights granted by the Licence - -The Licensor hereby grants You a worldwide, royalty-free, non-exclusive, -sublicensable licence to do the following, for the duration of copyright vested -in the Original Work: - -- use the Work in any circumstance and for all usage, -- reproduce the Work, -- modify the Work, and make Derivative Works based upon the Work, -- communicate to the public, including the right to make available or display - the Work or copies thereof to the public and perform publicly, as the case may - be, the Work, -- distribute the Work or copies thereof, -- lend and rent the Work or copies thereof, -- sublicense rights in the Work or copies thereof. - -Those rights can be exercised on any media, supports and formats, whether now -known or later invented, as far as the applicable law permits so. - -In the countries where moral rights apply, the Licensor waives his right to -exercise his moral right to the extent allowed by law in order to make effective -the licence of the economic rights here above listed. - -The Licensor grants to the Licensee royalty-free, non-exclusive usage rights to -any patents held by the Licensor, to the extent necessary to make use of the -rights granted on the Work under this Licence. - -3. Communication of the Source Code - -The Licensor may provide the Work either in its Source Code form, or as -Executable Code. If the Work is provided as Executable Code, the Licensor -provides in addition a machine-readable copy of the Source Code of the Work -along with each copy of the Work that the Licensor distributes or indicates, in -a notice following the copyright notice attached to the Work, a repository where -the Source Code is easily and freely accessible for as long as the Licensor -continues to distribute or communicate the Work. - -4. Limitations on copyright - -Nothing in this Licence is intended to deprive the Licensee of the benefits from -any exception or limitation to the exclusive rights of the rights owners in the -Work, of the exhaustion of those rights or of other applicable limitations -thereto. - -5. Obligations of the Licensee - -The grant of the rights mentioned above is subject to some restrictions and -obligations imposed on the Licensee. Those obligations are the following: - -Attribution right: The Licensee shall keep intact all copyright, patent or -trademarks notices and all notices that refer to the Licence and to the -disclaimer of warranties. The Licensee must include a copy of such notices and a -copy of the Licence with every copy of the Work he/she distributes or -communicates. The Licensee must cause any Derivative Work to carry prominent -notices stating that the Work has been modified and the date of modification. - -Copyleft clause: If the Licensee distributes or communicates copies of the -Original Works or Derivative Works, this Distribution or Communication will be -done under the terms of this Licence or of a later version of this Licence -unless the Original Work is expressly distributed only under this version of the -Licence — for example by communicating ‘EUPL v. 1.2 only’. The Licensee -(becoming Licensor) cannot offer or impose any additional terms or conditions on -the Work or Derivative Work that alter or restrict the terms of the Licence. - -Compatibility clause: If the Licensee Distributes or Communicates Derivative -Works or copies thereof based upon both the Work and another work licensed under -a Compatible Licence, this Distribution or Communication can be done under the -terms of this Compatible Licence. For the sake of this clause, ‘Compatible -Licence’ refers to the licences listed in the appendix attached to this Licence. -Should the Licensee's obligations under the Compatible Licence conflict with -his/her obligations under this Licence, the obligations of the Compatible -Licence shall prevail. - -Provision of Source Code: When distributing or communicating copies of the Work, -the Licensee will provide a machine-readable copy of the Source Code or indicate -a repository where this Source will be easily and freely available for as long -as the Licensee continues to distribute or communicate the Work. - -Legal Protection: This Licence does not grant permission to use the trade names, -trademarks, service marks, or names of the Licensor, except as required for -reasonable and customary use in describing the origin of the Work and -reproducing the content of the copyright notice. - -6. Chain of Authorship - -The original Licensor warrants that the copyright in the Original Work granted -hereunder is owned by him/her or licensed to him/her and that he/she has the -power and authority to grant the Licence. - -Each Contributor warrants that the copyright in the modifications he/she brings -to the Work are owned by him/her or licensed to him/her and that he/she has the -power and authority to grant the Licence. - -Each time You accept the Licence, the original Licensor and subsequent -Contributors grant You a licence to their contributions to the Work, under the -terms of this Licence. - -7. Disclaimer of Warranty - -The Work is a work in progress, which is continuously improved by numerous -Contributors. It is not a finished work and may therefore contain defects or -‘bugs’ inherent to this type of development. - -For the above reason, the Work is provided under the Licence on an ‘as is’ basis -and without warranties of any kind concerning the Work, including without -limitation merchantability, fitness for a particular purpose, absence of defects -or errors, accuracy, non-infringement of intellectual property rights other than -copyright as stated in Article 6 of this Licence. - -This disclaimer of warranty is an essential part of the Licence and a condition -for the grant of any rights to the Work. - -8. Disclaimer of Liability - -Except in the cases of wilful misconduct or damages directly caused to natural -persons, the Licensor will in no event be liable for any direct or indirect, -material or moral, damages of any kind, arising out of the Licence or of the use -of the Work, including without limitation, damages for loss of goodwill, work -stoppage, computer failure or malfunction, loss of data or any commercial -damage, even if the Licensor has been advised of the possibility of such damage. -However, the Licensor will be liable under statutory product liability laws as -far such laws apply to the Work. - -9. Additional agreements - -While distributing the Work, You may choose to conclude an additional agreement, -defining obligations or services consistent with this Licence. However, if -accepting obligations, You may act only on your own behalf and on your sole -responsibility, not on behalf of the original Licensor or any other Contributor, -and only if You agree to indemnify, defend, and hold each Contributor harmless -for any liability incurred by, or claims asserted against such Contributor by -the fact You have accepted any warranty or additional liability. - -10. Acceptance of the Licence - -The provisions of this Licence can be accepted by clicking on an icon ‘I agree’ -placed under the bottom of a window displaying the text of this Licence or by -affirming consent in any other similar way, in accordance with the rules of -applicable law. Clicking on that icon indicates your clear and irrevocable -acceptance of this Licence and all of its terms and conditions. - -Similarly, you irrevocably accept this Licence and all of its terms and -conditions by exercising any rights granted to You by Article 2 of this Licence, -such as the use of the Work, the creation by You of a Derivative Work or the -Distribution or Communication by You of the Work or copies thereof. - -11. Information to the public - -In case of any Distribution or Communication of the Work by means of electronic -communication by You (for example, by offering to download the Work from a -remote location) the distribution channel or media (for example, a website) must -at least provide to the public the information requested by the applicable law -regarding the Licensor, the Licence and the way it may be accessible, concluded, -stored and reproduced by the Licensee. - -12. Termination of the Licence - -The Licence and the rights granted hereunder will terminate automatically upon -any breach by the Licensee of the terms of the Licence. - -Such a termination will not terminate the licences of any person who has -received the Work from the Licensee under the Licence, provided such persons -remain in full compliance with the Licence. - -13. Miscellaneous - -Without prejudice of Article 9 above, the Licence represents the complete -agreement between the Parties as to the Work. - -If any provision of the Licence is invalid or unenforceable under applicable -law, this will not affect the validity or enforceability of the Licence as a -whole. Such provision will be construed or reformed so as necessary to make it -valid and enforceable. - -The European Commission may publish other linguistic versions or new versions of -this Licence or updated versions of the Appendix, so far this is required and -reasonable, without reducing the scope of the rights granted by the Licence. New -versions of the Licence will be published with a unique version number. - -All linguistic versions of this Licence, approved by the European Commission, -have identical value. Parties can take advantage of the linguistic version of -their choice. - -14. Jurisdiction - -Without prejudice to specific agreement between parties, - -- any litigation resulting from the interpretation of this License, arising - between the European Union institutions, bodies, offices or agencies, as a - Licensor, and any Licensee, will be subject to the jurisdiction of the Court - of Justice of the European Union, as laid down in article 272 of the Treaty on - the Functioning of the European Union, - -- any litigation arising between other parties and resulting from the - interpretation of this License, will be subject to the exclusive jurisdiction - of the competent court where the Licensor resides or conducts its primary - business. - -15. Applicable Law - -Without prejudice to specific agreement between parties, - -- this Licence shall be governed by the law of the European Union Member State - where the Licensor has his seat, resides or has his registered office, - -- this licence shall be governed by Belgian law if the Licensor has no seat, - residence or registered office inside a European Union Member State. - -Appendix - -‘Compatible Licences’ according to Article 5 EUPL are: - -- GNU General Public License (GPL) v. 2, v. 3 -- GNU Affero General Public License (AGPL) v. 3 -- Open Software License (OSL) v. 2.1, v. 3.0 -- Eclipse Public License (EPL) v. 1.0 -- CeCILL v. 2.0, v. 2.1 -- Mozilla Public Licence (MPL) v. 2 -- GNU Lesser General Public Licence (LGPL) v. 2.1, v. 3 -- Creative Commons Attribution-ShareAlike v. 3.0 Unported (CC BY-SA 3.0) for - works other than software -- European Union Public Licence (EUPL) v. 1.1, v. 1.2 -- Québec Free and Open-Source Licence — Reciprocity (LiLiQ-R) or Strong - Reciprocity (LiLiQ-R+). - -The European Commission may update this Appendix to later versions of the above -licences without producing a new version of the EUPL, as long as they provide -the rights granted in Article 2 of this Licence and protect the covered Source -Code from exclusive appropriation. - -All other changes or additions to this Appendix require the production of a new -EUPL version. diff --git a/Assets/PackageStagingArea/Rendering/LICENSE.txt.meta b/Assets/PackageStagingArea/Rendering/LICENSE.txt.meta deleted file mode 100644 index 05b36d996..000000000 --- a/Assets/PackageStagingArea/Rendering/LICENSE.txt.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: f744c8ec590c77548890f8d50d3fab2b -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/README.md b/Assets/PackageStagingArea/Rendering/README.md deleted file mode 100644 index 77b8089a9..000000000 --- a/Assets/PackageStagingArea/Rendering/README.md +++ /dev/null @@ -1,29 +0,0 @@ -Rendering -=============== - -This package offers URP renderers finetuned to be compatible with the Netherlands3D package rendering requirements, and offers scripts that add coordinate based methods and properties to graphic components like Projectors. -Usage - -## How to use - -Set the UniversalRenderPipelineAsset from the Renderers folder as the 'Render Pipeline Asset' in your quality options under 'Project Settings/Quality' - -Next, set it in 'Project Settings/Graphics' as the Scriptable Render Pipeline Settings. - -## Renderer features - -The renderer contains the following render features: - -- Terrain - Render feature to render your terrain layer inc. rendering to stencil mask - -- Buildings - Render feature to render your buildings layer inc. rendering to stencil mask - -- Projector - Render feature for the RendererProjectorPrefab - -- Decal - Render feature for the DecalProjectorPrefab with large decal rendering distance, and set to Screen Space to be supported by WebGL builds - - - - - - diff --git a/Assets/PackageStagingArea/Rendering/README.md.meta b/Assets/PackageStagingArea/Rendering/README.md.meta deleted file mode 100644 index 1c60f69c8..000000000 --- a/Assets/PackageStagingArea/Rendering/README.md.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 6506e450882dc874aa95854383b87d8a -timeCreated: 1683181361 \ No newline at end of file diff --git a/Assets/PackageStagingArea/Rendering/Runtime.meta b/Assets/PackageStagingArea/Rendering/Runtime.meta deleted file mode 100644 index c45772d5c..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: f39c47a10e21b644e91f9765629d24ce -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Renderers.meta b/Assets/PackageStagingArea/Rendering/Runtime/Renderers.meta deleted file mode 100644 index b65b2b8d1..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Renderers.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 2c4b86d66f4479f418823d95e93e2e2b -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset.asset b/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset.asset deleted file mode 100644 index e0fe98fa3..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset.asset +++ /dev/null @@ -1,110 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -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: bf2edee5c58d82540a51f03df9d42094, type: 3} - m_Name: UniversalRenderPipelineAsset - m_EditorClassIdentifier: - k_AssetVersion: 11 - k_AssetPreviousVersion: 11 - m_RendererType: 1 - m_RendererData: {fileID: 0} - m_RendererDataList: - - {fileID: 11400000, guid: 09f7f6ef832b75a44b5140d6f1462e35, type: 2} - - {fileID: 11400000, guid: 76b0da8751833614ab006b753d89a8c3, type: 2} - m_DefaultRendererIndex: 0 - m_RequireDepthTexture: 1 - m_RequireOpaqueTexture: 0 - m_OpaqueDownsampling: 1 - m_SupportsTerrainHoles: 0 - m_SupportsHDR: 0 - m_HDRColorBufferPrecision: 0 - m_MSAA: 1 - m_RenderScale: 1 - m_UpscalingFilter: 0 - m_FsrOverrideSharpness: 0 - m_FsrSharpness: 0.92 - m_EnableLODCrossFade: 1 - m_LODCrossFadeDitheringType: 1 - m_ShEvalMode: 0 - m_MainLightRenderingMode: 1 - m_MainLightShadowsSupported: 1 - m_MainLightShadowmapResolution: 4096 - m_AdditionalLightsRenderingMode: 2 - m_AdditionalLightsPerObjectLimit: 4 - m_AdditionalLightShadowsSupported: 0 - m_AdditionalLightsShadowmapResolution: 512 - m_AdditionalLightsShadowResolutionTierLow: 128 - m_AdditionalLightsShadowResolutionTierMedium: 256 - m_AdditionalLightsShadowResolutionTierHigh: 512 - m_ReflectionProbeBlending: 0 - m_ReflectionProbeBoxProjection: 0 - m_ShadowDistance: 650 - m_ShadowCascadeCount: 1 - m_Cascade2Split: 0 - m_Cascade3Split: {x: 0.1, y: 0.3} - m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467} - m_CascadeBorder: 1 - m_ShadowDepthBias: 0 - m_ShadowNormalBias: 10 - m_AnyShadowsSupported: 1 - m_SoftShadowsSupported: 1 - m_ConservativeEnclosingSphere: 0 - m_NumIterationsEnclosingSphere: 64 - m_SoftShadowQuality: 2 - m_AdditionalLightsCookieResolution: 2048 - m_AdditionalLightsCookieFormat: 3 - m_UseSRPBatcher: 1 - m_SupportsDynamicBatching: 0 - m_MixedLightingSupported: 1 - m_SupportsLightCookies: 1 - m_SupportsLightLayers: 0 - m_DebugLevel: 0 - m_StoreActionsOptimization: 0 - m_EnableRenderGraph: 0 - m_UseAdaptivePerformance: 1 - m_ColorGradingMode: 0 - m_ColorGradingLutSize: 32 - m_UseFastSRGBLinearConversion: 0 - m_ShadowType: 1 - m_LocalShadowsSupported: 0 - m_LocalShadowsAtlasResolution: 256 - m_MaxPixelLights: 0 - m_ShadowAtlasResolution: 256 - m_VolumeFrameworkUpdateMode: 0 - m_Textures: - blueNoise64LTex: {fileID: 2800000, guid: e3d24661c1e055f45a7560c033dbb837, type: 3} - bayerMatrixTex: {fileID: 2800000, guid: f9ee4ed84c1d10c49aabb9b210b0fc44, type: 3} - m_PrefilteringModeMainLightShadows: 3 - m_PrefilteringModeAdditionalLight: 1 - m_PrefilteringModeAdditionalLightShadows: 2 - m_PrefilterXRKeywords: 1 - m_PrefilteringModeForwardPlus: 0 - m_PrefilteringModeDeferredRendering: 0 - m_PrefilteringModeScreenSpaceOcclusion: 0 - m_PrefilterDebugKeywords: 1 - m_PrefilterWriteRenderingLayers: 0 - m_PrefilterHDROutput: 1 - m_PrefilterSSAODepthNormals: 1 - m_PrefilterSSAOSourceDepthLow: 1 - m_PrefilterSSAOSourceDepthMedium: 1 - m_PrefilterSSAOSourceDepthHigh: 1 - m_PrefilterSSAOInterleaved: 1 - m_PrefilterSSAOBlueNoise: 1 - m_PrefilterSSAOSampleCountLow: 1 - m_PrefilterSSAOSampleCountMedium: 1 - m_PrefilterSSAOSampleCountHigh: 1 - m_PrefilterDBufferMRT1: 1 - m_PrefilterDBufferMRT2: 1 - m_PrefilterDBufferMRT3: 1 - m_PrefilterScreenCoord: 1 - m_PrefilterNativeRenderPass: 1 - m_ShaderVariantLogLevel: 0 - m_ShadowCascades: 0 diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset.asset.meta b/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset.asset.meta deleted file mode 100644 index 1868f3d24..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset.asset.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: fca12c78a71cf7847b29dcb830e8c2e2 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer.asset b/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer.asset deleted file mode 100644 index 4ac2058b0..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer.asset +++ /dev/null @@ -1,209 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &-5709656557854672685 -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: Projector - m_EditorClassIdentifier: - m_Active: 1 - settings: - passTag: Projector - Event: 300 - filterSettings: - RenderQueueType: 1 - LayerMask: - serializedVersion: 2 - m_Bits: 256 - PassNames: [] - overrideMaterial: {fileID: 0} - overrideMaterialPassIndex: 0 - overrideShader: {fileID: 0} - overrideShaderPassIndex: 0 - overrideMode: 1 - overrideDepthState: 0 - depthCompareFunction: 4 - enableWrite: 1 - stencilSettings: - overrideStencilState: 1 - stencilReference: 1 - stencilCompareFunction: 3 - passOperation: 0 - failOperation: 0 - zFailOperation: 0 - cameraSettings: - overrideCamera: 0 - restoreCamera: 1 - offset: {x: 0, y: 0, z: 0, w: 0} - cameraFieldOfView: 60 ---- !u!114 &11400000 -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: de640fe3d0db1804a85f9fc8f5cadab6, type: 3} - m_Name: UniversalRenderPipelineAsset_Renderer - m_EditorClassIdentifier: - debugShaders: - debugReplacementPS: {fileID: 4800000, guid: cf852408f2e174538bcd9b7fda1c5ae7, type: 3} - hdrDebugViewPS: {fileID: 4800000, guid: 573620ae32aec764abd4d728906d2587, type: 3} - m_RendererFeatures: - - {fileID: 5356184961483977060} - - {fileID: 7731569052174524241} - - {fileID: -5709656557854672685} - - {fileID: 976955493837981947} - m_RendererFeatureMap: 64b18a1cd8fd544a511f44df160d4c6bd3b897979c39c3b0fb489473d8d78e0d - m_UseNativeRenderPass: 0 - postProcessData: {fileID: 0} - xrSystemData: {fileID: 11400000, guid: 60e1133243b97e347b653163a8c01b64, type: 2} - shaders: - blitPS: {fileID: 4800000, guid: c17132b1f77d20942aa75f8429c0f8bc, type: 3} - copyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3} - screenSpaceShadowPS: {fileID: 4800000, guid: 0f854b35a0cf61a429bd5dcfea30eddd, type: 3} - samplingPS: {fileID: 4800000, guid: 04c410c9937594faa893a11dceb85f7e, type: 3} - stencilDeferredPS: {fileID: 4800000, guid: e9155b26e1bc55942a41e518703fe304, type: 3} - fallbackErrorPS: {fileID: 4800000, guid: e6e9a19c3678ded42a3bc431ebef7dbd, type: 3} - fallbackLoadingPS: {fileID: 4800000, guid: 7f888aff2ac86494babad1c2c5daeee2, type: 3} - materialErrorPS: {fileID: 4800000, guid: 5fd9a8feb75a4b5894c241777f519d4e, type: 3} - coreBlitPS: {fileID: 4800000, guid: 93446b5c5339d4f00b85c159e1159b7c, type: 3} - coreBlitColorAndDepthPS: {fileID: 4800000, guid: d104b2fc1ca6445babb8e90b0758136b, type: 3} - blitHDROverlay: {fileID: 4800000, guid: a89bee29cffa951418fc1e2da94d1959, type: 3} - cameraMotionVector: {fileID: 4800000, guid: c56b7e0d4c7cb484e959caeeedae9bbf, type: 3} - objectMotionVector: {fileID: 4800000, guid: 7b3ede40266cd49a395def176e1bc486, type: 3} - m_AssetVersion: 2 - m_OpaqueLayerMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_TransparentLayerMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_DefaultStencilState: - overrideStencilState: 0 - stencilReference: 0 - stencilCompareFunction: 8 - passOperation: 2 - failOperation: 0 - zFailOperation: 0 - m_ShadowTransparentReceive: 0 - m_RenderingMode: 0 - m_DepthPrimingMode: 0 - m_CopyDepthMode: 0 - m_AccurateGbufferNormals: 0 - m_IntermediateTextureMode: 1 ---- !u!114 &976955493837981947 -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: a1614fc811f8f184697d9bee70ab9fe5, type: 3} - m_Name: DecalRendererFeature - m_EditorClassIdentifier: - m_Active: 1 - m_Settings: - technique: 2 - maxDrawDistance: 30000 - decalLayers: 1 - dBufferSettings: - surfaceData: 0 - screenSpaceSettings: - normalBlend: 0 - m_CopyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3} - m_DBufferClear: {fileID: 4800000, guid: f056d8bd2a1c7e44e9729144b4c70395, type: 3} ---- !u!114 &5356184961483977060 -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: Terrain - m_EditorClassIdentifier: - m_Active: 1 - settings: - passTag: Terrain - Event: 300 - filterSettings: - RenderQueueType: 0 - LayerMask: - serializedVersion: 2 - m_Bits: 64 - PassNames: [] - overrideMaterial: {fileID: 0} - overrideMaterialPassIndex: 0 - overrideShader: {fileID: 0} - overrideShaderPassIndex: 0 - overrideMode: 1 - overrideDepthState: 0 - depthCompareFunction: 4 - enableWrite: 1 - stencilSettings: - overrideStencilState: 1 - stencilReference: 1 - stencilCompareFunction: 8 - passOperation: 2 - failOperation: 0 - zFailOperation: 0 - cameraSettings: - overrideCamera: 0 - restoreCamera: 1 - offset: {x: 0, y: 0, z: 0, w: 0} - cameraFieldOfView: 60 ---- !u!114 &7731569052174524241 -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: Buildings - m_EditorClassIdentifier: - m_Active: 1 - settings: - passTag: Buildings - 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: 0 - depthCompareFunction: 4 - enableWrite: 1 - stencilSettings: - overrideStencilState: 1 - stencilReference: 1 - stencilCompareFunction: 8 - passOperation: 2 - failOperation: 0 - zFailOperation: 0 - cameraSettings: - overrideCamera: 0 - restoreCamera: 1 - offset: {x: 0, y: 0, z: 0, w: 0} - cameraFieldOfView: 60 diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer.asset.meta b/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer.asset.meta deleted file mode 100644 index 87058aeab..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer.asset.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 09f7f6ef832b75a44b5140d6f1462e35 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer_Profiles.asset b/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer_Profiles.asset deleted file mode 100644 index 70d4d3a81..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer_Profiles.asset +++ /dev/null @@ -1,99 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &-7690032364836992501 -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: ProfileOverride - m_EditorClassIdentifier: - m_Active: 1 - settings: - passTag: ProfileOverride - Event: 300 - filterSettings: - RenderQueueType: 0 - LayerMask: - serializedVersion: 2 - m_Bits: 192 - PassNames: [] - overrideMaterial: {fileID: 2100000, guid: 41ec568b74cc822499bf931aedf4f3e3, type: 2} - overrideMaterialPassIndex: 0 - overrideShader: {fileID: 0} - overrideShaderPassIndex: 0 - overrideMode: 1 - overrideDepthState: 0 - 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 ---- !u!114 &11400000 -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: de640fe3d0db1804a85f9fc8f5cadab6, type: 3} - m_Name: UniversalRenderPipelineAsset_Renderer_Profiles - m_EditorClassIdentifier: - debugShaders: - debugReplacementPS: {fileID: 4800000, guid: cf852408f2e174538bcd9b7fda1c5ae7, type: 3} - hdrDebugViewPS: {fileID: 4800000, guid: 573620ae32aec764abd4d728906d2587, type: 3} - m_RendererFeatures: - - {fileID: -7690032364836992501} - m_RendererFeatureMap: 0b4aa2c64e844795 - m_UseNativeRenderPass: 0 - postProcessData: {fileID: 0} - xrSystemData: {fileID: 11400000, guid: 60e1133243b97e347b653163a8c01b64, type: 2} - shaders: - blitPS: {fileID: 4800000, guid: c17132b1f77d20942aa75f8429c0f8bc, type: 3} - copyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3} - screenSpaceShadowPS: {fileID: 0} - samplingPS: {fileID: 4800000, guid: 04c410c9937594faa893a11dceb85f7e, type: 3} - stencilDeferredPS: {fileID: 4800000, guid: e9155b26e1bc55942a41e518703fe304, type: 3} - fallbackErrorPS: {fileID: 4800000, guid: e6e9a19c3678ded42a3bc431ebef7dbd, type: 3} - fallbackLoadingPS: {fileID: 4800000, guid: 7f888aff2ac86494babad1c2c5daeee2, type: 3} - materialErrorPS: {fileID: 4800000, guid: 5fd9a8feb75a4b5894c241777f519d4e, type: 3} - coreBlitPS: {fileID: 4800000, guid: 93446b5c5339d4f00b85c159e1159b7c, type: 3} - coreBlitColorAndDepthPS: {fileID: 4800000, guid: d104b2fc1ca6445babb8e90b0758136b, type: 3} - blitHDROverlay: {fileID: 4800000, guid: a89bee29cffa951418fc1e2da94d1959, type: 3} - cameraMotionVector: {fileID: 4800000, guid: c56b7e0d4c7cb484e959caeeedae9bbf, type: 3} - objectMotionVector: {fileID: 4800000, guid: 7b3ede40266cd49a395def176e1bc486, type: 3} - m_AssetVersion: 2 - m_OpaqueLayerMask: - serializedVersion: 2 - m_Bits: 0 - m_TransparentLayerMask: - serializedVersion: 2 - m_Bits: 0 - m_DefaultStencilState: - overrideStencilState: 0 - stencilReference: 0 - stencilCompareFunction: 8 - passOperation: 2 - failOperation: 0 - zFailOperation: 0 - m_ShadowTransparentReceive: 0 - m_RenderingMode: 0 - m_DepthPrimingMode: 0 - m_CopyDepthMode: 0 - m_AccurateGbufferNormals: 0 - m_IntermediateTextureMode: 1 diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer_Profiles.asset.meta b/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer_Profiles.asset.meta deleted file mode 100644 index 8dada92a2..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Renderers/UniversalRenderPipelineAsset_Renderer_Profiles.asset.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 76b0da8751833614ab006b753d89a8c3 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Scripts.meta b/Assets/PackageStagingArea/Rendering/Runtime/Scripts.meta deleted file mode 100644 index 06e75602a..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Scripts.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 5178ed929e648854e8bb886cca3bea21 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Scripts/Helpers.meta b/Assets/PackageStagingArea/Rendering/Runtime/Scripts/Helpers.meta deleted file mode 100644 index d90748746..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Scripts/Helpers.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 1b1d75c6fbecfde498c65135dbbadae2 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Scripts/Helpers/RendererHelpers.cs b/Assets/PackageStagingArea/Rendering/Runtime/Scripts/Helpers/RendererHelpers.cs deleted file mode 100644 index 1a5dd24a4..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Scripts/Helpers/RendererHelpers.cs +++ /dev/null @@ -1,83 +0,0 @@ -/* -* Copyright (C) X Gemeente -* X Amsterdam -* X Economic Services Departments -* -* Licensed under the EUPL, Version 1.2 or later (the "License"); -* You may not use this work except in compliance with the License. -* You may obtain a copy of the License at: -* -* https://github.com/Amsterdam/3DAmsterdam/blob/master/LICENSE.txt -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" basis, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -* implied. See the License for the specific language governing -* permissions and limitations under the License. -*/ -using System.Linq; -using System.Reflection; -using UnityEngine; -using UnityEngine.Rendering; -using UnityEngine.Rendering.Universal; - -namespace Netherlands3D.Rendering -{ - public static class RendererHelpers - { - private const string fieldName = "m_RendererDataList"; - - /// - /// Toggle stencil reference of a render feature to 0 (disabled) to 1 (enabled) using a layername. - /// If you want to use a feature name use - /// - /// Layername used to render the target Render feature - /// Enable stencil rendering to reference 1 - public static void EnableStencilByLayerName(string layerName, bool enable) - { - var pipeline = ((UniversalRenderPipelineAsset)GraphicsSettings.renderPipelineAsset); - FieldInfo propertyInfo = pipeline.GetType().GetField(fieldName, BindingFlags.Instance | BindingFlags.NonPublic); - var _scriptableRendererData = ((ScriptableRendererData[])propertyInfo?.GetValue(pipeline))?[0]; - - foreach (var renderObjSetting in _scriptableRendererData.rendererFeatures.OfType()) - { - int buildingLayermask = LayerMask.NameToLayer(layerName); - LayerMask layermask = renderObjSetting.settings.filterSettings.LayerMask; - - if ((layermask.value & 1 << buildingLayermask) > 0) - { - renderObjSetting.settings.stencilSettings.stencilReference = (enable) ? 1 : 0; - _scriptableRendererData.SetDirty(); -#if UNITY_EDITOR - Debug.Log(renderObjSetting.name + " set stencil set to " + renderObjSetting.settings.stencilSettings.stencilReference); -#endif - } - } - } - - /// - /// Toggle stencil reference of a render feature to 0 (disabled) to 1 (enabled) using a featurename. - /// If you want to use a layername name use - /// - /// Featurename used to render the target Render feature - /// Enable stencil rendering to reference 1 - public static void EnableStencilByFeatureName(string featureName, bool enable) - { - var pipeline = ((UniversalRenderPipelineAsset)GraphicsSettings.renderPipelineAsset); - FieldInfo propertyInfo = pipeline.GetType().GetField(fieldName, BindingFlags.Instance | BindingFlags.NonPublic); - var _scriptableRendererData = ((ScriptableRendererData[])propertyInfo?.GetValue(pipeline))?[0]; - - foreach (var renderObjSetting in _scriptableRendererData.rendererFeatures.OfType()) - { - if (renderObjSetting.name == featureName) - { - renderObjSetting.settings.stencilSettings.stencilReference = (enable) ? 1 : 0; - _scriptableRendererData.SetDirty(); -#if UNITY_EDITOR - Debug.Log(renderObjSetting.name + " set stencil set to " + renderObjSetting.settings.stencilSettings.stencilReference); -#endif - } - } - } - } -} diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Scripts/Helpers/RendererHelpers.cs.meta b/Assets/PackageStagingArea/Rendering/Runtime/Scripts/Helpers/RendererHelpers.cs.meta deleted file mode 100644 index e4c98f39f..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Scripts/Helpers/RendererHelpers.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 761adaab62bc9f2479c8b58dd83dd459 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Scripts/Projectors.meta b/Assets/PackageStagingArea/Rendering/Runtime/Scripts/Projectors.meta deleted file mode 100644 index 4946cf53b..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Scripts/Projectors.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 9b1398998a097f8449ffef1f7a1bfda9 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Scripts/ToggleStencilForRenderFeatures.cs b/Assets/PackageStagingArea/Rendering/Runtime/Scripts/ToggleStencilForRenderFeatures.cs deleted file mode 100644 index a398eadf3..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Scripts/ToggleStencilForRenderFeatures.cs +++ /dev/null @@ -1,51 +0,0 @@ -/* -* Copyright (C) X Gemeente -* X Amsterdam -* X Economic Services Departments -* -* Licensed under the EUPL, Version 1.2 or later (the "License"); -* You may not use this work except in compliance with the License. -* You may obtain a copy of the License at: -* -* https://github.com/Amsterdam/3DAmsterdam/blob/master/LICENSE.txt -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" basis, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -* implied. See the License for the specific language governing -* permissions and limitations under the License. -*/ -using UnityEngine; - -/* -* Copyright (C) X Gemeente -* X Amsterdam -* X Economic Services Departments -* -* Licensed under the EUPL, Version 1.2 or later (the "License"); -* You may not use this work except in compliance with the License. -* You may obtain a copy of the License at: -* -* https://github.com/Amsterdam/3DAmsterdam/blob/master/LICENSE.txt -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" basis, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -* implied. See the License for the specific language governing -* permissions and limitations under the License. -*/ - -namespace Netherlands3D.Rendering -{ - public class ToggleStencilForRenderFeatures : MonoBehaviour - { - public void EnableForFeature(string featureName) - { - RendererHelpers.EnableStencilByFeatureName(featureName, true); - } - public void DisableForFeature(string featureName) - { - RendererHelpers.EnableStencilByFeatureName(featureName, false); - } - } -} diff --git a/Assets/PackageStagingArea/Rendering/Runtime/Scripts/ToggleStencilForRenderFeatures.cs.meta b/Assets/PackageStagingArea/Rendering/Runtime/Scripts/ToggleStencilForRenderFeatures.cs.meta deleted file mode 100644 index 3eba1ab60..000000000 --- a/Assets/PackageStagingArea/Rendering/Runtime/Scripts/ToggleStencilForRenderFeatures.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 9509dbe4ef5ec594ebc4e3f4c2e47b5b -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Shaders.meta b/Assets/PackageStagingArea/Rendering/Shaders.meta deleted file mode 100644 index 6578c5c28..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: f25db3a1c9a63964b92d4cc194e3eee7 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Shaders/BlinkingSewerLines.shadergraph b/Assets/PackageStagingArea/Rendering/Shaders/BlinkingSewerLines.shadergraph deleted file mode 100644 index 503bda9ad..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/BlinkingSewerLines.shadergraph +++ /dev/null @@ -1,3558 +0,0 @@ -{ - "m_SGVersion": 2, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "5bf1791efd2c4326916c7fc8f26a04d5", - "m_Properties": [ - { - "m_Id": "2d3b54d1fd835784a6d62a04876402bf" - }, - { - "m_Id": "1e14aa648addde8e9e875de47ebd10d7" - }, - { - "m_Id": "28fc102938395a8b958f4febec17b758" - }, - { - "m_Id": "f0c4673644c7618fbc5e831e4ad09987" - }, - { - "m_Id": "233a2145763ad983b266dfa431629c89" - }, - { - "m_Id": "858f84032db4d68eae7fb49778b4ceec" - }, - { - "m_Id": "f5cf0ba4f85ade8c92eb406885ea2ae9" - } - ], - "m_Keywords": [], - "m_Nodes": [ - { - "m_Id": "a03ae10a7f8f2582930eb6ff31c2f9de" - }, - { - "m_Id": "70fdf03b4fa2dd839204398bd845c23e" - }, - { - "m_Id": "8685a1ea92bb798f93d26237ab3e5df8" - }, - { - "m_Id": "76311b4a2b47608ba5fcf1f1d869bdf6" - }, - { - "m_Id": "3f0e2e8871226a8fa928aa3579bde92d" - }, - { - "m_Id": "409f9c976a6c2b8fbbebaeeba507d658" - }, - { - "m_Id": "63dbec10616bc185b851586b70296a9f" - }, - { - "m_Id": "f8ed0f5b4d2f0989b150e3ea18ba9b2f" - }, - { - "m_Id": "36b53fa42db1cd8abadbac4a7c378c44" - }, - { - "m_Id": "c9a329662f1f478c813a11f0c40ece39" - }, - { - "m_Id": "68f09ae98524c787a0a7af5aec8d71e6" - }, - { - "m_Id": "cd8602cbc3c84685bf496e5007999b5b" - }, - { - "m_Id": "30c17e629e5ed9848697c4003cf56708" - }, - { - "m_Id": "109a7bb319496883ae7dc2d4449e95c7" - }, - { - "m_Id": "cc67f33459d5ff8d9aa69feeb91f0326" - }, - { - "m_Id": "7e68e78617f2d58c90001805bed23944" - }, - { - "m_Id": "c5b5a124c0100f87ab3b798110dcde32" - }, - { - "m_Id": "34d8f40cb1d5938da03ece469089da85" - }, - { - "m_Id": "cc31652324883a8291607cd8b2360b71" - }, - { - "m_Id": "a8e3055f5b6520869652573a568a0051" - }, - { - "m_Id": "243f2f501adb38818a0d081e832857a2" - }, - { - "m_Id": "40fa602cd1f2461f9d21d41b95be9a6b" - }, - { - "m_Id": "d026008cccc845f683cab435099b117c" - }, - { - "m_Id": "120d042e9ffa46e382137e5daad9b12a" - }, - { - "m_Id": "b4722144a2bb4cd3b5f9e04d2434f5aa" - }, - { - "m_Id": "b24109c9201d487eb64194dff9fb5eef" - }, - { - "m_Id": "af0cf7989c3943e58c854433ae542049" - }, - { - "m_Id": "e13a8247caf344b1b03fa86054d4a946" - }, - { - "m_Id": "cbd8e4aa16034b6586574b42bd9b9286" - }, - { - "m_Id": "a385331a3b0344e1a2f5d5b61130fcef" - }, - { - "m_Id": "c43220adf3e44611a2c08ca35002558f" - }, - { - "m_Id": "48d61a1702184a649c3f23484a36c551" - } - ], - "m_GroupDatas": [ - { - "m_Id": "b664934f192945f4b420134e7a12c960" - } - ], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "109a7bb319496883ae7dc2d4449e95c7" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "30c17e629e5ed9848697c4003cf56708" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "243f2f501adb38818a0d081e832857a2" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8685a1ea92bb798f93d26237ab3e5df8" - }, - "m_SlotId": -276770608 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "30c17e629e5ed9848697c4003cf56708" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "a8e3055f5b6520869652573a568a0051" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "34d8f40cb1d5938da03ece469089da85" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "7e68e78617f2d58c90001805bed23944" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "3f0e2e8871226a8fa928aa3579bde92d" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "409f9c976a6c2b8fbbebaeeba507d658" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "409f9c976a6c2b8fbbebaeeba507d658" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "76311b4a2b47608ba5fcf1f1d869bdf6" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "63dbec10616bc185b851586b70296a9f" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "cd8602cbc3c84685bf496e5007999b5b" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "68f09ae98524c787a0a7af5aec8d71e6" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "b4722144a2bb4cd3b5f9e04d2434f5aa" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "70fdf03b4fa2dd839204398bd845c23e" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8685a1ea92bb798f93d26237ab3e5df8" - }, - "m_SlotId": -259366608 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "76311b4a2b47608ba5fcf1f1d869bdf6" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "cc67f33459d5ff8d9aa69feeb91f0326" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7e68e78617f2d58c90001805bed23944" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "30c17e629e5ed9848697c4003cf56708" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8685a1ea92bb798f93d26237ab3e5df8" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "c43220adf3e44611a2c08ca35002558f" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "a03ae10a7f8f2582930eb6ff31c2f9de" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8685a1ea92bb798f93d26237ab3e5df8" - }, - "m_SlotId": -953725949 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "a8e3055f5b6520869652573a568a0051" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "68f09ae98524c787a0a7af5aec8d71e6" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "c5b5a124c0100f87ab3b798110dcde32" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "7e68e78617f2d58c90001805bed23944" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "c9a329662f1f478c813a11f0c40ece39" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "30c17e629e5ed9848697c4003cf56708" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "cc31652324883a8291607cd8b2360b71" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "c5b5a124c0100f87ab3b798110dcde32" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "cc67f33459d5ff8d9aa69feeb91f0326" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "36b53fa42db1cd8abadbac4a7c378c44" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "cc67f33459d5ff8d9aa69feeb91f0326" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "68f09ae98524c787a0a7af5aec8d71e6" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "cd8602cbc3c84685bf496e5007999b5b" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "c5b5a124c0100f87ab3b798110dcde32" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "f8ed0f5b4d2f0989b150e3ea18ba9b2f" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "36b53fa42db1cd8abadbac4a7c378c44" - }, - "m_SlotId": 0 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 1059.0, - "y": -196.0 - }, - "m_Blocks": [ - { - "m_Id": "40fa602cd1f2461f9d21d41b95be9a6b" - }, - { - "m_Id": "d026008cccc845f683cab435099b117c" - }, - { - "m_Id": "120d042e9ffa46e382137e5daad9b12a" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 1059.0, - "y": 4.0 - }, - "m_Blocks": [ - { - "m_Id": "b4722144a2bb4cd3b5f9e04d2434f5aa" - }, - { - "m_Id": "b24109c9201d487eb64194dff9fb5eef" - }, - { - "m_Id": "af0cf7989c3943e58c854433ae542049" - }, - { - "m_Id": "e13a8247caf344b1b03fa86054d4a946" - }, - { - "m_Id": "cbd8e4aa16034b6586574b42bd9b9286" - }, - { - "m_Id": "a385331a3b0344e1a2f5d5b61130fcef" - }, - { - "m_Id": "c43220adf3e44611a2c08ca35002558f" - }, - { - "m_Id": "48d61a1702184a649c3f23484a36c551" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"fileID\":10202,\"guid\":\"0000000000000000e000000000000000\",\"type\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Shader Graphs", - "m_ConcretePrecision": 0, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "8ccdd61666234f04871a4a0f0065b982" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", - "m_ObjectId": "0597d03d6630bc8ba9be7591ef82b65f", - "m_Id": -953725949, - "m_DisplayName": "_MaskMap", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Texture2D_E59969F8", - "m_StageCapability": 2, - "m_BareResource": false, - "m_Texture": { - "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "0ddf0994f49b178b89f88fa6a6fcd30b", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "e00": 7.179999828338623, - "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": "0f23686df5d90884aea936ab6222e6ae", - "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.PropertyNode", - "m_ObjectId": "109a7bb319496883ae7dc2d4449e95c7", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -339.0001220703125, - "y": 428.0000305175781, - "width": 175.00001525878907, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "1da28c073372fa8b9202b1ff39b9919c" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "1e14aa648addde8e9e875de47ebd10d7" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "120d042e9ffa46e382137e5daad9b12a", - "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": "8a0607062c2b4aca93d6419f15229c68" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "13c1ff4c73a11b8a84d6301c7d799994", - "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.NormalMaterialSlot", - "m_ObjectId": "151c48e031313486aacd60a52ad4713f", - "m_Id": 0, - "m_DisplayName": "Normal", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Normal", - "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": [ - "X", - "Y", - "Z" - ], - "m_Space": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ViewDirectionMaterialSlot", - "m_ObjectId": "1610cacf1ccf718288b4dc021d549605", - "m_Id": 1, - "m_DisplayName": "View Dir", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "ViewDir", - "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": [ - "X", - "Y", - "Z" - ], - "m_Space": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "1658e2dc7eb04780b8a9e9da6f3f495e", - "m_Id": 2, - "m_DisplayName": "Cosine Time", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Cosine Time", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "1cb475aea2461484b040685d1f2430d1", - "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": "1d88552d257b6e8694e19987c5bff4b9", - "m_Id": 0, - "m_DisplayName": "_Range", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "1da28c073372fa8b9202b1ff39b9919c", - "m_Id": 0, - "m_DisplayName": "_FresnelColorLow", - "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.Vector1MaterialSlot", - "m_ObjectId": "1dfff97277508580a5fb0361b7db12ce", - "m_Id": 3, - "m_DisplayName": "Delta Time", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Delta Time", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "1e14aa648addde8e9e875de47ebd10d7", - "m_Guid": { - "m_GuidSerialized": "f00f5ff9-537c-4048-8860-c0bd265ce96b" - }, - "m_Name": "_FresnelColorLow", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_FresnelColorLow", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 1.0, - "g": 0.20549601316452027, - "b": 0.0, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "2297f2ea09754efda32919cd9f249240", - "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.Vector1MaterialSlot", - "m_ObjectId": "22fc88934f41bb8ab53f716b7bfb725a", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "233a2145763ad983b266dfa431629c89", - "m_Guid": { - "m_GuidSerialized": "a699d90b-6cc4-4ae4-baa3-82e827be7d95" - }, - "m_Name": "_Size", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_Size", - "m_GeneratePropertyBlock": true, - "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.PropertyNode", - "m_ObjectId": "243f2f501adb38818a0d081e832857a2", - "m_Group": { - "m_Id": "b664934f192945f4b420134e7a12c960" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 779.0000610351563, - "y": 364.00006103515627, - "width": 156.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "40b7a03cd5f28184800cd6462cf9148b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "f5cf0ba4f85ade8c92eb406885ea2ae9" - } -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "28fc102938395a8b958f4febec17b758", - "m_Guid": { - "m_GuidSerialized": "b002ec60-65c0-48ee-849b-5f62dac16d19" - }, - "m_Name": "_Offset", - "m_DefaultReferenceName": "Vector1_D930BE27", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "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": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "2d3b54d1fd835784a6d62a04876402bf", - "m_Guid": { - "m_GuidSerialized": "c30c2608-a2c8-4562-b6fd-8e0a0a92348d" - }, - "m_Name": "_FresnelColorHigh", - "m_DefaultReferenceName": "Color_4966D2FA", - "m_OverrideReferenceName": "_FresnelColor", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 0.02800440788269043, - "g": 1.0, - "b": 0.0, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "2ec9d72b473d188689df5f8276c8dfe0", - "m_Id": 1, - "m_DisplayName": "In Min Max", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "InMinMax", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 1.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.LerpNode", - "m_ObjectId": "30c17e629e5ed9848697c4003cf56708", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Lerp", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -76.99993133544922, - "y": 415.0, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "61a464fe75f5f2809c88321abc2e5169" - }, - { - "m_Id": "55987b9c31d7a08ba41849a96272955c" - }, - { - "m_Id": "ae9d2d370b12cb8ead868a3a7c1921c2" - }, - { - "m_Id": "d02f435822f0bc83abd39b33b1d0b116" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "34d8f40cb1d5938da03ece469089da85", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -931.0000610351563, - "y": 970.0000610351563, - "width": 119.00000762939453, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "f78e61bcda60e68795c728da33ec0dff" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "28fc102938395a8b958f4febec17b758" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "353a5c90a7df0983afe78e2561b29725", - "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.MultiplyNode", - "m_ObjectId": "36b53fa42db1cd8abadbac4a7c378c44", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -333.0000915527344, - "y": 66.0, - "width": 208.0, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "d4b76807edf8a98cbe7024800e4affa7" - }, - { - "m_Id": "353a5c90a7df0983afe78e2561b29725" - }, - { - "m_Id": "794795d119f7148fa089abd751b44bf5" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "37b23a377c595886936a251e79395713", - "m_Id": 2, - "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.DynamicValueMaterialSlot", - "m_ObjectId": "3cc1f569199c67839a00ccfb3ef84488", - "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.TimeNode", - "m_ObjectId": "3f0e2e8871226a8fa928aa3579bde92d", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Time", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1588.9998779296875, - "y": 16.00001335144043, - "width": 133.99998474121095, - "height": 172.99998474121095 - } - }, - "m_Slots": [ - { - "m_Id": "e33ee29b133055809018de8e4dfbc074" - }, - { - "m_Id": "a86f81e4499e368483bb7e40e8a469cb" - }, - { - "m_Id": "1658e2dc7eb04780b8a9e9da6f3f495e" - }, - { - "m_Id": "1dfff97277508580a5fb0361b7db12ce" - }, - { - "m_Id": "e8f11b63e56b2281817e5b994f1dfca2" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "406cabb32cc3b588bacee86e09ed99b4", - "m_Id": 2, - "m_DisplayName": "Out Min Max", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "OutMinMax", - "m_StageCapability": 3, - "m_Value": { - "x": 0.7400000095367432, - "y": 1.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "409f9c976a6c2b8fbbebaeeba507d658", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1337.9998779296875, - "y": -4.000000953674316, - "width": 207.99998474121095, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "ca1154a9f36de68c8d16218c5bd7b081" - }, - { - "m_Id": "0ddf0994f49b178b89f88fa6a6fcd30b" - }, - { - "m_Id": "0f23686df5d90884aea936ab6222e6ae" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "40b7a03cd5f28184800cd6462cf9148b", - "m_Id": 0, - "m_DisplayName": "_ClippingMask", - "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": "40fa602cd1f2461f9d21d41b95be9a6b", - "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": "be513051b41344cda7037d624776eefc" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "4318b9064c0e3d89b0803d0f7a7b8d53", - "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.BlockNode", - "m_ObjectId": "48d61a1702184a649c3f23484a36c551", - "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": "565508c5127c40fd9db3520722e24bcf" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "4e9f875492594c868d396031ecd9ab5f", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "55987b9c31d7a08ba41849a96272955c", - "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.Vector1MaterialSlot", - "m_ObjectId": "565508c5127c40fd9db3520722e24bcf", - "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.Vector1MaterialSlot", - "m_ObjectId": "5e447fde7de5466eacbff532a2f035ce", - "m_Id": 0, - "m_DisplayName": "Smoothness", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Smoothness", - "m_StageCapability": 2, - "m_Value": 0.5, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "61a464fe75f5f2809c88321abc2e5169", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "62f9f2b401cf4288beabe21e1d9c5ecc", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.PositionNode", - "m_ObjectId": "63dbec10616bc185b851586b70296a9f", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Position", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1103.0001220703125, - "y": 490.0000305175781, - "width": 208.0, - "height": 314.0 - } - }, - "m_Slots": [ - { - "m_Id": "ac64ca306226bd8f9e7eb34c0baf9d2f" - } - ], - "synonyms": [], - "m_Precision": 1, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Space": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "64ca3421c5b045709078c39e90ba6e52", - "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.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", - "m_ObjectId": "659dd50632e348cf9cf4ae558edcb6c9", - "m_WorkflowMode": 1, - "m_NormalDropOffSpace": 0, - "m_ClearCoat": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "68c7835effccf784a3c757ea31a83592", - "m_Id": -276770608, - "m_DisplayName": "_ClippingMask", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector4_C27D9F6C", - "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.MultiplyNode", - "m_ObjectId": "68f09ae98524c787a0a7af5aec8d71e6", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 337.9999694824219, - "y": -114.0, - "width": 207.99998474121095, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "fd79d7c2be5dd58790072f08ce9b7cbf" - }, - { - "m_Id": "fc3fefe5dd2ba981aa085537e1d2aa0f" - }, - { - "m_Id": "cc8b5a010900938c857dc6741306cb47" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "70fdf03b4fa2dd839204398bd845c23e", - "m_Group": { - "m_Id": "b664934f192945f4b420134e7a12c960" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 828.0, - "y": 439.0000305175781, - "width": 109.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "c4b55d2ce0d60982bc369724309a7d27" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "233a2145763ad983b266dfa431629c89" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "715718218d5e9e82a80668fc432c9e9a", - "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.Vector4MaterialSlot", - "m_ObjectId": "7372c7e42ef82683983336ccfb19be2f", - "m_Id": 0, - "m_DisplayName": "_FresnelColorHigh", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "73bdb367f8a58485a1c173395a9645f9", - "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.SineNode", - "m_ObjectId": "76311b4a2b47608ba5fcf1f1d869bdf6", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Sine", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1029.9998779296875, - "y": -3.0, - "width": 207.99998474121095, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "b0791014a7a3c58fac44c97416c6e686" - }, - { - "m_Id": "4e9f875492594c868d396031ecd9ab5f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "794795d119f7148fa089abd751b44bf5", - "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.AddNode", - "m_ObjectId": "7e68e78617f2d58c90001805bed23944", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Add", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -359.00006103515627, - "y": 483.00006103515627, - "width": 208.0, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "62f9f2b401cf4288beabe21e1d9c5ecc" - }, - { - "m_Id": "d81a1e2da1494b8d9a957ad02acabf9f" - }, - { - "m_Id": "37b23a377c595886936a251e79395713" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "84e226ab959c471b9724f4ecca2ba9f4", - "m_Id": 0, - "m_DisplayName": "Base Color", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "BaseColor", - "m_StageCapability": 2, - "m_Value": { - "x": 0.7353569269180298, - "y": 0.7353569269180298, - "z": 0.7353569269180298 - }, - "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.Internal.Texture2DShaderProperty", - "m_ObjectId": "858f84032db4d68eae7fb49778b4ceec", - "m_Guid": { - "m_GuidSerialized": "7a15298d-44e2-4cdd-b74a-9f2e29f992c0" - }, - "m_Name": "_MaskMap", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_MaskMap", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", - "m_ObjectId": "8685a1ea92bb798f93d26237ab3e5df8", - "m_Group": { - "m_Id": "b664934f192945f4b420134e7a12c960" - }, - "m_Name": "MaskInWorldSpace", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 1067.0, - "y": 276.0, - "width": 253.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "0597d03d6630bc8ba9be7591ef82b65f" - }, - { - "m_Id": "68c7835effccf784a3c757ea31a83592" - }, - { - "m_Id": "97ef38ce50c662878017d625fb9c5185" - }, - { - "m_Id": "d237bbff92e31d8182ba0e8df8882d0a" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"94726f8a3a6e7c943902842b66a2489d\",\n \"type\": 3\n }\n}", - "m_PropertyGuids": [ - "b8399f3e-e3b9-4fe2-a139-b464f8eaa70c", - "24570100-278e-4639-b493-22a6f369b7c2", - "b11a2b98-5990-4a48-9fb3-18abf6f898e0", - "20e00c29-a0c7-40ee-967b-4701b2ce07c4" - ], - "m_PropertyIds": [ - -276770608, - 567887867, - -259366608, - -953725949 - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "895fa3d52e6b4db99f2d0157aeca3a7b", - "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.TangentMaterialSlot", - "m_ObjectId": "8a0607062c2b4aca93d6419f15229c68", - "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.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "8ccdd61666234f04871a4a0f0065b982", - "m_ActiveSubTarget": { - "m_Id": "659dd50632e348cf9cf4ae558edcb6c9" - }, - "m_SurfaceType": 0, - "m_AlphaMode": 0, - "m_TwoSided": false, - "m_AlphaClip": true, - "m_CustomEditorGUI": "" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "90550549dc20463fab1181af3ff77abc", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "9790124d32b712838b7c6843c26f39c1", - "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.Vector2MaterialSlot", - "m_ObjectId": "97ef38ce50c662878017d625fb9c5185", - "m_Id": -259366608, - "m_DisplayName": "_Size", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector2_9E75FBFC", - "m_StageCapability": 2, - "m_Value": { - "x": 0.0010000000474974514, - "y": 0.0010000000474974514 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "a03ae10a7f8f2582930eb6ff31c2f9de", - "m_Group": { - "m_Id": "b664934f192945f4b420134e7a12c960" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 814.0000610351563, - "y": 292.0, - "width": 143.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "b4bfb69af66ce6879fe97876721567e3" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "858f84032db4d68eae7fb49778b4ceec" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "a385331a3b0344e1a2f5d5b61130fcef", - "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": "895fa3d52e6b4db99f2d0157aeca3a7b" - } - ], - "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": "a86f81e4499e368483bb7e40e8a469cb", - "m_Id": 1, - "m_DisplayName": "Sine Time", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Sine Time", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalizeNode", - "m_ObjectId": "a8e3055f5b6520869652573a568a0051", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Normalize", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 209.00003051757813, - "y": 323.0, - "width": 208.0, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "4318b9064c0e3d89b0803d0f7a7b8d53" - }, - { - "m_Id": "1cb475aea2461484b040685d1f2430d1" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "ac64ca306226bd8f9e7eb34c0baf9d2f", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "ae9d2d370b12cb8ead868a3a7c1921c2", - "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.BlockNode", - "m_ObjectId": "af0cf7989c3943e58c854433ae542049", - "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": "dcb9bc671bec4be5a96d91636533b115" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "b0791014a7a3c58fac44c97416c6e686", - "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.BlockNode", - "m_ObjectId": "b24109c9201d487eb64194dff9fb5eef", - "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": "90550549dc20463fab1181af3ff77abc" - } - ], - "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": "b4722144a2bb4cd3b5f9e04d2434f5aa", - "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": "84e226ab959c471b9724f4ecca2ba9f4" - } - ], - "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.Texture2DMaterialSlot", - "m_ObjectId": "b4bfb69af66ce6879fe97876721567e3", - "m_Id": 0, - "m_DisplayName": "_MaskMap", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_BareResource": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "b664934f192945f4b420134e7a12c960", - "m_Title": "Mask", - "m_Position": { - "x": 755.0, - "y": 217.00001525878907 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", - "m_ObjectId": "be513051b41344cda7037d624776eefc", - "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.Vector1MaterialSlot", - "m_ObjectId": "bff9b3618d3947428fb811370b5a07eb", - "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": "c177cd7467cdd286b72d7f1e3e7cb50d", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "c1a141e76ada35869a6848fc4cef30c8", - "m_Id": 2, - "m_DisplayName": "Power", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Power", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "c285df4e606bcc84a2ba89ac91fcf843", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "c43220adf3e44611a2c08ca35002558f", - "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": "bff9b3618d3947428fb811370b5a07eb" - } - ], - "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.Vector2MaterialSlot", - "m_ObjectId": "c4b55d2ce0d60982bc369724309a7d27", - "m_Id": 0, - "m_DisplayName": "_Size", - "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": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "c5b5a124c0100f87ab3b798110dcde32", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -609.0, - "y": 600.0, - "width": 208.0, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "715718218d5e9e82a80668fc432c9e9a" - }, - { - "m_Id": "3cc1f569199c67839a00ccfb3ef84488" - }, - { - "m_Id": "73bdb367f8a58485a1c173395a9645f9" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "c9a329662f1f478c813a11f0c40ece39", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -341.0, - "y": 390.9999694824219, - "width": 180.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "7372c7e42ef82683983336ccfb19be2f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "2d3b54d1fd835784a6d62a04876402bf" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "ca1154a9f36de68c8d16218c5bd7b081", - "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.BlockNode", - "m_ObjectId": "cbd8e4aa16034b6586574b42bd9b9286", - "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": "5e447fde7de5466eacbff532a2f035ce" - } - ], - "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.PropertyNode", - "m_ObjectId": "cc31652324883a8291607cd8b2360b71", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -949.9999389648438, - "y": 921.0, - "width": 121.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "1d88552d257b6e8694e19987c5bff4b9" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "f0c4673644c7618fbc5e831e4ad09987" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.RemapNode", - "m_ObjectId": "cc67f33459d5ff8d9aa69feeb91f0326", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Remap", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -699.0000610351563, - "y": 27.9999942779541, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "13c1ff4c73a11b8a84d6301c7d799994" - }, - { - "m_Id": "2ec9d72b473d188689df5f8276c8dfe0" - }, - { - "m_Id": "406cabb32cc3b588bacee86e09ed99b4" - }, - { - "m_Id": "9790124d32b712838b7c6843c26f39c1" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "cc8b5a010900938c857dc6741306cb47", - "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.SplitNode", - "m_ObjectId": "cd8602cbc3c84685bf496e5007999b5b", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -791.0, - "y": 511.0000305175781, - "width": 128.0, - "height": 149.0 - } - }, - "m_Slots": [ - { - "m_Id": "ede336593f198485ae91800a442d04c7" - }, - { - "m_Id": "c285df4e606bcc84a2ba89ac91fcf843" - }, - { - "m_Id": "c177cd7467cdd286b72d7f1e3e7cb50d" - }, - { - "m_Id": "22fc88934f41bb8ab53f716b7bfb725a" - }, - { - "m_Id": "fc182c83d1e7a183b2f07ee9124577a2" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "d026008cccc845f683cab435099b117c", - "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": "2297f2ea09754efda32919cd9f249240" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "d02f435822f0bc83abd39b33b1d0b116", - "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.Vector4MaterialSlot", - "m_ObjectId": "d237bbff92e31d8182ba0e8df8882d0a", - "m_Id": 1, - "m_DisplayName": "Out_Vector4", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "OutVector4", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "d4b76807edf8a98cbe7024800e4affa7", - "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": "d6126288bdaa7281bf8a7e6807ba6b3e", - "m_Id": 3, - "m_DisplayName": "Out", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "d81a1e2da1494b8d9a957ad02acabf9f", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "x": 43.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": "dcb9bc671bec4be5a96d91636533b115", - "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": "e13a8247caf344b1b03fa86054d4a946", - "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": "64ca3421c5b045709078c39e90ba6e52" - } - ], - "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.Vector1MaterialSlot", - "m_ObjectId": "e33ee29b133055809018de8e4dfbc074", - "m_Id": 0, - "m_DisplayName": "Time", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Time", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "e8f11b63e56b2281817e5b994f1dfca2", - "m_Id": 4, - "m_DisplayName": "Smooth Delta", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Smooth Delta", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "ede336593f198485ae91800a442d04c7", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "f0c4673644c7618fbc5e831e4ad09987", - "m_Guid": { - "m_GuidSerialized": "93e8a6a1-29f8-435b-afd6-dedd2ae3a823" - }, - "m_Name": "_Range", - "m_DefaultReferenceName": "Vector1_2A55EB84", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", - "m_ObjectId": "f5cf0ba4f85ade8c92eb406885ea2ae9", - "m_Guid": { - "m_GuidSerialized": "fe68d9a0-be49-42aa-b9d4-b9149b638c6e" - }, - "m_Name": "_ClippingMask", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_ClippingMask", - "m_GeneratePropertyBlock": true, - "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": "f78e61bcda60e68795c728da33ec0dff", - "m_Id": 0, - "m_DisplayName": "_Offset", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.FresnelNode", - "m_ObjectId": "f8ed0f5b4d2f0989b150e3ea18ba9b2f", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Fresnel Effect", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -717.0001220703125, - "y": -372.9999694824219, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "151c48e031313486aacd60a52ad4713f" - }, - { - "m_Id": "1610cacf1ccf718288b4dc021d549605" - }, - { - "m_Id": "c1a141e76ada35869a6848fc4cef30c8" - }, - { - "m_Id": "d6126288bdaa7281bf8a7e6807ba6b3e" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "fc182c83d1e7a183b2f07ee9124577a2", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "fc3fefe5dd2ba981aa085537e1d2aa0f", - "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": "fd79d7c2be5dd58790072f08ce9b7cbf", - "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 - } -} - diff --git a/Assets/PackageStagingArea/Rendering/Shaders/BlinkingSewerLines.shadergraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/BlinkingSewerLines.shadergraph.meta deleted file mode 100644 index 7f075acf5..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/BlinkingSewerLines.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: bd8aa3239372ec844b7653f5dbd19e0e -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Default.shadergraph b/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Default.shadergraph deleted file mode 100644 index 33bc119c4..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Default.shadergraph +++ /dev/null @@ -1,2341 +0,0 @@ -{ - "m_SGVersion": 2, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "be950a1d594e468e91b6bf266e79b643", - "m_Properties": [ - { - "m_Id": "ed9d747eb4e94f0c99cdec85be9e7832" - }, - { - "m_Id": "4724365731424d94a2d7355971e37caa" - }, - { - "m_Id": "4a2a9d1d492145b59a47b88b735589c0" - }, - { - "m_Id": "6a1faa16b4664cdd83167e0a327ac757" - } - ], - "m_Keywords": [], - "m_Nodes": [ - { - "m_Id": "0e7c6ab89fb0492a94e08d8443a7a131" - }, - { - "m_Id": "8b56c4a00ee2489cb4f77b921c399a58" - }, - { - "m_Id": "f2206ba3297a44d494e28f372916d680" - }, - { - "m_Id": "420355286ef14d718927ccefbf0481eb" - }, - { - "m_Id": "8545dd8e251b4d2fbbdcc29ddc1249e3" - }, - { - "m_Id": "6b19d2802c0a42b4a66fa89fae228777" - }, - { - "m_Id": "d80fead655f74e3cbc648bcbe93d7f1f" - }, - { - "m_Id": "242ef354cf25430e9fb670bcac5f7760" - }, - { - "m_Id": "bff7c659185748ca84af527b29dc138e" - }, - { - "m_Id": "31dc93b03b7846dc86f672f88a9b21f2" - }, - { - "m_Id": "29ed45bf04914c6dacee44261a25a11f" - }, - { - "m_Id": "edf8883a6f6b49469c1fbcbe6d67f474" - }, - { - "m_Id": "66c05abfc4234b41b150d8dd39ce7c43" - }, - { - "m_Id": "83f5954da7e041758c85c2a77822b2bd" - }, - { - "m_Id": "e84b850cb73a4955ba99831a9bb36515" - }, - { - "m_Id": "1c1b748aa74f4de0a39152f5d29bbd40" - }, - { - "m_Id": "8da140759b5a48eb983907b6f426694c" - }, - { - "m_Id": "12909cdd06f740fcab962df7828e6ce2" - }, - { - "m_Id": "e4368808fb044772adf10148f00d5c5a" - }, - { - "m_Id": "5b4805a048ac46518d8c5ffb038c38cd" - } - ], - "m_GroupDatas": [ - { - "m_Id": "32149c4b836344c98eb6fdd839792728" - }, - { - "m_Id": "82ac6902e32c415aae86f93ecc259d97" - }, - { - "m_Id": "51bb5407243a4e42aa1cfa972bff942e" - } - ], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "1c1b748aa74f4de0a39152f5d29bbd40" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "6b19d2802c0a42b4a66fa89fae228777" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "1c1b748aa74f4de0a39152f5d29bbd40" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "d80fead655f74e3cbc648bcbe93d7f1f" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "242ef354cf25430e9fb670bcac5f7760" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "29ed45bf04914c6dacee44261a25a11f" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "29ed45bf04914c6dacee44261a25a11f" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "f2206ba3297a44d494e28f372916d680" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "31dc93b03b7846dc86f672f88a9b21f2" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "29ed45bf04914c6dacee44261a25a11f" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "66c05abfc4234b41b150d8dd39ce7c43" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "31dc93b03b7846dc86f672f88a9b21f2" - }, - "m_SlotId": -953725949 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "6b19d2802c0a42b4a66fa89fae228777" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8545dd8e251b4d2fbbdcc29ddc1249e3" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "83f5954da7e041758c85c2a77822b2bd" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "e84b850cb73a4955ba99831a9bb36515" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8545dd8e251b4d2fbbdcc29ddc1249e3" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "242ef354cf25430e9fb670bcac5f7760" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8da140759b5a48eb983907b6f426694c" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "e84b850cb73a4955ba99831a9bb36515" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "bff7c659185748ca84af527b29dc138e" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "31dc93b03b7846dc86f672f88a9b21f2" - }, - "m_SlotId": -259366608 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "d80fead655f74e3cbc648bcbe93d7f1f" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "242ef354cf25430e9fb670bcac5f7760" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e84b850cb73a4955ba99831a9bb36515" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "0e7c6ab89fb0492a94e08d8443a7a131" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e84b850cb73a4955ba99831a9bb36515" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "1c1b748aa74f4de0a39152f5d29bbd40" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "edf8883a6f6b49469c1fbcbe6d67f474" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "31dc93b03b7846dc86f672f88a9b21f2" - }, - "m_SlotId": -276770608 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 13.999918937683106, - "y": 63.999996185302737 - }, - "m_Blocks": [ - { - "m_Id": "12909cdd06f740fcab962df7828e6ce2" - }, - { - "m_Id": "e4368808fb044772adf10148f00d5c5a" - }, - { - "m_Id": "5b4805a048ac46518d8c5ffb038c38cd" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 0.0, - "y": 200.0 - }, - "m_Blocks": [ - { - "m_Id": "0e7c6ab89fb0492a94e08d8443a7a131" - }, - { - "m_Id": "8b56c4a00ee2489cb4f77b921c399a58" - }, - { - "m_Id": "f2206ba3297a44d494e28f372916d680" - }, - { - "m_Id": "420355286ef14d718927ccefbf0481eb" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Shader Graphs", - "m_ConcretePrecision": 1, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "62a39e24fafb422f89993bb8e2095d6f" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "03aef339cf5d40d4b60ee7406dbb670d", - "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.Vector2MaterialSlot", - "m_ObjectId": "09b17bac4f4e4c17963d1bbc3cdd26cc", - "m_Id": 0, - "m_DisplayName": "_Size", - "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": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "0e7c6ab89fb0492a94e08d8443a7a131", - "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": "f031891e2d674d8c90abdd0c08a1364c" - } - ], - "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": "12909cdd06f740fcab962df7828e6ce2", - "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": "3fb108ef97ce4be1989d1fb9672dc2e2" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "17998844ba874740a3bd6f2fd7fc6b72", - "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": "18974b40e26a472d96161fd6059f2048", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "18b7523764c446bcbf12e714f22d9e46", - "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.Texture2DMaterialSlot", - "m_ObjectId": "1b315f4ce4b440fda3b5d8a4f37cb5db", - "m_Id": 0, - "m_DisplayName": "_MaskMap", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_BareResource": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SplitNode", - "m_ObjectId": "1c1b748aa74f4de0a39152f5d29bbd40", - "m_Group": { - "m_Id": "51bb5407243a4e42aa1cfa972bff942e" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1550.9998779296875, - "y": 103.9999771118164, - "width": 119.99999237060547, - "height": 148.99998474121095 - } - }, - "m_Slots": [ - { - "m_Id": "d3c45eb26b9848258b056d3d6b15e060" - }, - { - "m_Id": "73869ce7b2994d9fb4db9952432f274b" - }, - { - "m_Id": "9402dce603f94099baf2af5b2638735c" - }, - { - "m_Id": "25a859bfe3db404c89b5fc63543cfe7f" - }, - { - "m_Id": "18974b40e26a472d96161fd6059f2048" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BranchNode", - "m_ObjectId": "242ef354cf25430e9fb670bcac5f7760", - "m_Group": { - "m_Id": "32149c4b836344c98eb6fdd839792728" - }, - "m_Name": "Branch", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -818.0001220703125, - "y": 760.0, - "width": 208.00001525878907, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "509affac254d441eb4d5fbd10f27fb12" - }, - { - "m_Id": "18b7523764c446bcbf12e714f22d9e46" - }, - { - "m_Id": "96a7f9c70ccd4ccea0c474cf5493da0d" - }, - { - "m_Id": "17998844ba874740a3bd6f2fd7fc6b72" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "25a859bfe3db404c89b5fc63543cfe7f", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "26390da00d2d43b6a67ae25f84711ecd", - "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.Vector4MaterialSlot", - "m_ObjectId": "2680fde421b34fcebaa1c766c1f8d582", - "m_Id": 0, - "m_DisplayName": "_BaseColor", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "28fb6ba5341847bca09678dc9c02c1a7", - "m_Id": 2, - "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.MultiplyNode", - "m_ObjectId": "29ed45bf04914c6dacee44261a25a11f", - "m_Group": { - "m_Id": "82ac6902e32c415aae86f93ecc259d97" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 75.99996185302735, - "y": 760.0, - "width": 208.00001525878907, - "height": 302.0000305175781 - } - }, - "m_Slots": [ - { - "m_Id": "9a7541be816646deaedcb657ff26ec0f" - }, - { - "m_Id": "83b60e8551294fcb84a0975e23babd41" - }, - { - "m_Id": "9c67a62061894e46adc0ab4fe64f3401" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", - "m_ObjectId": "31dc93b03b7846dc86f672f88a9b21f2", - "m_Group": { - "m_Id": "82ac6902e32c415aae86f93ecc259d97" - }, - "m_Name": "MaskInWorldSpace", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -242.00006103515626, - "y": 842.0, - "width": 246.00001525878907, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "40e517cd7c3c4b9d8787e05cc71949c0" - }, - { - "m_Id": "9629b990da564495b3e952d845af7983" - }, - { - "m_Id": "c35ea01a436f4d4f8a3fd1866716687c" - }, - { - "m_Id": "582aa17029db45d2adf134c1dafef55b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"94726f8a3a6e7c943902842b66a2489d\",\n \"type\": 3\n }\n}", - "m_PropertyGuids": [ - "b8399f3e-e3b9-4fe2-a139-b464f8eaa70c", - "24570100-278e-4639-b493-22a6f369b7c2", - "b11a2b98-5990-4a48-9fb3-18abf6f898e0", - "20e00c29-a0c7-40ee-967b-4701b2ce07c4" - ], - "m_PropertyIds": [ - -276770608, - 567887867, - -259366608, - -953725949 - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "31f406aad10f4821955492533d8ecc95", - "m_Id": 0, - "m_DisplayName": "_ClippingMask", - "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.GroupData", - "m_ObjectId": "32149c4b836344c98eb6fdd839792728", - "m_Title": "Dithered Opacity", - "m_Position": { - "x": -1415.0001220703125, - "y": 701.0000610351563 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "32ebb40e47a34dec9af415be5429d487", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "374616278afb421e860c8b0975dc3aae", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "e00": 1.5, - "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": "3a49704233824d7aad8a9244f2dfcf42", - "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.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", - "m_ObjectId": "3e497c0bd4f743ab924521d6dd018ff4", - "m_WorkflowMode": 1, - "m_NormalDropOffSpace": 0, - "m_ClearCoat": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", - "m_ObjectId": "3fb108ef97ce4be1989d1fb9672dc2e2", - "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.Texture2DInputMaterialSlot", - "m_ObjectId": "40e517cd7c3c4b9d8787e05cc71949c0", - "m_Id": -953725949, - "m_DisplayName": "_MaskMap", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Texture2D_E59969F8", - "m_StageCapability": 2, - "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": "420355286ef14d718927ccefbf0481eb", - "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": "26390da00d2d43b6a67ae25f84711ecd" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.AlphaClipThreshold" -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", - "m_ObjectId": "4724365731424d94a2d7355971e37caa", - "m_Guid": { - "m_GuidSerialized": "f401da40-326d-4bac-a81e-91830c0f0a1a" - }, - "m_Name": "_ClippingMask", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_ClippingMask", - "m_GeneratePropertyBlock": true, - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "4a2a9d1d492145b59a47b88b735589c0", - "m_Guid": { - "m_GuidSerialized": "cd7e9208-8009-4db5-9ace-19fd7f6bbe7f" - }, - "m_Name": "_Size", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_Size", - "m_GeneratePropertyBlock": true, - "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.DynamicValueMaterialSlot", - "m_ObjectId": "4aa1df70055c4a78be04314b64561db7", - "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": "4b287213216347f9a8fc6cf5ef2d4d2f", - "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.BooleanMaterialSlot", - "m_ObjectId": "509affac254d441eb4d5fbd10f27fb12", - "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.GroupData", - "m_ObjectId": "51bb5407243a4e42aa1cfa972bff942e", - "m_Title": "Color", - "m_Position": { - "x": -2195.61083984375, - "y": 45.15479278564453 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "582aa17029db45d2adf134c1dafef55b", - "m_Id": 1, - "m_DisplayName": "Out_Vector4", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "OutVector4", - "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.BlockNode", - "m_ObjectId": "5b4805a048ac46518d8c5ffb038c38cd", - "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": "e3f989ba77f64ff9b97c13c8cf2d0daf" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "VertexDescription.Tangent" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "62a39e24fafb422f89993bb8e2095d6f", - "m_ActiveSubTarget": { - "m_Id": "3e497c0bd4f743ab924521d6dd018ff4" - }, - "m_SurfaceType": 0, - "m_AlphaMode": 0, - "m_TwoSided": false, - "m_AlphaClip": true, - "m_CustomEditorGUI": "" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "66c05abfc4234b41b150d8dd39ce7c43", - "m_Group": { - "m_Id": "82ac6902e32c415aae86f93ecc259d97" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -529.0000610351563, - "y": 885.0, - "width": 141.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "1b315f4ce4b440fda3b5d8a4f37cb5db" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "6a1faa16b4664cdd83167e0a327ac757" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", - "m_ObjectId": "6836cf701bd048b39cf1cba1c82e8d2f", - "m_Id": 2, - "m_DisplayName": "Out", - "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.Internal.Texture2DShaderProperty", - "m_ObjectId": "6a1faa16b4664cdd83167e0a327ac757", - "m_Guid": { - "m_GuidSerialized": "4e0e31e8-2211-4879-92ca-d1b05f83d993" - }, - "m_Name": "_MaskMap", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_MaskMap", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "6b19d2802c0a42b4a66fa89fae228777", - "m_Group": { - "m_Id": "32149c4b836344c98eb6fdd839792728" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1390.0001220703125, - "y": 980.9999389648438, - "width": 208.00001525878907, - "height": 302.0000305175781 - } - }, - "m_Slots": [ - { - "m_Id": "3a49704233824d7aad8a9244f2dfcf42" - }, - { - "m_Id": "374616278afb421e860c8b0975dc3aae" - }, - { - "m_Id": "4b287213216347f9a8fc6cf5ef2d4d2f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "73869ce7b2994d9fb4db9952432f274b", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "82ac6902e32c415aae86f93ecc259d97", - "m_Title": "Mask", - "m_Position": { - "x": -554.0000610351563, - "y": 701.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "83b60e8551294fcb84a0975e23babd41", - "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.PropertyNode", - "m_ObjectId": "83f5954da7e041758c85c2a77822b2bd", - "m_Group": { - "m_Id": "51bb5407243a4e42aa1cfa972bff942e" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2099.999755859375, - "y": 218.99996948242188, - "width": 136.99998474121095, - "height": 33.999996185302737 - } - }, - "m_Slots": [ - { - "m_Id": "2680fde421b34fcebaa1c766c1f8d582" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "ed9d747eb4e94f0c99cdec85be9e7832" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DitherNode", - "m_ObjectId": "8545dd8e251b4d2fbbdcc29ddc1249e3", - "m_Group": { - "m_Id": "32149c4b836344c98eb6fdd839792728" - }, - "m_Name": "Dither", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1106.0001220703125, - "y": 980.9999389648438, - "width": 208.00001525878907, - "height": 302.0000305175781 - } - }, - "m_Slots": [ - { - "m_Id": "03aef339cf5d40d4b60ee7406dbb670d" - }, - { - "m_Id": "d2b110d4cb09421e82937bc9c865c7b9" - }, - { - "m_Id": "28fb6ba5341847bca09678dc9c02c1a7" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "8b56c4a00ee2489cb4f77b921c399a58", - "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": "d76915a1762e4806933369b2b544b35f" - } - ], - "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": "8da140759b5a48eb983907b6f426694c", - "m_Group": { - "m_Id": "51bb5407243a4e42aa1cfa972bff942e" - }, - "m_Name": "Vertex Color", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2170.999755859375, - "y": 300.9999694824219, - "width": 207.99998474121095, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "32ebb40e47a34dec9af415be5429d487" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "9402dce603f94099baf2af5b2638735c", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "9629b990da564495b3e952d845af7983", - "m_Id": -276770608, - "m_DisplayName": "_ClippingMask", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector4_C27D9F6C", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "96a7f9c70ccd4ccea0c474cf5493da0d", - "m_Id": 2, - "m_DisplayName": "False", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "False", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "9a7541be816646deaedcb657ff26ec0f", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "9c67a62061894e46adc0ab4fe64f3401", - "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.Vector1MaterialSlot", - "m_ObjectId": "aadb5e708b6a4bd5b1fd30c2177326ed", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "b5d087952eea47278c36b7aea32615e6", - "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": "bff7c659185748ca84af527b29dc138e", - "m_Group": { - "m_Id": "82ac6902e32c415aae86f93ecc259d97" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -475.00006103515627, - "y": 938.0, - "width": 105.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "09b17bac4f4e4c17963d1bbc3cdd26cc" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "4a2a9d1d492145b59a47b88b735589c0" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "c35ea01a436f4d4f8a3fd1866716687c", - "m_Id": -259366608, - "m_DisplayName": "_Size", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector2_9E75FBFC", - "m_StageCapability": 2, - "m_Value": { - "x": 0.0010000000474974514, - "y": 0.0010000000474974514 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "d0758610dd214ec2aa497330f32c3efe", - "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.ScreenPositionMaterialSlot", - "m_ObjectId": "d2b110d4cb09421e82937bc9c865c7b9", - "m_Id": 1, - "m_DisplayName": "Screen Position", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "ScreenPosition", - "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_ScreenSpaceType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "d3c45eb26b9848258b056d3d6b15e060", - "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.Vector1MaterialSlot", - "m_ObjectId": "d4a7675a7dec48d8b03d25925c0965eb", - "m_Id": 0, - "m_DisplayName": "A", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "A", - "m_StageCapability": 3, - "m_Value": -2.25, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "d76915a1762e4806933369b2b544b35f", - "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.ComparisonNode", - "m_ObjectId": "d80fead655f74e3cbc648bcbe93d7f1f", - "m_Group": { - "m_Id": "32149c4b836344c98eb6fdd839792728" - }, - "m_Name": "Comparison", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1347.0001220703125, - "y": 762.0000610351563, - "width": 145.0, - "height": 137.0 - } - }, - "m_Slots": [ - { - "m_Id": "d4a7675a7dec48d8b03d25925c0965eb" - }, - { - "m_Id": "eaa5ae15e6ec4735a64e34b9fee75139" - }, - { - "m_Id": "6836cf701bd048b39cf1cba1c82e8d2f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_ComparisonType": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", - "m_ObjectId": "e3f989ba77f64ff9b97c13c8cf2d0daf", - "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.BlockNode", - "m_ObjectId": "e4368808fb044772adf10148f00d5c5a", - "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": "d0758610dd214ec2aa497330f32c3efe" - } - ], - "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.MultiplyNode", - "m_ObjectId": "e84b850cb73a4955ba99831a9bb36515", - "m_Group": { - "m_Id": "51bb5407243a4e42aa1cfa972bff942e" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1784.9998779296875, - "y": 276.9999694824219, - "width": 207.99998474121095, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "b5d087952eea47278c36b7aea32615e6" - }, - { - "m_Id": "4aa1df70055c4a78be04314b64561db7" - }, - { - "m_Id": "e8faae2b7bd24e4897df667ae15ce61f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "e8faae2b7bd24e4897df667ae15ce61f", - "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.Vector1MaterialSlot", - "m_ObjectId": "eaa5ae15e6ec4735a64e34b9fee75139", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "ed9d747eb4e94f0c99cdec85be9e7832", - "m_Guid": { - "m_GuidSerialized": "098f9341-9586-4af5-8925-d41f21abb08d" - }, - "m_Name": "_BaseColor", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_BaseColor", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "edf8883a6f6b49469c1fbcbe6d67f474", - "m_Group": { - "m_Id": "82ac6902e32c415aae86f93ecc259d97" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -504.0000305175781, - "y": 822.0000610351563, - "width": 155.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "31f406aad10f4821955492533d8ecc95" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "4724365731424d94a2d7355971e37caa" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "f031891e2d674d8c90abdd0c08a1364c", - "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": "f2206ba3297a44d494e28f372916d680", - "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": "aadb5e708b6a4bd5b1fd30c2177326ed" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Alpha" -} - diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Default.shadergraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Default.shadergraph.meta deleted file mode 100644 index c919fa950..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Default.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 181a09231c6b2b64183c4f1dee04233f -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Stencilmask.shadergraph b/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Stencilmask.shadergraph deleted file mode 100644 index be325d0c2..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Stencilmask.shadergraph +++ /dev/null @@ -1,2367 +0,0 @@ -{ - "m_SGVersion": 2, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "be950a1d594e468e91b6bf266e79b643", - "m_Properties": [ - { - "m_Id": "ed9d747eb4e94f0c99cdec85be9e7832" - }, - { - "m_Id": "4724365731424d94a2d7355971e37caa" - }, - { - "m_Id": "4a2a9d1d492145b59a47b88b735589c0" - }, - { - "m_Id": "6a1faa16b4664cdd83167e0a327ac757" - }, - { - "m_Id": "c127f98a560b455c99c584bf3f5b3675" - } - ], - "m_Keywords": [], - "m_Nodes": [ - { - "m_Id": "0e7c6ab89fb0492a94e08d8443a7a131" - }, - { - "m_Id": "8b56c4a00ee2489cb4f77b921c399a58" - }, - { - "m_Id": "f2206ba3297a44d494e28f372916d680" - }, - { - "m_Id": "420355286ef14d718927ccefbf0481eb" - }, - { - "m_Id": "8545dd8e251b4d2fbbdcc29ddc1249e3" - }, - { - "m_Id": "6b19d2802c0a42b4a66fa89fae228777" - }, - { - "m_Id": "d80fead655f74e3cbc648bcbe93d7f1f" - }, - { - "m_Id": "242ef354cf25430e9fb670bcac5f7760" - }, - { - "m_Id": "bff7c659185748ca84af527b29dc138e" - }, - { - "m_Id": "31dc93b03b7846dc86f672f88a9b21f2" - }, - { - "m_Id": "29ed45bf04914c6dacee44261a25a11f" - }, - { - "m_Id": "edf8883a6f6b49469c1fbcbe6d67f474" - }, - { - "m_Id": "66c05abfc4234b41b150d8dd39ce7c43" - }, - { - "m_Id": "83f5954da7e041758c85c2a77822b2bd" - }, - { - "m_Id": "e84b850cb73a4955ba99831a9bb36515" - }, - { - "m_Id": "1c1b748aa74f4de0a39152f5d29bbd40" - }, - { - "m_Id": "8da140759b5a48eb983907b6f426694c" - }, - { - "m_Id": "12909cdd06f740fcab962df7828e6ce2" - }, - { - "m_Id": "e4368808fb044772adf10148f00d5c5a" - }, - { - "m_Id": "5b4805a048ac46518d8c5ffb038c38cd" - } - ], - "m_GroupDatas": [ - { - "m_Id": "32149c4b836344c98eb6fdd839792728" - }, - { - "m_Id": "82ac6902e32c415aae86f93ecc259d97" - }, - { - "m_Id": "51bb5407243a4e42aa1cfa972bff942e" - } - ], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "1c1b748aa74f4de0a39152f5d29bbd40" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "6b19d2802c0a42b4a66fa89fae228777" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "1c1b748aa74f4de0a39152f5d29bbd40" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "d80fead655f74e3cbc648bcbe93d7f1f" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "242ef354cf25430e9fb670bcac5f7760" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "29ed45bf04914c6dacee44261a25a11f" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "29ed45bf04914c6dacee44261a25a11f" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "f2206ba3297a44d494e28f372916d680" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "31dc93b03b7846dc86f672f88a9b21f2" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "29ed45bf04914c6dacee44261a25a11f" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "66c05abfc4234b41b150d8dd39ce7c43" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "31dc93b03b7846dc86f672f88a9b21f2" - }, - "m_SlotId": -953725949 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "6b19d2802c0a42b4a66fa89fae228777" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8545dd8e251b4d2fbbdcc29ddc1249e3" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "83f5954da7e041758c85c2a77822b2bd" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "e84b850cb73a4955ba99831a9bb36515" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8545dd8e251b4d2fbbdcc29ddc1249e3" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "242ef354cf25430e9fb670bcac5f7760" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8da140759b5a48eb983907b6f426694c" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "e84b850cb73a4955ba99831a9bb36515" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "bff7c659185748ca84af527b29dc138e" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "31dc93b03b7846dc86f672f88a9b21f2" - }, - "m_SlotId": -259366608 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "d80fead655f74e3cbc648bcbe93d7f1f" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "242ef354cf25430e9fb670bcac5f7760" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e84b850cb73a4955ba99831a9bb36515" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "0e7c6ab89fb0492a94e08d8443a7a131" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e84b850cb73a4955ba99831a9bb36515" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "1c1b748aa74f4de0a39152f5d29bbd40" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "edf8883a6f6b49469c1fbcbe6d67f474" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "31dc93b03b7846dc86f672f88a9b21f2" - }, - "m_SlotId": -276770608 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 13.999918937683106, - "y": 63.999996185302737 - }, - "m_Blocks": [ - { - "m_Id": "12909cdd06f740fcab962df7828e6ce2" - }, - { - "m_Id": "e4368808fb044772adf10148f00d5c5a" - }, - { - "m_Id": "5b4805a048ac46518d8c5ffb038c38cd" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 0.0, - "y": 200.0 - }, - "m_Blocks": [ - { - "m_Id": "0e7c6ab89fb0492a94e08d8443a7a131" - }, - { - "m_Id": "8b56c4a00ee2489cb4f77b921c399a58" - }, - { - "m_Id": "f2206ba3297a44d494e28f372916d680" - }, - { - "m_Id": "420355286ef14d718927ccefbf0481eb" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Shader Graphs", - "m_ConcretePrecision": 1, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "62a39e24fafb422f89993bb8e2095d6f" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "03aef339cf5d40d4b60ee7406dbb670d", - "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.Vector2MaterialSlot", - "m_ObjectId": "09b17bac4f4e4c17963d1bbc3cdd26cc", - "m_Id": 0, - "m_DisplayName": "_Size", - "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": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "0e7c6ab89fb0492a94e08d8443a7a131", - "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": "f031891e2d674d8c90abdd0c08a1364c" - } - ], - "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": "12909cdd06f740fcab962df7828e6ce2", - "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": "3fb108ef97ce4be1989d1fb9672dc2e2" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "17998844ba874740a3bd6f2fd7fc6b72", - "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": "18974b40e26a472d96161fd6059f2048", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "18b7523764c446bcbf12e714f22d9e46", - "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.Texture2DMaterialSlot", - "m_ObjectId": "1b315f4ce4b440fda3b5d8a4f37cb5db", - "m_Id": 0, - "m_DisplayName": "_MaskMap", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_BareResource": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SplitNode", - "m_ObjectId": "1c1b748aa74f4de0a39152f5d29bbd40", - "m_Group": { - "m_Id": "51bb5407243a4e42aa1cfa972bff942e" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1550.9998779296875, - "y": 103.9999771118164, - "width": 119.99999237060547, - "height": 148.99998474121095 - } - }, - "m_Slots": [ - { - "m_Id": "d3c45eb26b9848258b056d3d6b15e060" - }, - { - "m_Id": "73869ce7b2994d9fb4db9952432f274b" - }, - { - "m_Id": "9402dce603f94099baf2af5b2638735c" - }, - { - "m_Id": "25a859bfe3db404c89b5fc63543cfe7f" - }, - { - "m_Id": "18974b40e26a472d96161fd6059f2048" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BranchNode", - "m_ObjectId": "242ef354cf25430e9fb670bcac5f7760", - "m_Group": { - "m_Id": "32149c4b836344c98eb6fdd839792728" - }, - "m_Name": "Branch", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -818.0001220703125, - "y": 760.0, - "width": 208.00001525878907, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "509affac254d441eb4d5fbd10f27fb12" - }, - { - "m_Id": "18b7523764c446bcbf12e714f22d9e46" - }, - { - "m_Id": "96a7f9c70ccd4ccea0c474cf5493da0d" - }, - { - "m_Id": "17998844ba874740a3bd6f2fd7fc6b72" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "25a859bfe3db404c89b5fc63543cfe7f", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "26390da00d2d43b6a67ae25f84711ecd", - "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.Vector4MaterialSlot", - "m_ObjectId": "2680fde421b34fcebaa1c766c1f8d582", - "m_Id": 0, - "m_DisplayName": "_BaseColor", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "28fb6ba5341847bca09678dc9c02c1a7", - "m_Id": 2, - "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.MultiplyNode", - "m_ObjectId": "29ed45bf04914c6dacee44261a25a11f", - "m_Group": { - "m_Id": "82ac6902e32c415aae86f93ecc259d97" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 75.99996185302735, - "y": 760.0, - "width": 208.00001525878907, - "height": 302.0000305175781 - } - }, - "m_Slots": [ - { - "m_Id": "9a7541be816646deaedcb657ff26ec0f" - }, - { - "m_Id": "83b60e8551294fcb84a0975e23babd41" - }, - { - "m_Id": "9c67a62061894e46adc0ab4fe64f3401" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", - "m_ObjectId": "31dc93b03b7846dc86f672f88a9b21f2", - "m_Group": { - "m_Id": "82ac6902e32c415aae86f93ecc259d97" - }, - "m_Name": "MaskInWorldSpace", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -242.00006103515626, - "y": 842.0, - "width": 246.00001525878907, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "40e517cd7c3c4b9d8787e05cc71949c0" - }, - { - "m_Id": "9629b990da564495b3e952d845af7983" - }, - { - "m_Id": "c35ea01a436f4d4f8a3fd1866716687c" - }, - { - "m_Id": "582aa17029db45d2adf134c1dafef55b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"94726f8a3a6e7c943902842b66a2489d\",\n \"type\": 3\n }\n}", - "m_PropertyGuids": [ - "b8399f3e-e3b9-4fe2-a139-b464f8eaa70c", - "24570100-278e-4639-b493-22a6f369b7c2", - "b11a2b98-5990-4a48-9fb3-18abf6f898e0", - "20e00c29-a0c7-40ee-967b-4701b2ce07c4" - ], - "m_PropertyIds": [ - -276770608, - 567887867, - -259366608, - -953725949 - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "31f406aad10f4821955492533d8ecc95", - "m_Id": 0, - "m_DisplayName": "_ClippingMask", - "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.GroupData", - "m_ObjectId": "32149c4b836344c98eb6fdd839792728", - "m_Title": "Dithered Opacity", - "m_Position": { - "x": -1415.0001220703125, - "y": 701.0000610351563 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "32ebb40e47a34dec9af415be5429d487", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "374616278afb421e860c8b0975dc3aae", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "e00": 1.5, - "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": "3a49704233824d7aad8a9244f2dfcf42", - "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.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", - "m_ObjectId": "3e497c0bd4f743ab924521d6dd018ff4", - "m_WorkflowMode": 1, - "m_NormalDropOffSpace": 0, - "m_ClearCoat": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", - "m_ObjectId": "3fb108ef97ce4be1989d1fb9672dc2e2", - "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.Texture2DInputMaterialSlot", - "m_ObjectId": "40e517cd7c3c4b9d8787e05cc71949c0", - "m_Id": -953725949, - "m_DisplayName": "_MaskMap", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Texture2D_E59969F8", - "m_StageCapability": 2, - "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": "420355286ef14d718927ccefbf0481eb", - "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": "26390da00d2d43b6a67ae25f84711ecd" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.AlphaClipThreshold" -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", - "m_ObjectId": "4724365731424d94a2d7355971e37caa", - "m_Guid": { - "m_GuidSerialized": "f401da40-326d-4bac-a81e-91830c0f0a1a" - }, - "m_Name": "_ClippingMask", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_ClippingMask", - "m_GeneratePropertyBlock": true, - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "4a2a9d1d492145b59a47b88b735589c0", - "m_Guid": { - "m_GuidSerialized": "cd7e9208-8009-4db5-9ace-19fd7f6bbe7f" - }, - "m_Name": "_Size", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_Size", - "m_GeneratePropertyBlock": true, - "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.DynamicValueMaterialSlot", - "m_ObjectId": "4aa1df70055c4a78be04314b64561db7", - "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": "4b287213216347f9a8fc6cf5ef2d4d2f", - "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.BooleanMaterialSlot", - "m_ObjectId": "509affac254d441eb4d5fbd10f27fb12", - "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.GroupData", - "m_ObjectId": "51bb5407243a4e42aa1cfa972bff942e", - "m_Title": "Color", - "m_Position": { - "x": -2195.61083984375, - "y": 45.15479278564453 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "582aa17029db45d2adf134c1dafef55b", - "m_Id": 1, - "m_DisplayName": "Out_Vector4", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "OutVector4", - "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.BlockNode", - "m_ObjectId": "5b4805a048ac46518d8c5ffb038c38cd", - "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": "e3f989ba77f64ff9b97c13c8cf2d0daf" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "VertexDescription.Tangent" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "62a39e24fafb422f89993bb8e2095d6f", - "m_ActiveSubTarget": { - "m_Id": "3e497c0bd4f743ab924521d6dd018ff4" - }, - "m_SurfaceType": 0, - "m_AlphaMode": 0, - "m_TwoSided": false, - "m_AlphaClip": true, - "m_CustomEditorGUI": "" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "66c05abfc4234b41b150d8dd39ce7c43", - "m_Group": { - "m_Id": "82ac6902e32c415aae86f93ecc259d97" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -529.0000610351563, - "y": 885.0, - "width": 141.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "1b315f4ce4b440fda3b5d8a4f37cb5db" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "6a1faa16b4664cdd83167e0a327ac757" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", - "m_ObjectId": "6836cf701bd048b39cf1cba1c82e8d2f", - "m_Id": 2, - "m_DisplayName": "Out", - "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.Internal.Texture2DShaderProperty", - "m_ObjectId": "6a1faa16b4664cdd83167e0a327ac757", - "m_Guid": { - "m_GuidSerialized": "4e0e31e8-2211-4879-92ca-d1b05f83d993" - }, - "m_Name": "_MaskMap", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_MaskMap", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "6b19d2802c0a42b4a66fa89fae228777", - "m_Group": { - "m_Id": "32149c4b836344c98eb6fdd839792728" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1390.0001220703125, - "y": 980.9999389648438, - "width": 208.00001525878907, - "height": 302.0000305175781 - } - }, - "m_Slots": [ - { - "m_Id": "3a49704233824d7aad8a9244f2dfcf42" - }, - { - "m_Id": "374616278afb421e860c8b0975dc3aae" - }, - { - "m_Id": "4b287213216347f9a8fc6cf5ef2d4d2f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "73869ce7b2994d9fb4db9952432f274b", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "82ac6902e32c415aae86f93ecc259d97", - "m_Title": "Mask", - "m_Position": { - "x": -554.0000610351563, - "y": 701.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "83b60e8551294fcb84a0975e23babd41", - "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.PropertyNode", - "m_ObjectId": "83f5954da7e041758c85c2a77822b2bd", - "m_Group": { - "m_Id": "51bb5407243a4e42aa1cfa972bff942e" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2099.999755859375, - "y": 218.99996948242188, - "width": 136.99998474121095, - "height": 33.999996185302737 - } - }, - "m_Slots": [ - { - "m_Id": "2680fde421b34fcebaa1c766c1f8d582" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "ed9d747eb4e94f0c99cdec85be9e7832" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DitherNode", - "m_ObjectId": "8545dd8e251b4d2fbbdcc29ddc1249e3", - "m_Group": { - "m_Id": "32149c4b836344c98eb6fdd839792728" - }, - "m_Name": "Dither", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1106.0001220703125, - "y": 980.9999389648438, - "width": 208.00001525878907, - "height": 302.0000305175781 - } - }, - "m_Slots": [ - { - "m_Id": "03aef339cf5d40d4b60ee7406dbb670d" - }, - { - "m_Id": "d2b110d4cb09421e82937bc9c865c7b9" - }, - { - "m_Id": "28fb6ba5341847bca09678dc9c02c1a7" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "8b56c4a00ee2489cb4f77b921c399a58", - "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": "d76915a1762e4806933369b2b544b35f" - } - ], - "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": "8da140759b5a48eb983907b6f426694c", - "m_Group": { - "m_Id": "51bb5407243a4e42aa1cfa972bff942e" - }, - "m_Name": "Vertex Color", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2170.999755859375, - "y": 300.9999694824219, - "width": 207.99998474121095, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "32ebb40e47a34dec9af415be5429d487" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "9402dce603f94099baf2af5b2638735c", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "9629b990da564495b3e952d845af7983", - "m_Id": -276770608, - "m_DisplayName": "_ClippingMask", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector4_C27D9F6C", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "96a7f9c70ccd4ccea0c474cf5493da0d", - "m_Id": 2, - "m_DisplayName": "False", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "False", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "9a7541be816646deaedcb657ff26ec0f", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "9c67a62061894e46adc0ab4fe64f3401", - "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.Vector1MaterialSlot", - "m_ObjectId": "aadb5e708b6a4bd5b1fd30c2177326ed", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "b5d087952eea47278c36b7aea32615e6", - "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": "bff7c659185748ca84af527b29dc138e", - "m_Group": { - "m_Id": "82ac6902e32c415aae86f93ecc259d97" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -475.00006103515627, - "y": 938.0, - "width": 105.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "09b17bac4f4e4c17963d1bbc3cdd26cc" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "4a2a9d1d492145b59a47b88b735589c0" - } -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "c127f98a560b455c99c584bf3f5b3675", - "m_Guid": { - "m_GuidSerialized": "d3b999f8-0978-4ddd-a633-e3df5117eda6" - }, - "m_Name": "Stencilmask", - "m_DefaultReferenceName": "Vector1_c127f98a560b455c99c584bf3f5b3675", - "m_OverrideReferenceName": "_Stencilmask", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": 0.0, - "m_FloatType": 1, - "m_RangeValues": { - "x": 0.0, - "y": 255.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "c35ea01a436f4d4f8a3fd1866716687c", - "m_Id": -259366608, - "m_DisplayName": "_Size", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector2_9E75FBFC", - "m_StageCapability": 2, - "m_Value": { - "x": 0.0010000000474974514, - "y": 0.0010000000474974514 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "d0758610dd214ec2aa497330f32c3efe", - "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.ScreenPositionMaterialSlot", - "m_ObjectId": "d2b110d4cb09421e82937bc9c865c7b9", - "m_Id": 1, - "m_DisplayName": "Screen Position", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "ScreenPosition", - "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_ScreenSpaceType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "d3c45eb26b9848258b056d3d6b15e060", - "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.Vector1MaterialSlot", - "m_ObjectId": "d4a7675a7dec48d8b03d25925c0965eb", - "m_Id": 0, - "m_DisplayName": "A", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "A", - "m_StageCapability": 3, - "m_Value": -2.25, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "d76915a1762e4806933369b2b544b35f", - "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.ComparisonNode", - "m_ObjectId": "d80fead655f74e3cbc648bcbe93d7f1f", - "m_Group": { - "m_Id": "32149c4b836344c98eb6fdd839792728" - }, - "m_Name": "Comparison", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1347.0001220703125, - "y": 762.0000610351563, - "width": 145.0, - "height": 137.0 - } - }, - "m_Slots": [ - { - "m_Id": "d4a7675a7dec48d8b03d25925c0965eb" - }, - { - "m_Id": "eaa5ae15e6ec4735a64e34b9fee75139" - }, - { - "m_Id": "6836cf701bd048b39cf1cba1c82e8d2f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_ComparisonType": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", - "m_ObjectId": "e3f989ba77f64ff9b97c13c8cf2d0daf", - "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.BlockNode", - "m_ObjectId": "e4368808fb044772adf10148f00d5c5a", - "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": "d0758610dd214ec2aa497330f32c3efe" - } - ], - "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.MultiplyNode", - "m_ObjectId": "e84b850cb73a4955ba99831a9bb36515", - "m_Group": { - "m_Id": "51bb5407243a4e42aa1cfa972bff942e" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1784.9998779296875, - "y": 276.9999694824219, - "width": 207.99998474121095, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "b5d087952eea47278c36b7aea32615e6" - }, - { - "m_Id": "4aa1df70055c4a78be04314b64561db7" - }, - { - "m_Id": "e8faae2b7bd24e4897df667ae15ce61f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "e8faae2b7bd24e4897df667ae15ce61f", - "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.Vector1MaterialSlot", - "m_ObjectId": "eaa5ae15e6ec4735a64e34b9fee75139", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "ed9d747eb4e94f0c99cdec85be9e7832", - "m_Guid": { - "m_GuidSerialized": "098f9341-9586-4af5-8925-d41f21abb08d" - }, - "m_Name": "_BaseColor", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_BaseColor", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "edf8883a6f6b49469c1fbcbe6d67f474", - "m_Group": { - "m_Id": "82ac6902e32c415aae86f93ecc259d97" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -504.0000305175781, - "y": 822.0000610351563, - "width": 155.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "31f406aad10f4821955492533d8ecc95" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "4724365731424d94a2d7355971e37caa" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "f031891e2d674d8c90abdd0c08a1364c", - "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": "f2206ba3297a44d494e28f372916d680", - "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": "aadb5e708b6a4bd5b1fd30c2177326ed" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Alpha" -} - diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Stencilmask.shadergraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Stencilmask.shadergraph.meta deleted file mode 100644 index 93bfc3532..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Stencilmask.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: e3a951c215049004984ecbd076e64169 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Thumbnail.shadergraph b/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Thumbnail.shadergraph deleted file mode 100644 index 84b6ba6db..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Thumbnail.shadergraph +++ /dev/null @@ -1,1195 +0,0 @@ -{ - "m_SGVersion": 2, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "67c63d7fb63a45af9b7a10fc76d68ba2", - "m_Properties": [ - { - "m_Id": "d228475319eacf8080ba4c08815c9db1" - }, - { - "m_Id": "b8ee370e67834c98b2594cf99b52c8eb" - } - ], - "m_Keywords": [], - "m_Nodes": [ - { - "m_Id": "d7099a81665040919ecf88b30be05039" - }, - { - "m_Id": "95745a684878425c851c7d62a50e0d1d" - }, - { - "m_Id": "f5c7ba3b3ad8488fbb96221c6076f2a5" - }, - { - "m_Id": "8054a219560049e7a7fe418f760e813b" - }, - { - "m_Id": "1622f2e45ce74661a2e544ce9ccf22d8" - }, - { - "m_Id": "b4866ea8714a491bb1b40f440f6f10da" - }, - { - "m_Id": "db1bbeea18814bd59c90dd5e0cbd8089" - }, - { - "m_Id": "505c2abcb35048d3bf1eb24914601357" - }, - { - "m_Id": "e4edd6ae26f74c9284e6c44d659cb07e" - }, - { - "m_Id": "bd2d487565a64cbab650044e023f9b01" - }, - { - "m_Id": "18956c23373c45ebb21459c028263dab" - }, - { - "m_Id": "9df88c740c9246ec88c1315444e470c6" - }, - { - "m_Id": "7833e3afe9b3417184b3c411f1beb939" - }, - { - "m_Id": "a35ffa47c25e4ce6b4de4bf7ac01c8bd" - }, - { - "m_Id": "263ae857be2e4086b5976e04d7f66d8e" - } - ], - "m_GroupDatas": [ - { - "m_Id": "efd0dc4d36b748a29639fc42213e9b65" - } - ], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "263ae857be2e4086b5976e04d7f66d8e" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "bd2d487565a64cbab650044e023f9b01" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7833e3afe9b3417184b3c411f1beb939" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "a35ffa47c25e4ce6b4de4bf7ac01c8bd" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "9df88c740c9246ec88c1315444e470c6" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "a35ffa47c25e4ce6b4de4bf7ac01c8bd" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "a35ffa47c25e4ce6b4de4bf7ac01c8bd" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "263ae857be2e4086b5976e04d7f66d8e" - }, - "m_SlotId": 0 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 1268.0, - "y": -38.00000762939453 - }, - "m_Blocks": [ - { - "m_Id": "d7099a81665040919ecf88b30be05039" - }, - { - "m_Id": "95745a684878425c851c7d62a50e0d1d" - }, - { - "m_Id": "f5c7ba3b3ad8488fbb96221c6076f2a5" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 1268.0, - "y": 162.0 - }, - "m_Blocks": [ - { - "m_Id": "8054a219560049e7a7fe418f760e813b" - }, - { - "m_Id": "1622f2e45ce74661a2e544ce9ccf22d8" - }, - { - "m_Id": "b4866ea8714a491bb1b40f440f6f10da" - }, - { - "m_Id": "db1bbeea18814bd59c90dd5e0cbd8089" - }, - { - "m_Id": "505c2abcb35048d3bf1eb24914601357" - }, - { - "m_Id": "e4edd6ae26f74c9284e6c44d659cb07e" - }, - { - "m_Id": "bd2d487565a64cbab650044e023f9b01" - }, - { - "m_Id": "18956c23373c45ebb21459c028263dab" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Shader Graphs", - "m_ConcretePrecision": 1, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "b43667ff213e417098531cc4adaf9015" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "078b629d4a0e446180bf3522820a510c", - "m_Id": 0, - "m_DisplayName": "Base Color", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "BaseColor", - "m_StageCapability": 2, - "m_Value": { - "x": 0.7353569269180298, - "y": 0.7353569269180298, - "z": 0.7353569269180298 - }, - "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": "1622f2e45ce74661a2e544ce9ccf22d8", - "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": "5f98aad970174c3ca2df6a4321896698" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "1721762daffa4014b1d6d8586c465133", - "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.BlockNode", - "m_ObjectId": "18956c23373c45ebb21459c028263dab", - "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": "496dc73870e84de390917d06b4e1415c" - } - ], - "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.BranchNode", - "m_ObjectId": "263ae857be2e4086b5976e04d7f66d8e", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Branch", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 894.0000610351563, - "y": 134.0, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "384692e5bc0440c8a71689670d42a2e5" - }, - { - "m_Id": "e245a2dab0004b6fbfed40e81d0cab58" - }, - { - "m_Id": "f7cdf2878879469aba3dd39ee1c88893" - }, - { - "m_Id": "1721762daffa4014b1d6d8586c465133" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", - "m_ObjectId": "2d23f9bf4e204a7a94ab4c72eac80fb8", - "m_Id": 2, - "m_DisplayName": "Out", - "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.BooleanMaterialSlot", - "m_ObjectId": "384692e5bc0440c8a71689670d42a2e5", - "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.Vector1MaterialSlot", - "m_ObjectId": "406d41b8772549f7a89812982ed6572f", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "4290cb589a454b22bb78fe2909b05306", - "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.NormalMaterialSlot", - "m_ObjectId": "43dec257c8654ffdb8bce80230cbe466", - "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.Vector1MaterialSlot", - "m_ObjectId": "496dc73870e84de390917d06b4e1415c", - "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.Vector1MaterialSlot", - "m_ObjectId": "4d134e151edf47fc92d8925cc06a1e82", - "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": "505c2abcb35048d3bf1eb24914601357", - "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": "5d56fd4849214bedbaf9817e5d4ceb9e" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Smoothness" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", - "m_ObjectId": "57741d9fb8994b21a48d0c82631f8cc3", - "m_WorkflowMode": 1, - "m_NormalDropOffSpace": 0, - "m_ClearCoat": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "5d56fd4849214bedbaf9817e5d4ceb9e", - "m_Id": 0, - "m_DisplayName": "Smoothness", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Smoothness", - "m_StageCapability": 2, - "m_Value": 0.5, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "5f98aad970174c3ca2df6a4321896698", - "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": "7091e4a09551457fb2bedd8bfb3cec5b", - "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.PropertyNode", - "m_ObjectId": "7833e3afe9b3417184b3c411f1beb939", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 286.0000305175781, - "y": 460.0000305175781, - "width": 161.00001525878907, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "cc0bd4806bd54670ad0741f8ede8df9b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "b8ee370e67834c98b2594cf99b52c8eb" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "7952342c18f64277b9142f0d6dc37d28", - "m_Id": 0, - "m_DisplayName": "A", - "m_SlotType": 0, - "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.PositionMaterialSlot", - "m_ObjectId": "795ae57fc1d345f69dfe09dff1ffb777", - "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": "8054a219560049e7a7fe418f760e813b", - "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": "078b629d4a0e446180bf3522820a510c" - } - ], - "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.ColorRGBMaterialSlot", - "m_ObjectId": "81ed0adc2a67491797bd71cbb48e42eb", - "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": "95745a684878425c851c7d62a50e0d1d", - "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": "43dec257c8654ffdb8bce80230cbe466" - } - ], - "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.VertexColorNode", - "m_ObjectId": "9df88c740c9246ec88c1315444e470c6", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Vertex Color", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 239.00001525878907, - "y": 134.0, - "width": 208.0, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "db7c1470eaa340b0aad699842ba18530" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ComparisonNode", - "m_ObjectId": "a35ffa47c25e4ce6b4de4bf7ac01c8bd", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Comparison", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 654.0, - "y": 134.0, - "width": 145.0, - "height": 137.00001525878907 - } - }, - "m_Slots": [ - { - "m_Id": "7952342c18f64277b9142f0d6dc37d28" - }, - { - "m_Id": "406d41b8772549f7a89812982ed6572f" - }, - { - "m_Id": "2d23f9bf4e204a7a94ab4c72eac80fb8" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_ComparisonType": 1 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "b43667ff213e417098531cc4adaf9015", - "m_ActiveSubTarget": { - "m_Id": "57741d9fb8994b21a48d0c82631f8cc3" - }, - "m_SurfaceType": 0, - "m_AlphaMode": 0, - "m_TwoSided": false, - "m_AlphaClip": true, - "m_CustomEditorGUI": "" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "b4866ea8714a491bb1b40f440f6f10da", - "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": "4d134e151edf47fc92d8925cc06a1e82" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Metallic" -} - -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "b8ee370e67834c98b2594cf99b52c8eb", - "m_Guid": { - "m_GuidSerialized": "4dd2b06e-1a5e-4968-8b2b-c6d47e937bcd" - }, - "m_Name": "_HighlightColor", - "m_DefaultReferenceName": "Color_b8ee370e67834c98b2594cf99b52c8eb", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 0.0, - "g": 0.0, - "b": 0.0, - "a": 0.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "bd2d487565a64cbab650044e023f9b01", - "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": "d118aba15b1d426d9a62705cc0593b32" - } - ], - "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.Vector4MaterialSlot", - "m_ObjectId": "cc0bd4806bd54670ad0741f8ede8df9b", - "m_Id": 0, - "m_DisplayName": "_HighlightColor", - "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.Vector1MaterialSlot", - "m_ObjectId": "d118aba15b1d426d9a62705cc0593b32", - "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": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "d228475319eacf8080ba4c08815c9db1", - "m_Guid": { - "m_GuidSerialized": "cc032e45-c37b-43e8-94ad-7f8e802f3ff1" - }, - "m_Name": "_BaseColor", - "m_DefaultReferenceName": "Color_4D020152", - "m_OverrideReferenceName": "_BaseColor", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "d7099a81665040919ecf88b30be05039", - "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": "795ae57fc1d345f69dfe09dff1ffb777" - } - ], - "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.BlockNode", - "m_ObjectId": "db1bbeea18814bd59c90dd5e0cbd8089", - "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": "81ed0adc2a67491797bd71cbb48e42eb" - } - ], - "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.Vector4MaterialSlot", - "m_ObjectId": "db7c1470eaa340b0aad699842ba18530", - "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": "e245a2dab0004b6fbfed40e81d0cab58", - "m_Id": 1, - "m_DisplayName": "True", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "True", - "m_StageCapability": 3, - "m_Value": { - "x": 0.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.BlockNode", - "m_ObjectId": "e4edd6ae26f74c9284e6c44d659cb07e", - "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": "4290cb589a454b22bb78fe2909b05306" - } - ], - "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.GroupData", - "m_ObjectId": "efd0dc4d36b748a29639fc42213e9b65", - "m_Title": "Color", - "m_Position": { - "x": 870.0000610351563, - "y": -628.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "f5c7ba3b3ad8488fbb96221c6076f2a5", - "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": "7091e4a09551457fb2bedd8bfb3cec5b" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "f7cdf2878879469aba3dd39ee1c88893", - "m_Id": 2, - "m_DisplayName": "False", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "False", - "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 - } -} - diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Thumbnail.shadergraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Thumbnail.shadergraph.meta deleted file mode 100644 index 1132d8908..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Buildings_Thumbnail.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 01fe8b23bf1379547bc35faa50b9d096 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/FresnelBubble.shadergraph b/Assets/PackageStagingArea/Rendering/Shaders/FresnelBubble.shadergraph deleted file mode 100644 index 564e20d3a..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/FresnelBubble.shadergraph +++ /dev/null @@ -1,686 +0,0 @@ -{ - "m_SGVersion": 2, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "7ada9bf86d9c4f96b38a5f16fd31f335", - "m_Properties": [ - { - "m_Id": "8ab4aaa82cc3788b948f9c4f4d8e4b5b" - } - ], - "m_Keywords": [], - "m_Nodes": [ - { - "m_Id": "da4479c5bb060284b2234deb49601a6c" - }, - { - "m_Id": "b85a21520804348e8827f667071d4f99" - }, - { - "m_Id": "a2f9d18e08c945ab98569c223f3bed69" - }, - { - "m_Id": "01f406045d094f7b8c0aab5e4b62a486" - }, - { - "m_Id": "2d393b1107c24686be3dae711a4b8100" - }, - { - "m_Id": "3b355f63fe8240ccb87cea4e89b2948b" - }, - { - "m_Id": "b53096543d2547b3adbcc28b03c9ee7d" - }, - { - "m_Id": "55caa21eae7b41969662a86b058f95f3" - } - ], - "m_GroupDatas": [], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "b85a21520804348e8827f667071d4f99" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3b355f63fe8240ccb87cea4e89b2948b" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "da4479c5bb060284b2234deb49601a6c" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "b53096543d2547b3adbcc28b03c9ee7d" - }, - "m_SlotId": 0 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 35.0, - "y": -76.0 - }, - "m_Blocks": [ - { - "m_Id": "a2f9d18e08c945ab98569c223f3bed69" - }, - { - "m_Id": "01f406045d094f7b8c0aab5e4b62a486" - }, - { - "m_Id": "2d393b1107c24686be3dae711a4b8100" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 35.0, - "y": 124.0 - }, - "m_Blocks": [ - { - "m_Id": "3b355f63fe8240ccb87cea4e89b2948b" - }, - { - "m_Id": "b53096543d2547b3adbcc28b03c9ee7d" - }, - { - "m_Id": "55caa21eae7b41969662a86b058f95f3" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Shader Graphs", - "m_ConcretePrecision": 0, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "41f724ae64fc40aba412c4ea1e79a156" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "01f406045d094f7b8c0aab5e4b62a486", - "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": "ef4818356f6f40b2b403080d5d5e9cbf" - } - ], - "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.Vector4MaterialSlot", - "m_ObjectId": "16cdf9f736c1f1888dce6d64ea6e51a1", - "m_Id": 0, - "m_DisplayName": "_FresnelColor", - "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.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", - "m_ObjectId": "17f818cbf4c64650abb7979a2a769754" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", - "m_ObjectId": "2b7b5f6c524848d989d2cf60eaa6939a", - "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": "2d393b1107c24686be3dae711a4b8100", - "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": "e43d740c224f43f69b90e152015a57c4" - } - ], - "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.BlockNode", - "m_ObjectId": "3b355f63fe8240ccb87cea4e89b2948b", - "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": "f044087d6c8e4abc9f98a4e34c5c372e" - } - ], - "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.UniversalTarget", - "m_ObjectId": "41f724ae64fc40aba412c4ea1e79a156", - "m_ActiveSubTarget": { - "m_Id": "17f818cbf4c64650abb7979a2a769754" - }, - "m_SurfaceType": 1, - "m_AlphaMode": 0, - "m_TwoSided": false, - "m_AlphaClip": false, - "m_CustomEditorGUI": "" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "4f6abc6196581e8ba0b651d3c809cfb7", - "m_Id": 3, - "m_DisplayName": "Out", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "5143c5ebe404a28e847442903da18bea", - "m_Id": 0, - "m_DisplayName": "Normal", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Normal", - "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": [ - "X", - "Y", - "Z" - ], - "m_Space": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "55caa21eae7b41969662a86b058f95f3", - "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": "ec600661960247ebbaad433b978ea6fa" - } - ], - "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.Vector1MaterialSlot", - "m_ObjectId": "8093d4df0798f28991cd63b46b70d6cc", - "m_Id": 2, - "m_DisplayName": "Power", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Power", - "m_StageCapability": 3, - "m_Value": 4.0, - "m_DefaultValue": 1.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "8ab4aaa82cc3788b948f9c4f4d8e4b5b", - "m_Guid": { - "m_GuidSerialized": "dea2f0ae-a7f6-4813-8a76-35e37fc58efa" - }, - "m_Name": "_FresnelColor", - "m_DefaultReferenceName": "Color_B610C775", - "m_OverrideReferenceName": "_FresnelColor", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "a2f9d18e08c945ab98569c223f3bed69", - "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": "2b7b5f6c524848d989d2cf60eaa6939a" - } - ], - "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.Vector1MaterialSlot", - "m_ObjectId": "af0069c0b23e48c5beb823c884f96717", - "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.BlockNode", - "m_ObjectId": "b53096543d2547b3adbcc28b03c9ee7d", - "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": "af0069c0b23e48c5beb823c884f96717" - } - ], - "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.PropertyNode", - "m_ObjectId": "b85a21520804348e8827f667071d4f99", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -362.0, - "y": -37.0, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "16cdf9f736c1f1888dce6d64ea6e51a1" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "8ab4aaa82cc3788b948f9c4f4d8e4b5b" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.FresnelNode", - "m_ObjectId": "da4479c5bb060284b2234deb49601a6c", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Fresnel Effect", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -645.0, - "y": 19.0, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "5143c5ebe404a28e847442903da18bea" - }, - { - "m_Id": "de5134e993b62c82bafc55e3bf14b52a" - }, - { - "m_Id": "8093d4df0798f28991cd63b46b70d6cc" - }, - { - "m_Id": "4f6abc6196581e8ba0b651d3c809cfb7" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ViewDirectionMaterialSlot", - "m_ObjectId": "de5134e993b62c82bafc55e3bf14b52a", - "m_Id": 1, - "m_DisplayName": "View Dir", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "ViewDir", - "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": [ - "X", - "Y", - "Z" - ], - "m_Space": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", - "m_ObjectId": "e43d740c224f43f69b90e152015a57c4", - "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": "ec600661960247ebbaad433b978ea6fa", - "m_Id": 0, - "m_DisplayName": "Alpha Clip Threshold", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "AlphaClipThreshold", - "m_StageCapability": 2, - "m_Value": 0.0, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "ef4818356f6f40b2b403080d5d5e9cbf", - "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.ColorRGBMaterialSlot", - "m_ObjectId": "f044087d6c8e4abc9f98a4e34c5c372e", - "m_Id": 0, - "m_DisplayName": "Base Color", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "BaseColor", - "m_StageCapability": 2, - "m_Value": { - "x": 0.7353569269180298, - "y": 0.7353569269180298, - "z": 0.7353569269180298 - }, - "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 - } -} - diff --git a/Assets/PackageStagingArea/Rendering/Shaders/FresnelBubble.shadergraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/FresnelBubble.shadergraph.meta deleted file mode 100644 index 1ecdd8823..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/FresnelBubble.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: dfda31b2819accb48aef757e4ef76600 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/GridSelectionBlock.shader b/Assets/PackageStagingArea/Rendering/Shaders/GridSelectionBlock.shader deleted file mode 100644 index 14c33c635..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/GridSelectionBlock.shader +++ /dev/null @@ -1,83 +0,0 @@ -// Upgrade NOTE: replaced 'mul(UNITY_MATRIX_MVP,*)' with 'UnityObjectToClipPos(*)' - -Shader "Particles/GridSelectionBlock" { - Properties{ - _TintColor("Tint Color", Color) = (0.5,0.5,0.5,0.5) - _MainTex("Grid Texture", 2D) = "white" {} - _InvFade("Soft Particles Factor", Range(0.01,3.0)) = 1.0 - } - - Category{ - Tags { "Queue" = "Overlay" "IgnoreProjector" = "True" "RenderType" = "Transparent" } - ZTest Always - Blend SrcAlpha OneMinusSrcAlpha - ColorMask RGB - Cull Off Lighting Off ZWrite Off - - SubShader { - Pass { - - CGPROGRAM - #pragma vertex vert - #pragma fragment frag - #pragma multi_compile_particles - #pragma multi_compile_fog - - #include "UnityCG.cginc" - - sampler2D _MainTex; - fixed4 _TintColor; - - struct appdata_t { - float4 vertex : POSITION; - fixed4 color : COLOR; - float2 texcoord : TEXCOORD0; - }; - - struct v2f { - float4 vertex : SV_POSITION; - fixed4 color : COLOR; - float2 texcoord : TEXCOORD0; - UNITY_FOG_COORDS(1) - #ifdef SOFTPARTICLES_ON - float4 projPos : TEXCOORD2; - #endif - }; - - float4 _MainTex_ST; - - v2f vert(appdata_t v) - { - v2f o; - o.vertex = UnityObjectToClipPos(v.vertex); - #ifdef SOFTPARTICLES_ON - o.projPos = ComputeScreenPos(o.vertex); - COMPUTE_EYEDEPTH(o.projPos.z); - #endif - o.color = v.color; - o.texcoord = TRANSFORM_TEX(v.texcoord,_MainTex); - UNITY_TRANSFER_FOG(o,o.vertex); - return o; - } - - sampler2D_float _CameraDepthTexture; - float _InvFade; - - fixed4 frag(v2f i) : SV_Target - { - #ifdef SOFTPARTICLES_ON - float sceneZ = LinearEyeDepth(SAMPLE_DEPTH_TEXTURE_PROJ(_CameraDepthTexture, UNITY_PROJ_COORD(i.projPos))); - float partZ = i.projPos.z; - float fade = saturate(_InvFade * (sceneZ - partZ)); - i.color.a *= fade; - #endif - - fixed4 col = 2.0f * i.color * _TintColor * tex2D(_MainTex, i.texcoord); - UNITY_APPLY_FOG(i.fogCoord, col); - return col; - } - ENDCG - } - } - } -} \ No newline at end of file diff --git a/Assets/PackageStagingArea/Rendering/Shaders/GridSelectionBlock.shader.meta b/Assets/PackageStagingArea/Rendering/Shaders/GridSelectionBlock.shader.meta deleted file mode 100644 index 0df509001..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/GridSelectionBlock.shader.meta +++ /dev/null @@ -1,9 +0,0 @@ -fileFormatVersion: 2 -guid: 33ee123d4dfc6d04ea2c6e9678ecdda9 -ShaderImporter: - externalObjects: {} - defaultTextures: [] - nonModifiableTextures: [] - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Ground_Grass.shadergraph b/Assets/PackageStagingArea/Rendering/Shaders/Ground_Grass.shadergraph deleted file mode 100644 index e9c18b0fa..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Ground_Grass.shadergraph +++ /dev/null @@ -1,4341 +0,0 @@ -{ - "m_SGVersion": 2, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "57031e44cdd74d37944a8c294a58640f", - "m_Properties": [ - { - "m_Id": "6713c1957c7cd184bdf05a943baab84e" - }, - { - "m_Id": "7d7f4f7b1a0a048f98c10a86c244dc7a" - }, - { - "m_Id": "ac7250628d4a1d85bd52d243b1c2c045" - }, - { - "m_Id": "c0fd797d845d238f994c7232d1efe7a3" - }, - { - "m_Id": "b2b2945525bf6e82ba85de20d90def35" - }, - { - "m_Id": "7ea7610fdd82ee8f8ae60ffc854333a0" - }, - { - "m_Id": "02cf0797cc06938695717d369e22df8e" - }, - { - "m_Id": "dfbf947245445186b07ae9fc2b9a9ca0" - }, - { - "m_Id": "9b2ac4d382d0e483b41066f1094c5027" - }, - { - "m_Id": "d15a5214f62b7e8ba81a6ccc1e241965" - } - ], - "m_Keywords": [], - "m_Nodes": [ - { - "m_Id": "9626fb076d67a182a607a16a59b3f83f" - }, - { - "m_Id": "b97e02729c7e4980a9628103a25ba877" - }, - { - "m_Id": "57fe2b4e07900980b3bae91da7daaac0" - }, - { - "m_Id": "4ea27f3c63b1e3809a283e8c009bfd5e" - }, - { - "m_Id": "7260dc169b570c8fb9c9337bcb78e1c9" - }, - { - "m_Id": "529a0fd61272e080a5f2c51d4e7b615f" - }, - { - "m_Id": "a31bd2a5055ace869c657ea37f2821c3" - }, - { - "m_Id": "e90bd5a3738e378593ab77518d2e290b" - }, - { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - { - "m_Id": "7598e2350f940585966f623c2509da32" - }, - { - "m_Id": "d15640e1025a7384a912a66189be9203" - }, - { - "m_Id": "ad60f947282dcd8c9f8a21849a698bbc" - }, - { - "m_Id": "3fbde7d5619a1a8690fc2f86deccd21e" - }, - { - "m_Id": "1cf9c4af27452d80ac61c24b3c0c71cd" - }, - { - "m_Id": "57f98f9b3a259784b3b5e3743dd55170" - }, - { - "m_Id": "d4b5bdc00f3be889844f97571a0b769f" - }, - { - "m_Id": "0d7d11edb64ea58cba6bb36495b1d139" - }, - { - "m_Id": "cddec79b7d97558ca6da5bcdc0f42253" - }, - { - "m_Id": "bd69470bd55c418dbc5b2b3ddd6441b3" - }, - { - "m_Id": "479a4b89f7733a8db3ee87f540451441" - }, - { - "m_Id": "076cb6fc70d3bd86a5d16b956906124e" - }, - { - "m_Id": "bfa1772250437c84a9951a958a22f554" - }, - { - "m_Id": "27d8617cb3349782b20346d6d31de8b9" - }, - { - "m_Id": "793c4185001e99809ba14b8971c89373" - }, - { - "m_Id": "e873f87938a1e781a38584d0850b0fd2" - }, - { - "m_Id": "c9e39ce380d66c87b21365fe8cfd4345" - }, - { - "m_Id": "04db94b0635346efbb8e143fb0fc935b" - }, - { - "m_Id": "cd3b40202138442b9831b04d94fc8a7f" - }, - { - "m_Id": "e243283d3e4f401b95af1a9a76c6db28" - }, - { - "m_Id": "aeec9967181e4e4583f36dc245bd062a" - }, - { - "m_Id": "d2c8ad1d06034e8c933674a8a9256069" - }, - { - "m_Id": "cf1b3286c2844427913371516a818d7b" - }, - { - "m_Id": "f8bab542c8044ca594fa27ff0f47df27" - }, - { - "m_Id": "732f463649cc40158b45cad7c59faa9c" - }, - { - "m_Id": "89d3525909dd4327b4731f29b0e8028b" - }, - { - "m_Id": "7f40922ba36b449695c5babad797505e" - } - ], - "m_GroupDatas": [ - { - "m_Id": "b57b28e7b1c742c7a2fb7f44bd39c5e5" - }, - { - "m_Id": "5532f415c18049e3a497a5c62f722e12" - }, - { - "m_Id": "5c22999af8d748d6807a52455ed1436a" - }, - { - "m_Id": "f953a3d9c9f74d24a6a6b484e734a835" - } - ], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "076cb6fc70d3bd86a5d16b956906124e" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "27d8617cb3349782b20346d6d31de8b9" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "0d7d11edb64ea58cba6bb36495b1d139" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "cddec79b7d97558ca6da5bcdc0f42253" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "1cf9c4af27452d80ac61c24b3c0c71cd" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3fbde7d5619a1a8690fc2f86deccd21e" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "27d8617cb3349782b20346d6d31de8b9" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "b97e02729c7e4980a9628103a25ba877" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "3fbde7d5619a1a8690fc2f86deccd21e" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ad60f947282dcd8c9f8a21849a698bbc" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "479a4b89f7733a8db3ee87f540451441" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "076cb6fc70d3bd86a5d16b956906124e" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "4ea27f3c63b1e3809a283e8c009bfd5e" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "b97e02729c7e4980a9628103a25ba877" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "529a0fd61272e080a5f2c51d4e7b615f" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "57f98f9b3a259784b3b5e3743dd55170" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "529a0fd61272e080a5f2c51d4e7b615f" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "bd69470bd55c418dbc5b2b3ddd6441b3" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "57f98f9b3a259784b3b5e3743dd55170" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "9626fb076d67a182a607a16a59b3f83f" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "57fe2b4e07900980b3bae91da7daaac0" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "4ea27f3c63b1e3809a283e8c009bfd5e" - }, - "m_SlotId": -276770608 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7260dc169b570c8fb9c9337bcb78e1c9" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "f8bab542c8044ca594fa27ff0f47df27" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7598e2350f940585966f623c2509da32" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "d2c8ad1d06034e8c933674a8a9256069" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "9626fb076d67a182a607a16a59b3f83f" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "aeec9967181e4e4583f36dc245bd062a" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "0d7d11edb64ea58cba6bb36495b1d139" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3fbde7d5619a1a8690fc2f86deccd21e" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "a31bd2a5055ace869c657ea37f2821c3" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "e90bd5a3738e378593ab77518d2e290b" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "ad60f947282dcd8c9f8a21849a698bbc" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "57f98f9b3a259784b3b5e3743dd55170" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "b97e02729c7e4980a9628103a25ba877" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "89d3525909dd4327b4731f29b0e8028b" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "bd69470bd55c418dbc5b2b3ddd6441b3" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "479a4b89f7733a8db3ee87f540451441" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "bd69470bd55c418dbc5b2b3ddd6441b3" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "bfa1772250437c84a9951a958a22f554" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "bfa1772250437c84a9951a958a22f554" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "27d8617cb3349782b20346d6d31de8b9" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "c9e39ce380d66c87b21365fe8cfd4345" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "4ea27f3c63b1e3809a283e8c009bfd5e" - }, - "m_SlotId": -953725949 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "cddec79b7d97558ca6da5bcdc0f42253" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "9626fb076d67a182a607a16a59b3f83f" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "d15640e1025a7384a912a66189be9203" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ad60f947282dcd8c9f8a21849a698bbc" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "d15640e1025a7384a912a66189be9203" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "cddec79b7d97558ca6da5bcdc0f42253" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "d4b5bdc00f3be889844f97571a0b769f" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "0d7d11edb64ea58cba6bb36495b1d139" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e873f87938a1e781a38584d0850b0fd2" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "4ea27f3c63b1e3809a283e8c009bfd5e" - }, - "m_SlotId": -259366608 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e90bd5a3738e378593ab77518d2e290b" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e90bd5a3738e378593ab77518d2e290b" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - "m_SlotId": 2 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 1237.0, - "y": -394.0 - }, - "m_Blocks": [ - { - "m_Id": "04db94b0635346efbb8e143fb0fc935b" - }, - { - "m_Id": "cd3b40202138442b9831b04d94fc8a7f" - }, - { - "m_Id": "e243283d3e4f401b95af1a9a76c6db28" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 1237.0, - "y": -194.0 - }, - "m_Blocks": [ - { - "m_Id": "aeec9967181e4e4583f36dc245bd062a" - }, - { - "m_Id": "d2c8ad1d06034e8c933674a8a9256069" - }, - { - "m_Id": "cf1b3286c2844427913371516a818d7b" - }, - { - "m_Id": "f8bab542c8044ca594fa27ff0f47df27" - }, - { - "m_Id": "732f463649cc40158b45cad7c59faa9c" - }, - { - "m_Id": "89d3525909dd4327b4731f29b0e8028b" - }, - { - "m_Id": "7f40922ba36b449695c5babad797505e" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"fileID\":10203,\"guid\":\"0000000000000000e000000000000000\",\"type\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Shader Graphs", - "m_ConcretePrecision": 1, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "e77f2a218c3f458ab19cd9ebd2e7f1e5" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "0241b8897fa4bd8ea106e096fff4d08f", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", - "m_ObjectId": "02cf0797cc06938695717d369e22df8e", - "m_Guid": { - "m_GuidSerialized": "c5ab5b59-9aba-4539-bb7b-e8e25c79c4b8" - }, - "m_Name": "_ClippingMask", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_ClippingMask", - "m_GeneratePropertyBlock": true, - "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.BlockNode", - "m_ObjectId": "04db94b0635346efbb8e143fb0fc935b", - "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": "8565a812d65941f7a05dd0126bdefe45" - } - ], - "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.DitherNode", - "m_ObjectId": "076cb6fc70d3bd86a5d16b956906124e", - "m_Group": { - "m_Id": "f953a3d9c9f74d24a6a6b484e734a835" - }, - "m_Name": "Dither", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 461.99993896484377, - "y": 1281.0, - "width": 220.00001525878907, - "height": 302.0000305175781 - } - }, - "m_Slots": [ - { - "m_Id": "e37327f06cb3e2889b8e4de84fd850fc" - }, - { - "m_Id": "312a1af4e45e2587b92c6b175a58536e" - }, - { - "m_Id": "48512bcf0c4fa2829f204c57b3cabe69" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "09e46afeba9a7e82b322aa5d30dd110a", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", - "m_ObjectId": "0d7d11edb64ea58cba6bb36495b1d139", - "m_Group": { - "m_Id": "b57b28e7b1c742c7a2fb7f44bd39c5e5" - }, - "m_Name": "Tiling And Offset", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1394.0001220703125, - "y": -150.99998474121095, - "width": 207.99998474121095, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "e149abbbf98d708caa510b43b5102f0e" - }, - { - "m_Id": "44e22f2104c41782aa96781db19b5f9e" - }, - { - "m_Id": "790fb5b575e12283b2450a451e225cb3" - }, - { - "m_Id": "09e46afeba9a7e82b322aa5d30dd110a" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", - "m_ObjectId": "1260ea91dcffd18d9a1053e268a4e8a3", - "m_Id": -953725949, - "m_DisplayName": "_MaskMap", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Texture2D_E59969F8", - "m_StageCapability": 2, - "m_BareResource": false, - "m_Texture": { - "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "1308520dd2530f85b8910db71dd15eeb", - "m_Id": 0, - "m_DisplayName": "_Smoothness", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "18558861a43b768bbb3bf542534c71c8", - "m_Id": -259366608, - "m_DisplayName": "_Size", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector2_9E75FBFC", - "m_StageCapability": 2, - "m_Value": { - "x": 0.0010000000474974514, - "y": 0.0010000000474974514 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "19a6bf1be0298283a7d3286e7d43b903", - "m_Id": 0, - "m_DisplayName": "_ClippingMask", - "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.Texture2DMaterialSlot", - "m_ObjectId": "1bb4ac6d68b42e8b94fc3c26f6eeea13", - "m_Id": 0, - "m_DisplayName": "_MaskMap", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_BareResource": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "1cf9c4af27452d80ac61c24b3c0c71cd", - "m_Group": { - "m_Id": "b57b28e7b1c742c7a2fb7f44bd39c5e5" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1705.0, - "y": 326.0, - "width": 114.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "736be5b2a1a33e86b420b87311dfee27" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "7d7f4f7b1a0a048f98c10a86c244dc7a" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "2034a629840e248f868add39a40a9750", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BranchNode", - "m_ObjectId": "27d8617cb3349782b20346d6d31de8b9", - "m_Group": { - "m_Id": "f953a3d9c9f74d24a6a6b484e734a835" - }, - "m_Name": "Branch", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 695.0001220703125, - "y": 953.0, - "width": 208.00001525878907, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "89c11578dacf418f9ddbefacbe698d9c" - }, - { - "m_Id": "aa0dbb47e01e6f80880aeb059c977fe3" - }, - { - "m_Id": "8015513ff2e8c684821f53aa47e489c6" - }, - { - "m_Id": "314e9ad9fa379d828090b5a878d009f9" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "282e48b42f466f83a43d780d881d3eff", - "m_Id": 0, - "m_DisplayName": "_BaseColor", - "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.ColorRGBMaterialSlot", - "m_ObjectId": "2a2b4254b39a46d596ce085fd202282e", - "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": "2b552ee0011e40e3a4dbd90c67f0ff81", - "m_Id": 0, - "m_DisplayName": "Smoothness", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Smoothness", - "m_StageCapability": 2, - "m_Value": 0.029999999329447748, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "2cc4ea4ce5cffb8194f5186a05bb0a87", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot", - "m_ObjectId": "312a1af4e45e2587b92c6b175a58536e", - "m_Id": 1, - "m_DisplayName": "Screen Position", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "ScreenPosition", - "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_ScreenSpaceType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "314e9ad9fa379d828090b5a878d009f9", - "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.Vector2MaterialSlot", - "m_ObjectId": "335351e97ebaf18b9e7ebfb07f9b30d2", - "m_Id": 2, - "m_DisplayName": "Offset", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Offset", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 0.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "396e68140dcb248486ec3e88866ee1b2", - "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.TilingAndOffsetNode", - "m_ObjectId": "3fbde7d5619a1a8690fc2f86deccd21e", - "m_Group": { - "m_Id": "b57b28e7b1c742c7a2fb7f44bd39c5e5" - }, - "m_Name": "Tiling And Offset", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1388.0, - "y": 292.0000305175781, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "e56cb4d95ff92e88ba0fee55ac0b056e" - }, - { - "m_Id": "c2f0d97494ff2786bf713aa8575ceda6" - }, - { - "m_Id": "335351e97ebaf18b9e7ebfb07f9b30d2" - }, - { - "m_Id": "f39137c15dfe0c818d8ba3b782d7fb0a" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "43a25f96dfa38e8fa7db0872f9a8d438", - "m_Id": 0, - "m_DisplayName": "_TilingDetail", - "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": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "44e22f2104c41782aa96781db19b5f9e", - "m_Id": 1, - "m_DisplayName": "Tiling", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Tiling", - "m_StageCapability": 3, - "m_Value": { - "x": 0.029999999329447748, - "y": 0.029999999329447748 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "479a4b89f7733a8db3ee87f540451441", - "m_Group": { - "m_Id": "f953a3d9c9f74d24a6a6b484e734a835" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 219.00006103515626, - "y": 1143.0, - "width": 208.0, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "728150f6401eeb82bc8fa05288bd94a8" - }, - { - "m_Id": "ca48c1b940a3ff87b686a511b194a991" - }, - { - "m_Id": "a21832eee4661b8aad791f554d4b2b2d" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "48512bcf0c4fa2829f204c57b3cabe69", - "m_Id": 2, - "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": "48f2043e0f7f9c85903bb8a09b329864", - "m_Id": 2, - "m_DisplayName": "Y", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Y", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", - "m_ObjectId": "4cd1d9966d5d588884ee57c3c75bfe7b", - "m_Id": 0, - "m_DisplayName": "_BaseMap", - "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": "4d20f377413ef28691d7bd47f078ff54", - "m_Id": 0, - "m_DisplayName": "A", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "A", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", - "m_ObjectId": "4ea27f3c63b1e3809a283e8c009bfd5e", - "m_Group": { - "m_Id": "5c22999af8d748d6807a52455ed1436a" - }, - "m_Name": "MaskInWorldSpace", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 865.9999389648438, - "y": 271.0, - "width": 291.0, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "1260ea91dcffd18d9a1053e268a4e8a3" - }, - { - "m_Id": "e5d9a7d73116588793cc8e1c262ef3db" - }, - { - "m_Id": "18558861a43b768bbb3bf542534c71c8" - }, - { - "m_Id": "5103041c5b3ac88589413c194d2e285d" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"94726f8a3a6e7c943902842b66a2489d\",\n \"type\": 3\n }\n}", - "m_PropertyGuids": [ - "b8399f3e-e3b9-4fe2-a139-b464f8eaa70c", - "24570100-278e-4639-b493-22a6f369b7c2", - "b11a2b98-5990-4a48-9fb3-18abf6f898e0", - "20e00c29-a0c7-40ee-967b-4701b2ce07c4" - ], - "m_PropertyIds": [ - -276770608, - 567887867, - -259366608, - -953725949 - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", - "m_ObjectId": "50bdb67fad31de8bbad5b42ce35eb5f5", - "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.Vector4MaterialSlot", - "m_ObjectId": "5103041c5b3ac88589413c194d2e285d", - "m_Id": 1, - "m_DisplayName": "Out_Vector4", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "OutVector4", - "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.PropertyNode", - "m_ObjectId": "529a0fd61272e080a5f2c51d4e7b615f", - "m_Group": { - "m_Id": "5532f415c18049e3a497a5c62f722e12" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -313.9999084472656, - "y": -163.99996948242188, - "width": 143.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "282e48b42f466f83a43d780d881d3eff" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "6713c1957c7cd184bdf05a943baab84e" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "52badeed1cee2785a054540ff8793273", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "5532f415c18049e3a497a5c62f722e12", - "m_Title": "Color", - "m_Position": { - "x": -867.9998779296875, - "y": -316.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "57dcbc0c4f7cdc8c971253b613bfb69c", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "57f98f9b3a259784b3b5e3743dd55170", - "m_Group": { - "m_Id": "5532f415c18049e3a497a5c62f722e12" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -97.00004577636719, - "y": -111.99996948242188, - "width": 208.0, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "a51c0d76ae28ec878aee48ff40e349be" - }, - { - "m_Id": "83d9de863fa27788b9e9c5a791f4a4f8" - }, - { - "m_Id": "aa520e16b8594b85a8c2ee0ba7dc5719" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "57fe2b4e07900980b3bae91da7daaac0", - "m_Group": { - "m_Id": "5c22999af8d748d6807a52455ed1436a" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 487.0000305175781, - "y": 591.0, - "width": 193.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "19a6bf1be0298283a7d3286e7d43b903" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "02cf0797cc06938695717d369e22df8e" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "5c22999af8d748d6807a52455ed1436a", - "m_Title": "Mask", - "m_Position": { - "x": 461.9998779296875, - "y": 214.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "5cc4c09e2489f38b81a01c597c7e2b66", - "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.Vector3MaterialSlot", - "m_ObjectId": "5ec350d90c32568a856cf92db0bb1c7a", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", - "m_ObjectId": "608370f9933e8684bcd8434d9c17daf8", - "m_Id": 2, - "m_DisplayName": "Out", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "6165a6fe504c678e9e1d9e13e3d70ed5", - "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.Vector1MaterialSlot", - "m_ObjectId": "6373e1b6146046b0a7282be0c38fe724", - "m_Id": 0, - "m_DisplayName": "Metallic", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Metallic", - "m_StageCapability": 2, - "m_Value": 0.18000000715255738, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "64065ad09f78ce878bfa21c111604f12", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "657435be1f5c46808b84e0c7573aadb7", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "6713c1957c7cd184bdf05a943baab84e", - "m_Guid": { - "m_GuidSerialized": "ee6ea7a3-1896-4a37-af53-9813670c5a22" - }, - "m_Name": "_BaseColor", - "m_DefaultReferenceName": "Color_5E84EBAF", - "m_OverrideReferenceName": "_BaseColor", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "690f6c0ad8d02f81b9652754a4808362", - "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": "6b0265f2954feb85a9902fdb3eae48a5", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "7260dc169b570c8fb9c9337bcb78e1c9", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 48.00011444091797, - "y": 181.0, - "width": 153.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "1308520dd2530f85b8910db71dd15eeb" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "7ea7610fdd82ee8f8ae60ffc854333a0" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "728150f6401eeb82bc8fa05288bd94a8", - "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.BlockNode", - "m_ObjectId": "732f463649cc40158b45cad7c59faa9c", - "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": "9c8076df7b7f4ce996426110c4d78ae9" - } - ], - "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": "735404bf9dc67685bc2c34dd8f05e5b7", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "736be5b2a1a33e86b420b87311dfee27", - "m_Id": 0, - "m_DisplayName": "_Tiling", - "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": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "7533cbba6a91bb8e9afc31bdc526d396", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "757e6d679a355b8eaf8052dc119b3e18", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "7598e2350f940585966f623c2509da32", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 71.00001525878906, - "y": 137.00001525878907, - "width": 129.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "88ddf95c43598988b3baa5679dbbdd35" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "b2b2945525bf6e82ba85de20d90def35" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "774b9cc5b1322883a6a55c66e8435c5d", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "78bdadee391dd5898806b80eabb40c96", - "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.Vector2MaterialSlot", - "m_ObjectId": "790fb5b575e12283b2450a451e225cb3", - "m_Id": 2, - "m_DisplayName": "Offset", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Offset", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 0.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "793c4185001e99809ba14b8971c89373", - "m_Group": { - "m_Id": "5c22999af8d748d6807a52455ed1436a" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 624.0000610351563, - "y": 331.0000305175781, - "width": 168.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "bc27d2f0c86e3880b85852cbe495394d" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "dfbf947245445186b07ae9fc2b9a9ca0" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "7d0a58f8bafc7688ab1efc554c297fef", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "7d6c65224d704031a7f6b3e1f0653f82", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "7d7f4f7b1a0a048f98c10a86c244dc7a", - "m_Guid": { - "m_GuidSerialized": "645b30e2-f8dc-4e74-800e-f32cabeb3141" - }, - "m_Name": "_Tiling", - "m_DefaultReferenceName": "Vector2_DAFA6E93", - "m_OverrideReferenceName": "_Tiling", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "x": 10.0, - "y": 10.0, - "z": 0.0, - "w": 0.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "7e173cdef3e1443e9283364ff6b52a04", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "7ea7610fdd82ee8f8ae60ffc854333a0", - "m_Guid": { - "m_GuidSerialized": "b9a91988-f6f2-4dd3-ab32-7ec05bb7849c" - }, - "m_Name": "_Smoothness", - "m_DefaultReferenceName": "Vector1_EC5050E1", - "m_OverrideReferenceName": "_Smoothness", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": 0.5, - "m_FloatType": 0, - "m_RangeValues": { - "x": 0.0, - "y": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "7f40922ba36b449695c5babad797505e", - "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": "e2223f8d5b004dc485cf3560dc531791" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "8015513ff2e8c684821f53aa47e489c6", - "m_Id": 2, - "m_DisplayName": "False", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "False", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "83d9de863fa27788b9e9c5a791f4a4f8", - "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": "8565a812d65941f7a05dd0126bdefe45", - "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.Vector1MaterialSlot", - "m_ObjectId": "88ddf95c43598988b3baa5679dbbdd35", - "m_Id": 0, - "m_DisplayName": "_Metallic", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", - "m_ObjectId": "89c11578dacf418f9ddbefacbe698d9c", - "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.BlockNode", - "m_ObjectId": "89d3525909dd4327b4731f29b0e8028b", - "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": "7e173cdef3e1443e9283364ff6b52a04" - } - ], - "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.Vector1MaterialSlot", - "m_ObjectId": "8c5005dcf17f7389bbbc7b920d4697d1", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "8fcdfb96eba6ac8aba0c98a5ae61ba0c", - "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": "940fec95166be88daeb3994353f34fce", - "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.MultiplyNode", - "m_ObjectId": "9626fb076d67a182a607a16a59b3f83f", - "m_Group": { - "m_Id": "5532f415c18049e3a497a5c62f722e12" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 232.0000457763672, - "y": -254.00006103515626, - "width": 208.00001525878907, - "height": 302.0000305175781 - } - }, - "m_Slots": [ - { - "m_Id": "e24a4e3915c7b28c97e8c4f3b9bb5c8b" - }, - { - "m_Id": "6165a6fe504c678e9e1d9e13e3d70ed5" - }, - { - "m_Id": "e1267d705ad30d89a18f7aea2174b048" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "9b2ac4d382d0e483b41066f1094c5027", - "m_Guid": { - "m_GuidSerialized": "d2d51439-5644-4b94-af20-5acabbf9183a" - }, - "m_Name": "_Size", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_Size", - "m_GeneratePropertyBlock": true, - "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": "9c8076df7b7f4ce996426110c4d78ae9", - "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.Vector2Node", - "m_ObjectId": "9f3d247461a2818aa75dba42a1397b46", - "m_Group": { - "m_Id": "b57b28e7b1c742c7a2fb7f44bd39c5e5" - }, - "m_Name": "Vector 2", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1705.0, - "y": 418.0, - "width": 136.99998474121095, - "height": 101.0 - } - }, - "m_Slots": [ - { - "m_Id": "b135ce1f53a7668e8e5d5c883bef9db6" - }, - { - "m_Id": "48f2043e0f7f9c85903bb8a09b329864" - }, - { - "m_Id": "6b0265f2954feb85a9902fdb3eae48a5" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Value": { - "x": 0.0, - "y": 0.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "a21832eee4661b8aad791f554d4b2b2d", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.PositionNode", - "m_ObjectId": "a31bd2a5055ace869c657ea37f2821c3", - "m_Group": { - "m_Id": "b57b28e7b1c742c7a2fb7f44bd39c5e5" - }, - "m_Name": "Position", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2227.0, - "y": 295.0000305175781, - "width": 208.00001525878907, - "height": 315.0 - } - }, - "m_Slots": [ - { - "m_Id": "5ec350d90c32568a856cf92db0bb1c7a" - } - ], - "synonyms": [], - "m_Precision": 1, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Space": 4 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "a51c0d76ae28ec878aee48ff40e349be", - "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": "a6c46ab0a21a07899690f1c936919763", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", - "m_ObjectId": "a8526dd56f2144ed95632033c0ac08f0", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "aa0dbb47e01e6f80880aeb059c977fe3", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "aa520e16b8594b85a8c2ee0ba7dc5719", - "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.SamplerStateMaterialSlot", - "m_ObjectId": "aac7b6826e281885bb8db89e54a7dfc4", - "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.ColorRGBMaterialSlot", - "m_ObjectId": "ab2d3094931a489f84218b6c78a4e023", - "m_Id": 0, - "m_DisplayName": "Base Color", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "BaseColor", - "m_StageCapability": 2, - "m_Value": { - "x": 0.7353569269180298, - "y": 0.7353569269180298, - "z": 0.7353569269180298 - }, - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "ac7250628d4a1d85bd52d243b1c2c045", - "m_Guid": { - "m_GuidSerialized": "e9960c2f-2575-48c7-abad-c497453cdca7" - }, - "m_Name": "_TilingDetail", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_TilingDetail", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "x": 0.10000000149011612, - "y": 0.10000000149011612, - "z": 0.0, - "w": 0.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", - "m_ObjectId": "ad60f947282dcd8c9f8a21849a698bbc", - "m_Group": { - "m_Id": "5532f415c18049e3a497a5c62f722e12" - }, - "m_Name": "Sample Texture 2D", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -633.0000610351563, - "y": -139.0, - "width": 208.0, - "height": 433.0 - } - }, - "m_Slots": [ - { - "m_Id": "f3f57facf48f978ab9074996c22a7cb4" - }, - { - "m_Id": "757e6d679a355b8eaf8052dc119b3e18" - }, - { - "m_Id": "735404bf9dc67685bc2c34dd8f05e5b7" - }, - { - "m_Id": "2034a629840e248f868add39a40a9750" - }, - { - "m_Id": "cc5285149ed64689930c86b2afece53f" - }, - { - "m_Id": "940fec95166be88daeb3994353f34fce" - }, - { - "m_Id": "dd2da7d89693bd89b37966dbaa8c749b" - }, - { - "m_Id": "b3f9e9c56002fa8f9fa19ee9ec8bddb6" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_TextureType": 0, - "m_NormalMapSpace": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "aeec9967181e4e4583f36dc245bd062a", - "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": "ab2d3094931a489f84218b6c78a4e023" - } - ], - "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.Vector1MaterialSlot", - "m_ObjectId": "b135ce1f53a7668e8e5d5c883bef9db6", - "m_Id": 1, - "m_DisplayName": "X", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "X", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "b2b2945525bf6e82ba85de20d90def35", - "m_Guid": { - "m_GuidSerialized": "0c6385e6-f232-475c-9404-8cf1c2bf4a73" - }, - "m_Name": "_Metallic", - "m_DefaultReferenceName": "Vector1_820294E6", - "m_OverrideReferenceName": "_Metallic", - "m_GeneratePropertyBlock": true, - "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.SamplerStateMaterialSlot", - "m_ObjectId": "b3f9e9c56002fa8f9fa19ee9ec8bddb6", - "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.GroupData", - "m_ObjectId": "b57b28e7b1c742c7a2fb7f44bd39c5e5", - "m_Title": "World space tiling", - "m_Position": { - "x": -2252.0, - "y": 235.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "b97e02729c7e4980a9628103a25ba877", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 1292.0, - "y": 664.9999389648438, - "width": 208.0, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "78bdadee391dd5898806b80eabb40c96" - }, - { - "m_Id": "5cc4c09e2489f38b81a01c597c7e2b66" - }, - { - "m_Id": "690f6c0ad8d02f81b9652754a4808362" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "bb7e0a5657d63a8098a8c3d3dd278cfe", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", - "m_ObjectId": "bc27d2f0c86e3880b85852cbe495394d", - "m_Id": 0, - "m_DisplayName": "_SphericalMask", - "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.SplitNode", - "m_ObjectId": "bd69470bd55c418dbc5b2b3ddd6441b3", - "m_Group": { - "m_Id": "f953a3d9c9f74d24a6a6b484e734a835" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 185.99996948242188, - "y": 870.0000610351563, - "width": 132.0, - "height": 149.0 - } - }, - "m_Slots": [ - { - "m_Id": "0241b8897fa4bd8ea106e096fff4d08f" - }, - { - "m_Id": "8c5005dcf17f7389bbbc7b920d4697d1" - }, - { - "m_Id": "7533cbba6a91bb8e9afc31bdc526d396" - }, - { - "m_Id": "2cc4ea4ce5cffb8194f5186a05bb0a87" - }, - { - "m_Id": "57dcbc0c4f7cdc8c971253b613bfb69c" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ComparisonNode", - "m_ObjectId": "bfa1772250437c84a9951a958a22f554", - "m_Group": { - "m_Id": "f953a3d9c9f74d24a6a6b484e734a835" - }, - "m_Name": "Comparison", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 412.0002136230469, - "y": 942.0, - "width": 145.0, - "height": 136.0 - } - }, - "m_Slots": [ - { - "m_Id": "4d20f377413ef28691d7bd47f078ff54" - }, - { - "m_Id": "657435be1f5c46808b84e0c7573aadb7" - }, - { - "m_Id": "608370f9933e8684bcd8434d9c17daf8" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_ComparisonType": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", - "m_ObjectId": "c0fd797d845d238f994c7232d1efe7a3", - "m_Guid": { - "m_GuidSerialized": "fb339159-12f8-4ba7-84b8-cd5b2028831e" - }, - "m_Name": "_BaseMap", - "m_DefaultReferenceName": "Texture2D_392CE825", - "m_OverrideReferenceName": "_BaseMap", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"fileID\":2800000,\"guid\":\"3c87d89282d94c544b09f65cdeb3372d\",\"type\":3}}", - "m_Guid": "" - }, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "c2f0d97494ff2786bf713aa8575ceda6", - "m_Id": 1, - "m_DisplayName": "Tiling", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Tiling", - "m_StageCapability": 3, - "m_Value": { - "x": 0.029999999329447748, - "y": 0.029999999329447748 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "c9e39ce380d66c87b21365fe8cfd4345", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 704.1651000976563, - "y": 282.88275146484377, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "1bb4ac6d68b42e8b94fc3c26f6eeea13" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "d15a5214f62b7e8ba81a6ccc1e241965" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "ca48c1b940a3ff87b686a511b194a991", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "e00": 1.5, - "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.Vector2MaterialSlot", - "m_ObjectId": "cbd452772053d683897b3cc1177d3bf3", - "m_Id": 0, - "m_DisplayName": "_Size", - "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": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "cc5285149ed64689930c86b2afece53f", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "cd3b40202138442b9831b04d94fc8a7f", - "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": "7d6c65224d704031a7f6b3e1f0653f82" - } - ], - "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.SampleTexture2DNode", - "m_ObjectId": "cddec79b7d97558ca6da5bcdc0f42253", - "m_Group": { - "m_Id": "5532f415c18049e3a497a5c62f722e12" - }, - "m_Name": "Sample Texture 2D", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -635.9998168945313, - "y": 304.0, - "width": 207.99998474121095, - "height": 432.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "8fcdfb96eba6ac8aba0c98a5ae61ba0c" - }, - { - "m_Id": "bb7e0a5657d63a8098a8c3d3dd278cfe" - }, - { - "m_Id": "a6c46ab0a21a07899690f1c936919763" - }, - { - "m_Id": "7d0a58f8bafc7688ab1efc554c297fef" - }, - { - "m_Id": "774b9cc5b1322883a6a55c66e8435c5d" - }, - { - "m_Id": "50bdb67fad31de8bbad5b42ce35eb5f5" - }, - { - "m_Id": "faa33723ff9278849b44bbfd717f67ba" - }, - { - "m_Id": "aac7b6826e281885bb8db89e54a7dfc4" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_TextureType": 0, - "m_NormalMapSpace": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "cf1b3286c2844427913371516a818d7b", - "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": "2a2b4254b39a46d596ce085fd202282e" - } - ], - "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.PropertyNode", - "m_ObjectId": "d15640e1025a7384a912a66189be9203", - "m_Group": { - "m_Id": "5532f415c18049e3a497a5c62f722e12" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -842.9998779296875, - "y": -117.99998474121094, - "width": 142.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "4cd1d9966d5d588884ee57c3c75bfe7b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "c0fd797d845d238f994c7232d1efe7a3" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", - "m_ObjectId": "d15a5214f62b7e8ba81a6ccc1e241965", - "m_Guid": { - "m_GuidSerialized": "63931959-f5ab-4d16-bf19-8bad9c2ecf0e" - }, - "m_Name": "_MaskMap", - "m_DefaultReferenceName": "Texture2D_82EFE48A", - "m_OverrideReferenceName": "_MaskMap", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "d2c8ad1d06034e8c933674a8a9256069", - "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": "6373e1b6146046b0a7282be0c38fe724" - } - ], - "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.PropertyNode", - "m_ObjectId": "d4b5bdc00f3be889844f97571a0b769f", - "m_Group": { - "m_Id": "b57b28e7b1c742c7a2fb7f44bd39c5e5" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1738.0, - "y": -28.999954223632814, - "width": 134.99998474121095, - "height": 33.999996185302737 - } - }, - "m_Slots": [ - { - "m_Id": "43a25f96dfa38e8fa7db0872f9a8d438" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "ac7250628d4a1d85bd52d243b1c2c045" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", - "m_ObjectId": "d7c1e2cb318e49e6b882281fb1c40256", - "m_WorkflowMode": 1, - "m_NormalDropOffSpace": 0, - "m_ClearCoat": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", - "m_ObjectId": "dd2da7d89693bd89b37966dbaa8c749b", - "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": [ - "X", - "Y" - ], - "m_Channel": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", - "m_ObjectId": "dfbf947245445186b07ae9fc2b9a9ca0", - "m_Guid": { - "m_GuidSerialized": "411b1f2f-1660-4786-ae3b-034bf9bc6480" - }, - "m_Name": "_SphericalMask", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_SphericalMask", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "e1267d705ad30d89a18f7aea2174b048", - "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.UVMaterialSlot", - "m_ObjectId": "e149abbbf98d708caa510b43b5102f0e", - "m_Id": 0, - "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": [ - "X", - "Y" - ], - "m_Channel": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "e1ddb3e1c0fa6a84b2f57e24899f4925", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "e2223f8d5b004dc485cf3560dc531791", - "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.BlockNode", - "m_ObjectId": "e243283d3e4f401b95af1a9a76c6db28", - "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": "a8526dd56f2144ed95632033c0ac08f0" - } - ], - "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.DynamicValueMaterialSlot", - "m_ObjectId": "e24a4e3915c7b28c97e8c4f3b9bb5c8b", - "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": "e37327f06cb3e2889b8e4de84fd850fc", - "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.UVMaterialSlot", - "m_ObjectId": "e56cb4d95ff92e88ba0fee55ac0b056e", - "m_Id": 0, - "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": [ - "X", - "Y" - ], - "m_Channel": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "e5d9a7d73116588793cc8e1c262ef3db", - "m_Id": -276770608, - "m_DisplayName": "_ClippingMask", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector4_C27D9F6C", - "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.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "e77f2a218c3f458ab19cd9ebd2e7f1e5", - "m_ActiveSubTarget": { - "m_Id": "d7c1e2cb318e49e6b882281fb1c40256" - }, - "m_SurfaceType": 0, - "m_AlphaMode": 0, - "m_TwoSided": true, - "m_AlphaClip": true, - "m_CustomEditorGUI": "" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "e873f87938a1e781a38584d0850b0fd2", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 654.3500366210938, - "y": 414.0000305175781, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "cbd452772053d683897b3cc1177d3bf3" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "9b2ac4d382d0e483b41066f1094c5027" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SplitNode", - "m_ObjectId": "e90bd5a3738e378593ab77518d2e290b", - "m_Group": { - "m_Id": "b57b28e7b1c742c7a2fb7f44bd39c5e5" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1937.999755859375, - "y": 403.0, - "width": 127.99999237060547, - "height": 148.99998474121095 - } - }, - "m_Slots": [ - { - "m_Id": "396e68140dcb248486ec3e88866ee1b2" - }, - { - "m_Id": "52badeed1cee2785a054540ff8793273" - }, - { - "m_Id": "ff12bfb0339fbc8d9910c9bfb68f1d2d" - }, - { - "m_Id": "e1ddb3e1c0fa6a84b2f57e24899f4925" - }, - { - "m_Id": "64065ad09f78ce878bfa21c111604f12" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "f39137c15dfe0c818d8ba3b782d7fb0a", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "f3f57facf48f978ab9074996c22a7cb4", - "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.BlockNode", - "m_ObjectId": "f8bab542c8044ca594fa27ff0f47df27", - "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": "2b552ee0011e40e3a4dbd90c67f0ff81" - } - ], - "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.GroupData", - "m_ObjectId": "f953a3d9c9f74d24a6a6b484e734a835", - "m_Title": "Dithered Opacity", - "m_Position": { - "x": 161.0, - "y": 813.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", - "m_ObjectId": "faa33723ff9278849b44bbfd717f67ba", - "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": [ - "X", - "Y" - ], - "m_Channel": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "ff12bfb0339fbc8d9910c9bfb68f1d2d", - "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": [ - "X" - ] -} - diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Ground_Grass.shadergraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/Ground_Grass.shadergraph.meta deleted file mode 100644 index f6c1f989d..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Ground_Grass.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 27cfcc3023f313c4ca54748761048d28 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Ground_Shared.shadergraph b/Assets/PackageStagingArea/Rendering/Shaders/Ground_Shared.shadergraph deleted file mode 100644 index 0760b166e..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Ground_Shared.shadergraph +++ /dev/null @@ -1,3563 +0,0 @@ -{ - "m_SGVersion": 2, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "3b796c7afdfc4af3b1d652a4405da601", - "m_Properties": [ - { - "m_Id": "c500170025c25d848a83571d4dbfd617" - }, - { - "m_Id": "216b33720c573882be3aaa8a04e0b506" - }, - { - "m_Id": "1dd2c1fb3bc8fe80ad562bfd54ce8699" - }, - { - "m_Id": "fc9fb64540162f87966f886680d53173" - }, - { - "m_Id": "aa6c7c6b0847e88ba582d9d42f004f94" - }, - { - "m_Id": "be5b0f1c0f34768e9e3d596c82a9e2f2" - }, - { - "m_Id": "f26a94f29b9deb8283d9430cb057fdcd" - }, - { - "m_Id": "ebbed71d10aa90809b719d5d9866bce7" - } - ], - "m_Keywords": [], - "m_Nodes": [ - { - "m_Id": "154b375c4f22448fa447f8114f5f698e" - }, - { - "m_Id": "d9fbed04d303018f865b777b846ddcee" - }, - { - "m_Id": "5cdb0781ddeb0f899472e43269ae2bde" - }, - { - "m_Id": "57f98f9b3a259784b3b5e3743dd55170" - }, - { - "m_Id": "1cf9c4af27452d80ac61c24b3c0c71cd" - }, - { - "m_Id": "3fbde7d5619a1a8690fc2f86deccd21e" - }, - { - "m_Id": "ad60f947282dcd8c9f8a21849a698bbc" - }, - { - "m_Id": "d15640e1025a7384a912a66189be9203" - }, - { - "m_Id": "7598e2350f940585966f623c2509da32" - }, - { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - { - "m_Id": "e90bd5a3738e378593ab77518d2e290b" - }, - { - "m_Id": "a31bd2a5055ace869c657ea37f2821c3" - }, - { - "m_Id": "529a0fd61272e080a5f2c51d4e7b615f" - }, - { - "m_Id": "7260dc169b570c8fb9c9337bcb78e1c9" - }, - { - "m_Id": "4ea27f3c63b1e3809a283e8c009bfd5e" - }, - { - "m_Id": "57fe2b4e07900980b3bae91da7daaac0" - }, - { - "m_Id": "05e9f9bfdd0a3f809ad015621d46bd2c" - }, - { - "m_Id": "b3141bfc0790cc8fba65c923b0426c93" - }, - { - "m_Id": "99b3fead91a92a83920e1fca236d7b26" - }, - { - "m_Id": "b97e02729c7e4980a9628103a25ba877" - }, - { - "m_Id": "63b622539b84f182b58e485f366f4715" - }, - { - "m_Id": "c2c8d90f14a94b2c875c086954e1dbc5" - }, - { - "m_Id": "d4f3fe9f39344d378ac932267dea7ad8" - }, - { - "m_Id": "0f9f338241e6415e9d477e70e501d56a" - }, - { - "m_Id": "ac5a37534ce44b0eae4e2f18dd1ad5c6" - }, - { - "m_Id": "85a4f09916764214b84e7cd018d2464b" - }, - { - "m_Id": "c70789f040f6437fac052d58f7c707d7" - }, - { - "m_Id": "e12a6f04539e4bd893d4f382a4665c39" - }, - { - "m_Id": "c466aca1cbab439397045040f67786c7" - }, - { - "m_Id": "a1df47e09dac46379ad31b4b77a8fc29" - }, - { - "m_Id": "29703fd4efa641108bf5008c7b50ddc3" - } - ], - "m_GroupDatas": [ - { - "m_Id": "612f070f03384bd5b3623ebc1402952b" - }, - { - "m_Id": "056fb87e6e6f44ae82f9bdac23690bd1" - }, - { - "m_Id": "2b6d543029fc45679b41f285fa5f8e14" - }, - { - "m_Id": "78acdacd975a421aa652f5f54fecbd48" - } - ], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "05e9f9bfdd0a3f809ad015621d46bd2c" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "d9fbed04d303018f865b777b846ddcee" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "154b375c4f22448fa447f8114f5f698e" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "4ea27f3c63b1e3809a283e8c009bfd5e" - }, - "m_SlotId": -259366608 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "1cf9c4af27452d80ac61c24b3c0c71cd" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3fbde7d5619a1a8690fc2f86deccd21e" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "3fbde7d5619a1a8690fc2f86deccd21e" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ad60f947282dcd8c9f8a21849a698bbc" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "4ea27f3c63b1e3809a283e8c009bfd5e" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "b97e02729c7e4980a9628103a25ba877" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "529a0fd61272e080a5f2c51d4e7b615f" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "57f98f9b3a259784b3b5e3743dd55170" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "529a0fd61272e080a5f2c51d4e7b615f" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "99b3fead91a92a83920e1fca236d7b26" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "57f98f9b3a259784b3b5e3743dd55170" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ac5a37534ce44b0eae4e2f18dd1ad5c6" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "57fe2b4e07900980b3bae91da7daaac0" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "4ea27f3c63b1e3809a283e8c009bfd5e" - }, - "m_SlotId": -276770608 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "5cdb0781ddeb0f899472e43269ae2bde" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "d9fbed04d303018f865b777b846ddcee" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "63b622539b84f182b58e485f366f4715" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "4ea27f3c63b1e3809a283e8c009bfd5e" - }, - "m_SlotId": -953725949 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7260dc169b570c8fb9c9337bcb78e1c9" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "e12a6f04539e4bd893d4f382a4665c39" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7598e2350f940585966f623c2509da32" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "85a4f09916764214b84e7cd018d2464b" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "99b3fead91a92a83920e1fca236d7b26" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "5cdb0781ddeb0f899472e43269ae2bde" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "99b3fead91a92a83920e1fca236d7b26" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "b3141bfc0790cc8fba65c923b0426c93" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3fbde7d5619a1a8690fc2f86deccd21e" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "a31bd2a5055ace869c657ea37f2821c3" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "e90bd5a3738e378593ab77518d2e290b" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "ad60f947282dcd8c9f8a21849a698bbc" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "57f98f9b3a259784b3b5e3743dd55170" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "b3141bfc0790cc8fba65c923b0426c93" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "05e9f9bfdd0a3f809ad015621d46bd2c" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "b97e02729c7e4980a9628103a25ba877" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "a1df47e09dac46379ad31b4b77a8fc29" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "d15640e1025a7384a912a66189be9203" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ad60f947282dcd8c9f8a21849a698bbc" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "d9fbed04d303018f865b777b846ddcee" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "b97e02729c7e4980a9628103a25ba877" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e90bd5a3738e378593ab77518d2e290b" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e90bd5a3738e378593ab77518d2e290b" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - "m_SlotId": 2 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 1237.0, - "y": -394.0 - }, - "m_Blocks": [ - { - "m_Id": "c2c8d90f14a94b2c875c086954e1dbc5" - }, - { - "m_Id": "d4f3fe9f39344d378ac932267dea7ad8" - }, - { - "m_Id": "0f9f338241e6415e9d477e70e501d56a" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 1237.0, - "y": -194.0 - }, - "m_Blocks": [ - { - "m_Id": "ac5a37534ce44b0eae4e2f18dd1ad5c6" - }, - { - "m_Id": "85a4f09916764214b84e7cd018d2464b" - }, - { - "m_Id": "c70789f040f6437fac052d58f7c707d7" - }, - { - "m_Id": "e12a6f04539e4bd893d4f382a4665c39" - }, - { - "m_Id": "c466aca1cbab439397045040f67786c7" - }, - { - "m_Id": "a1df47e09dac46379ad31b4b77a8fc29" - }, - { - "m_Id": "29703fd4efa641108bf5008c7b50ddc3" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"fileID\":10203,\"guid\":\"0000000000000000e000000000000000\",\"type\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Shader Graphs", - "m_ConcretePrecision": 1, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "3e587229a7174b7795e8d0b6f2e48b26" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "02457ecfe9f5198eb3377cc28a2ad98d", - "m_Id": 2, - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "02eda2398ac0788f8515e39badd4616d", - "m_Id": 2, - "m_DisplayName": "False", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "False", - "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.GroupData", - "m_ObjectId": "056fb87e6e6f44ae82f9bdac23690bd1", - "m_Title": "Color", - "m_Position": { - "x": -867.9998779296875, - "y": -316.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DitherNode", - "m_ObjectId": "05e9f9bfdd0a3f809ad015621d46bd2c", - "m_Group": { - "m_Id": "78acdacd975a421aa652f5f54fecbd48" - }, - "m_Name": "Dither", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 389.0, - "y": 1256.0, - "width": 215.00001525878907, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "35959e419d6faf8ca20e16a5854fd599" - }, - { - "m_Id": "b9feb54f08faab83b2c7d14d01dec6c5" - }, - { - "m_Id": "02457ecfe9f5198eb3377cc28a2ad98d" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "0f9f338241e6415e9d477e70e501d56a", - "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": "7a6c9df1f30546f69de238325198ec9d" - } - ], - "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.Texture2DInputMaterialSlot", - "m_ObjectId": "1260ea91dcffd18d9a1053e268a4e8a3", - "m_Id": -953725949, - "m_DisplayName": "_MaskMap", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Texture2D_E59969F8", - "m_StageCapability": 2, - "m_BareResource": false, - "m_Texture": { - "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "1308520dd2530f85b8910db71dd15eeb", - "m_Id": 0, - "m_DisplayName": "_Smoothness", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "154b375c4f22448fa447f8114f5f698e", - "m_Group": { - "m_Id": "2b6d543029fc45679b41f285fa5f8e14" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 571.9999389648438, - "y": 400.0, - "width": 109.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "bee69828e6f1878c98b72dc2a44ed154" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "f26a94f29b9deb8283d9430cb057fdcd" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "18558861a43b768bbb3bf542534c71c8", - "m_Id": -259366608, - "m_DisplayName": "_Size", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector2_9E75FBFC", - "m_StageCapability": 2, - "m_Value": { - "x": 0.0010000000474974514, - "y": 0.0010000000474974514 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "19a6bf1be0298283a7d3286e7d43b903", - "m_Id": 0, - "m_DisplayName": "_ClippingMask", - "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.Vector1MaterialSlot", - "m_ObjectId": "1aec6e33bca74a39b313304bbeb90c8e", - "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.PropertyNode", - "m_ObjectId": "1cf9c4af27452d80ac61c24b3c0c71cd", - "m_Group": { - "m_Id": "612f070f03384bd5b3623ebc1402952b" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1705.0, - "y": 326.0, - "width": 114.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "736be5b2a1a33e86b420b87311dfee27" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "216b33720c573882be3aaa8a04e0b506" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", - "m_ObjectId": "1dd2c1fb3bc8fe80ad562bfd54ce8699", - "m_Guid": { - "m_GuidSerialized": "fb339159-12f8-4ba7-84b8-cd5b2028831e" - }, - "m_Name": "_BaseMap", - "m_DefaultReferenceName": "Texture2D_392CE825", - "m_OverrideReferenceName": "_BaseMap", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"fileID\":2800000,\"guid\":\"3c87d89282d94c544b09f65cdeb3372d\",\"type\":3}}", - "m_Guid": "" - }, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "2034a629840e248f868add39a40a9750", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "216b33720c573882be3aaa8a04e0b506", - "m_Guid": { - "m_GuidSerialized": "645b30e2-f8dc-4e74-800e-f32cabeb3141" - }, - "m_Name": "_Tiling", - "m_DefaultReferenceName": "Vector2_DAFA6E93", - "m_OverrideReferenceName": "_Tiling", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "x": 10.0, - "y": 10.0, - "z": 0.0, - "w": 0.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "2612287c09b9d8839ea0f78f90e15b66", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "282e48b42f466f83a43d780d881d3eff", - "m_Id": 0, - "m_DisplayName": "_BaseColor", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "2933333992f6538eae13fe431abb4fc2", - "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.BlockNode", - "m_ObjectId": "29703fd4efa641108bf5008c7b50ddc3", - "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": "c430ce833895400fad5c559009ab2622" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "29bdae728875ed87a5b38da9635c384d", - "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.GroupData", - "m_ObjectId": "2b6d543029fc45679b41f285fa5f8e14", - "m_Title": "Mask", - "m_Position": { - "x": 461.9998474121094, - "y": 212.99993896484376 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "335351e97ebaf18b9e7ebfb07f9b30d2", - "m_Id": 2, - "m_DisplayName": "Offset", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Offset", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 0.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "35959e419d6faf8ca20e16a5854fd599", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "396e68140dcb248486ec3e88866ee1b2", - "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.Vector1MaterialSlot", - "m_ObjectId": "3be093e7ff5749d88518176e41bb516b", - "m_Id": 0, - "m_DisplayName": "Smoothness", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Smoothness", - "m_StageCapability": 2, - "m_Value": 0.029999999329447748, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", - "m_ObjectId": "3c4430e176504e2e96677a8ae1f92332", - "m_WorkflowMode": 1, - "m_NormalDropOffSpace": 0, - "m_ClearCoat": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "3e587229a7174b7795e8d0b6f2e48b26", - "m_ActiveSubTarget": { - "m_Id": "3c4430e176504e2e96677a8ae1f92332" - }, - "m_SurfaceType": 0, - "m_AlphaMode": 0, - "m_TwoSided": true, - "m_AlphaClip": true, - "m_CustomEditorGUI": "" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", - "m_ObjectId": "3fbde7d5619a1a8690fc2f86deccd21e", - "m_Group": { - "m_Id": "612f070f03384bd5b3623ebc1402952b" - }, - "m_Name": "Tiling And Offset", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1388.0, - "y": 292.0000305175781, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "e56cb4d95ff92e88ba0fee55ac0b056e" - }, - { - "m_Id": "c2f0d97494ff2786bf713aa8575ceda6" - }, - { - "m_Id": "335351e97ebaf18b9e7ebfb07f9b30d2" - }, - { - "m_Id": "f39137c15dfe0c818d8ba3b782d7fb0a" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "48f2043e0f7f9c85903bb8a09b329864", - "m_Id": 2, - "m_DisplayName": "Y", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Y", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", - "m_ObjectId": "4aca0fc972b8a18e9e5d22fda7e312db", - "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.Texture2DMaterialSlot", - "m_ObjectId": "4cd1d9966d5d588884ee57c3c75bfe7b", - "m_Id": 0, - "m_DisplayName": "_BaseMap", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_BareResource": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", - "m_ObjectId": "4d6ade67b24f4f748dd387b9c5159b33", - "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.SubGraphNode", - "m_ObjectId": "4ea27f3c63b1e3809a283e8c009bfd5e", - "m_Group": { - "m_Id": "2b6d543029fc45679b41f285fa5f8e14" - }, - "m_Name": "MaskInWorldSpace", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 865.9999389648438, - "y": 271.0, - "width": 291.0, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "1260ea91dcffd18d9a1053e268a4e8a3" - }, - { - "m_Id": "e5d9a7d73116588793cc8e1c262ef3db" - }, - { - "m_Id": "18558861a43b768bbb3bf542534c71c8" - }, - { - "m_Id": "5103041c5b3ac88589413c194d2e285d" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"94726f8a3a6e7c943902842b66a2489d\",\n \"type\": 3\n }\n}", - "m_PropertyGuids": [ - "b8399f3e-e3b9-4fe2-a139-b464f8eaa70c", - "24570100-278e-4639-b493-22a6f369b7c2", - "b11a2b98-5990-4a48-9fb3-18abf6f898e0", - "20e00c29-a0c7-40ee-967b-4701b2ce07c4" - ], - "m_PropertyIds": [ - -276770608, - 567887867, - -259366608, - -953725949 - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "5103041c5b3ac88589413c194d2e285d", - "m_Id": 1, - "m_DisplayName": "Out_Vector4", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "OutVector4", - "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.PropertyNode", - "m_ObjectId": "529a0fd61272e080a5f2c51d4e7b615f", - "m_Group": { - "m_Id": "056fb87e6e6f44ae82f9bdac23690bd1" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -313.9999084472656, - "y": -163.99996948242188, - "width": 143.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "282e48b42f466f83a43d780d881d3eff" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "c500170025c25d848a83571d4dbfd617" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "52badeed1cee2785a054540ff8793273", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "55bf0e73b3745d8e91c7b4600ed4ae34", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "57f98f9b3a259784b3b5e3743dd55170", - "m_Group": { - "m_Id": "056fb87e6e6f44ae82f9bdac23690bd1" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -97.00004577636719, - "y": -111.99996948242188, - "width": 208.0, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "a51c0d76ae28ec878aee48ff40e349be" - }, - { - "m_Id": "83d9de863fa27788b9e9c5a791f4a4f8" - }, - { - "m_Id": "aa520e16b8594b85a8c2ee0ba7dc5719" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "57fe2b4e07900980b3bae91da7daaac0", - "m_Group": { - "m_Id": "2b6d543029fc45679b41f285fa5f8e14" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 536.0, - "y": 355.0000305175781, - "width": 160.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "19a6bf1be0298283a7d3286e7d43b903" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "be5b0f1c0f34768e9e3d596c82a9e2f2" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "5cc4c09e2489f38b81a01c597c7e2b66", - "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.ComparisonNode", - "m_ObjectId": "5cdb0781ddeb0f899472e43269ae2bde", - "m_Group": { - "m_Id": "78acdacd975a421aa652f5f54fecbd48" - }, - "m_Name": "Comparison", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 339.0, - "y": 917.0, - "width": 145.0, - "height": 136.0 - } - }, - "m_Slots": [ - { - "m_Id": "e0eca1a3e31431809375b3265ba7e9cd" - }, - { - "m_Id": "94c9a3e82793d38b9a44282fea9a0262" - }, - { - "m_Id": "7d7f6f3273a4168298e52212381f7ecd" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_ComparisonType": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "5ec350d90c32568a856cf92db0bb1c7a", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "612f070f03384bd5b3623ebc1402952b", - "m_Title": "World space tiling", - "m_Position": { - "x": -2252.0, - "y": 235.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "63b622539b84f182b58e485f366f4715", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 666.1432495117188, - "y": 310.2585144042969, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "ebe0047b87fdda82919725731179c4f5" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "ebbed71d10aa90809b719d5d9866bce7" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "64065ad09f78ce878bfa21c111604f12", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "651c85c904dc1780b30303f6f01320b0", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "690f6c0ad8d02f81b9652754a4808362", - "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": "6b0265f2954feb85a9902fdb3eae48a5", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "7260dc169b570c8fb9c9337bcb78e1c9", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 417.9998779296875, - "y": -3.9999797344207765, - "width": 147.0, - "height": 33.999996185302737 - } - }, - "m_Slots": [ - { - "m_Id": "1308520dd2530f85b8910db71dd15eeb" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "aa6c7c6b0847e88ba582d9d42f004f94" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "735404bf9dc67685bc2c34dd8f05e5b7", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "736be5b2a1a33e86b420b87311dfee27", - "m_Id": 0, - "m_DisplayName": "_Tiling", - "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": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "757e6d679a355b8eaf8052dc119b3e18", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "7598e2350f940585966f623c2509da32", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 431.0000305175781, - "y": -43.99994659423828, - "width": 120.99999237060547, - "height": 33.999996185302737 - } - }, - "m_Slots": [ - { - "m_Id": "88ddf95c43598988b3baa5679dbbdd35" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "fc9fb64540162f87966f886680d53173" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "78acdacd975a421aa652f5f54fecbd48", - "m_Title": "Dithered Opacity", - "m_Position": { - "x": 87.99983978271485, - "y": 784.9999389648438 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "78bdadee391dd5898806b80eabb40c96", - "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.TangentMaterialSlot", - "m_ObjectId": "7a6c9df1f30546f69de238325198ec9d", - "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.BooleanMaterialSlot", - "m_ObjectId": "7d7f6f3273a4168298e52212381f7ecd", - "m_Id": 2, - "m_DisplayName": "Out", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "83d9de863fa27788b9e9c5a791f4a4f8", - "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.BlockNode", - "m_ObjectId": "85a4f09916764214b84e7cd018d2464b", - "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": "96c2505fc3b7459c99b0e0d9ccd6bf33" - } - ], - "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.Vector1MaterialSlot", - "m_ObjectId": "88ddf95c43598988b3baa5679dbbdd35", - "m_Id": 0, - "m_DisplayName": "_Metallic", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "8b6955a8a0865e83874694c3ab929b3c", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "8e4bb43aab704ea081950e09d62c47a4", - "m_Id": 0, - "m_DisplayName": "Base Color", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "BaseColor", - "m_StageCapability": 2, - "m_Value": { - "x": 0.7353569269180298, - "y": 0.7353569269180298, - "z": 0.7353569269180298 - }, - "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.Texture2DInputMaterialSlot", - "m_ObjectId": "940fec95166be88daeb3994353f34fce", - "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.Vector1MaterialSlot", - "m_ObjectId": "94c9a3e82793d38b9a44282fea9a0262", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "95b455e89ea0c08bbe8e3a7d33932d35", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "e00": 1.5, - "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.Vector1MaterialSlot", - "m_ObjectId": "96c2505fc3b7459c99b0e0d9ccd6bf33", - "m_Id": 0, - "m_DisplayName": "Metallic", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Metallic", - "m_StageCapability": 2, - "m_Value": 0.18000000715255738, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SplitNode", - "m_ObjectId": "99b3fead91a92a83920e1fca236d7b26", - "m_Group": { - "m_Id": "78acdacd975a421aa652f5f54fecbd48" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 113.0, - "y": 845.0000610351563, - "width": 128.0, - "height": 149.0 - } - }, - "m_Slots": [ - { - "m_Id": "ce6e9b82f060258f9b5ca1e531485e60" - }, - { - "m_Id": "2612287c09b9d8839ea0f78f90e15b66" - }, - { - "m_Id": "651c85c904dc1780b30303f6f01320b0" - }, - { - "m_Id": "8b6955a8a0865e83874694c3ab929b3c" - }, - { - "m_Id": "55bf0e73b3745d8e91c7b4600ed4ae34" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2Node", - "m_ObjectId": "9f3d247461a2818aa75dba42a1397b46", - "m_Group": { - "m_Id": "612f070f03384bd5b3623ebc1402952b" - }, - "m_Name": "Vector 2", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1705.0, - "y": 418.0, - "width": 136.99998474121095, - "height": 101.0 - } - }, - "m_Slots": [ - { - "m_Id": "b135ce1f53a7668e8e5d5c883bef9db6" - }, - { - "m_Id": "48f2043e0f7f9c85903bb8a09b329864" - }, - { - "m_Id": "6b0265f2954feb85a9902fdb3eae48a5" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Value": { - "x": 0.0, - "y": 0.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "a01edb2c75a9de8597a6ac352ea661f2", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "a151406ce07f79858602dbc359ae7323", - "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.BlockNode", - "m_ObjectId": "a1df47e09dac46379ad31b4b77a8fc29", - "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": "d5229ad228e045ed811fd6bc875012da" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Alpha" -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.PositionNode", - "m_ObjectId": "a31bd2a5055ace869c657ea37f2821c3", - "m_Group": { - "m_Id": "612f070f03384bd5b3623ebc1402952b" - }, - "m_Name": "Position", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2227.0, - "y": 295.0000305175781, - "width": 208.00001525878907, - "height": 315.0 - } - }, - "m_Slots": [ - { - "m_Id": "5ec350d90c32568a856cf92db0bb1c7a" - } - ], - "synonyms": [], - "m_Precision": 1, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Space": 4 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "a51c0d76ae28ec878aee48ff40e349be", - "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.NormalMaterialSlot", - "m_ObjectId": "a97c858b16474d7e8b096389005eaa5e", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "aa520e16b8594b85a8c2ee0ba7dc5719", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "aa6c7c6b0847e88ba582d9d42f004f94", - "m_Guid": { - "m_GuidSerialized": "b9a91988-f6f2-4dd3-ab32-7ec05bb7849c" - }, - "m_Name": "_Smoothness", - "m_DefaultReferenceName": "Vector1_EC5050E1", - "m_OverrideReferenceName": "_Smoothness", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": 0.5, - "m_FloatType": 0, - "m_RangeValues": { - "x": 0.0, - "y": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "ac5a37534ce44b0eae4e2f18dd1ad5c6", - "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": "8e4bb43aab704ea081950e09d62c47a4" - } - ], - "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.SampleTexture2DNode", - "m_ObjectId": "ad60f947282dcd8c9f8a21849a698bbc", - "m_Group": { - "m_Id": "056fb87e6e6f44ae82f9bdac23690bd1" - }, - "m_Name": "Sample Texture 2D", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -646.9999389648438, - "y": -134.0, - "width": 208.0, - "height": 435.0 - } - }, - "m_Slots": [ - { - "m_Id": "f3f57facf48f978ab9074996c22a7cb4" - }, - { - "m_Id": "757e6d679a355b8eaf8052dc119b3e18" - }, - { - "m_Id": "735404bf9dc67685bc2c34dd8f05e5b7" - }, - { - "m_Id": "2034a629840e248f868add39a40a9750" - }, - { - "m_Id": "cc5285149ed64689930c86b2afece53f" - }, - { - "m_Id": "940fec95166be88daeb3994353f34fce" - }, - { - "m_Id": "dd2da7d89693bd89b37966dbaa8c749b" - }, - { - "m_Id": "b3f9e9c56002fa8f9fa19ee9ec8bddb6" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_TextureType": 0, - "m_NormalMapSpace": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "b135ce1f53a7668e8e5d5c883bef9db6", - "m_Id": 1, - "m_DisplayName": "X", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "X", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "b3141bfc0790cc8fba65c923b0426c93", - "m_Group": { - "m_Id": "78acdacd975a421aa652f5f54fecbd48" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 138.99990844726563, - "y": 1109.0001220703125, - "width": 208.0, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "2933333992f6538eae13fe431abb4fc2" - }, - { - "m_Id": "95b455e89ea0c08bbe8e3a7d33932d35" - }, - { - "m_Id": "a151406ce07f79858602dbc359ae7323" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", - "m_ObjectId": "b3f9e9c56002fa8f9fa19ee9ec8bddb6", - "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.MultiplyNode", - "m_ObjectId": "b97e02729c7e4980a9628103a25ba877", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 1292.0, - "y": 664.9999389648438, - "width": 208.0, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "78bdadee391dd5898806b80eabb40c96" - }, - { - "m_Id": "5cc4c09e2489f38b81a01c597c7e2b66" - }, - { - "m_Id": "690f6c0ad8d02f81b9652754a4808362" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot", - "m_ObjectId": "b9feb54f08faab83b2c7d14d01dec6c5", - "m_Id": 1, - "m_DisplayName": "Screen Position", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "ScreenPosition", - "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_ScreenSpaceType": 0 -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", - "m_ObjectId": "be5b0f1c0f34768e9e3d596c82a9e2f2", - "m_Guid": { - "m_GuidSerialized": "c5ab5b59-9aba-4539-bb7b-e8e25c79c4b8" - }, - "m_Name": "_ClippingMask", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_ClippingMask", - "m_GeneratePropertyBlock": true, - "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.Vector2MaterialSlot", - "m_ObjectId": "bee69828e6f1878c98b72dc2a44ed154", - "m_Id": 0, - "m_DisplayName": "_Size", - "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": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "c2c8d90f14a94b2c875c086954e1dbc5", - "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": "4d6ade67b24f4f748dd387b9c5159b33" - } - ], - "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.Vector2MaterialSlot", - "m_ObjectId": "c2f0d97494ff2786bf713aa8575ceda6", - "m_Id": 1, - "m_DisplayName": "Tiling", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Tiling", - "m_StageCapability": 3, - "m_Value": { - "x": 0.029999999329447748, - "y": 0.029999999329447748 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "c430ce833895400fad5c559009ab2622", - "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.BlockNode", - "m_ObjectId": "c466aca1cbab439397045040f67786c7", - "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": "1aec6e33bca74a39b313304bbeb90c8e" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Occlusion" -} - -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "c500170025c25d848a83571d4dbfd617", - "m_Guid": { - "m_GuidSerialized": "ee6ea7a3-1896-4a37-af53-9813670c5a22" - }, - "m_Name": "_BaseColor", - "m_DefaultReferenceName": "Color_5E84EBAF", - "m_OverrideReferenceName": "_BaseColor", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "c70789f040f6437fac052d58f7c707d7", - "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": "c83a930cb2bf4380a81b17319b529803" - } - ], - "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.ColorRGBMaterialSlot", - "m_ObjectId": "c83a930cb2bf4380a81b17319b529803", - "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": "cc5285149ed64689930c86b2afece53f", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "ce6e9b82f060258f9b5ca1e531485e60", - "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.PropertyNode", - "m_ObjectId": "d15640e1025a7384a912a66189be9203", - "m_Group": { - "m_Id": "056fb87e6e6f44ae82f9bdac23690bd1" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -842.9998779296875, - "y": -117.99998474121094, - "width": 142.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "4cd1d9966d5d588884ee57c3c75bfe7b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "1dd2c1fb3bc8fe80ad562bfd54ce8699" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "d4f3fe9f39344d378ac932267dea7ad8", - "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": "a97c858b16474d7e8b096389005eaa5e" - } - ], - "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": "d5229ad228e045ed811fd6bc875012da", - "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.BranchNode", - "m_ObjectId": "d9fbed04d303018f865b777b846ddcee", - "m_Group": { - "m_Id": "78acdacd975a421aa652f5f54fecbd48" - }, - "m_Name": "Branch", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 622.0, - "y": 928.0, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "4aca0fc972b8a18e9e5d22fda7e312db" - }, - { - "m_Id": "29bdae728875ed87a5b38da9635c384d" - }, - { - "m_Id": "02eda2398ac0788f8515e39badd4616d" - }, - { - "m_Id": "a01edb2c75a9de8597a6ac352ea661f2" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", - "m_ObjectId": "dd2da7d89693bd89b37966dbaa8c749b", - "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": [ - "X", - "Y" - ], - "m_Channel": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "e0eca1a3e31431809375b3265ba7e9cd", - "m_Id": 0, - "m_DisplayName": "A", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "A", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "e12a6f04539e4bd893d4f382a4665c39", - "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": "3be093e7ff5749d88518176e41bb516b" - } - ], - "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": "e1ddb3e1c0fa6a84b2f57e24899f4925", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", - "m_ObjectId": "e56cb4d95ff92e88ba0fee55ac0b056e", - "m_Id": 0, - "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": [ - "X", - "Y" - ], - "m_Channel": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "e5d9a7d73116588793cc8e1c262ef3db", - "m_Id": -276770608, - "m_DisplayName": "_ClippingMask", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector4_C27D9F6C", - "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": "e90bd5a3738e378593ab77518d2e290b", - "m_Group": { - "m_Id": "612f070f03384bd5b3623ebc1402952b" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1937.999755859375, - "y": 403.0, - "width": 127.99999237060547, - "height": 148.99998474121095 - } - }, - "m_Slots": [ - { - "m_Id": "396e68140dcb248486ec3e88866ee1b2" - }, - { - "m_Id": "52badeed1cee2785a054540ff8793273" - }, - { - "m_Id": "ff12bfb0339fbc8d9910c9bfb68f1d2d" - }, - { - "m_Id": "e1ddb3e1c0fa6a84b2f57e24899f4925" - }, - { - "m_Id": "64065ad09f78ce878bfa21c111604f12" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", - "m_ObjectId": "ebbed71d10aa90809b719d5d9866bce7", - "m_Guid": { - "m_GuidSerialized": "51341a2f-aab9-40c2-9ac1-7726623d7285" - }, - "m_Name": "_MaskMap", - "m_DefaultReferenceName": "Texture2D_2E573559", - "m_OverrideReferenceName": "_MaskMap", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", - "m_ObjectId": "ebe0047b87fdda82919725731179c4f5", - "m_Id": 0, - "m_DisplayName": "_MaskMap", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_BareResource": false -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "f26a94f29b9deb8283d9430cb057fdcd", - "m_Guid": { - "m_GuidSerialized": "e67214c7-db0a-4f59-9856-a561a44779d2" - }, - "m_Name": "_Size", - "m_DefaultReferenceName": "Vector2_4A97F6E3", - "m_OverrideReferenceName": "_Size", - "m_GeneratePropertyBlock": true, - "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.Vector2MaterialSlot", - "m_ObjectId": "f39137c15dfe0c818d8ba3b782d7fb0a", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "f3f57facf48f978ab9074996c22a7cb4", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "fc9fb64540162f87966f886680d53173", - "m_Guid": { - "m_GuidSerialized": "0c6385e6-f232-475c-9404-8cf1c2bf4a73" - }, - "m_Name": "_Metallic", - "m_DefaultReferenceName": "Vector1_820294E6", - "m_OverrideReferenceName": "_Metallic", - "m_GeneratePropertyBlock": true, - "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.Vector1MaterialSlot", - "m_ObjectId": "ff12bfb0339fbc8d9910c9bfb68f1d2d", - "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": [ - "X" - ] -} - diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Ground_Shared.shadergraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/Ground_Shared.shadergraph.meta deleted file mode 100644 index 4e415fc80..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Ground_Shared.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 253239fa34b3d3c4fb0c4df85dfde8ae -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Ground_WaterWaves.shadergraph b/Assets/PackageStagingArea/Rendering/Shaders/Ground_WaterWaves.shadergraph deleted file mode 100644 index fdf539994..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Ground_WaterWaves.shadergraph +++ /dev/null @@ -1,5471 +0,0 @@ -{ - "m_SGVersion": 2, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "3805aded5b784e389e4c39f82fe3f95d", - "m_Properties": [ - { - "m_Id": "34cb1562494fee87b9034c4fbdd72367" - }, - { - "m_Id": "8cf107ce5bec608fb396e40acc7cb1c4" - }, - { - "m_Id": "b6a684e479974b8cabbbc05ed38308a2" - }, - { - "m_Id": "92b00eebecdd618e9d5f6a54eb64df8b" - }, - { - "m_Id": "ece6257663b43f8487c61a0fa7fd51ff" - }, - { - "m_Id": "18239226b395d889a071b1da8bf047f9" - }, - { - "m_Id": "bb011258959d0387954ef3effe126722" - }, - { - "m_Id": "cbe4a2a61091e284aed692570623bbd5" - }, - { - "m_Id": "e128f10321d22989af2e60e46578e6aa" - } - ], - "m_Keywords": [], - "m_Nodes": [ - { - "m_Id": "ec65cd7144ba7081bbe69ed207c489f3" - }, - { - "m_Id": "66da1184fa426485b76ac68644eb9aff" - }, - { - "m_Id": "66d40a7e106c918694492c5d61bdb618" - }, - { - "m_Id": "e1b8afa0bbc3be8080949f29a1efb7dd" - }, - { - "m_Id": "8eb77113000aa58da9d40dd1d8c27ad4" - }, - { - "m_Id": "7dba1c4acf365c80bccdb42b3d9a2935" - }, - { - "m_Id": "7260dc169b570c8fb9c9337bcb78e1c9" - }, - { - "m_Id": "529a0fd61272e080a5f2c51d4e7b615f" - }, - { - "m_Id": "e7f94d42eea1aa8d88c5b85c355b5750" - }, - { - "m_Id": "1e4c0eede8f9a88f94a0200053dc0ad5" - }, - { - "m_Id": "f9d23fed3b1b4380abcacf715668222e" - }, - { - "m_Id": "3cd4ea47e0922d81b98f2fe53c5d9de5" - }, - { - "m_Id": "5b3d06f80734c38fa87dda17b99635fd" - }, - { - "m_Id": "6b37209d37f8788ebe5efbb2e0c2e9f8" - }, - { - "m_Id": "8f7cbd607a7fd483beaddd22e02fbe3f" - }, - { - "m_Id": "a31bd2a5055ace869c657ea37f2821c3" - }, - { - "m_Id": "e90bd5a3738e378593ab77518d2e290b" - }, - { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - { - "m_Id": "11f5a6efd419108bb1a1ae51dbad7fa7" - }, - { - "m_Id": "ca91fc9d9681e28192bc643a1589594e" - }, - { - "m_Id": "6cdb99dd7f1f548dbbfd9e96d83d6bef" - }, - { - "m_Id": "3f1ddbcc06ebbc8884a6a5affa04ae1d" - }, - { - "m_Id": "7598e2350f940585966f623c2509da32" - }, - { - "m_Id": "e88274a7bf4ef98d847f756702a47399" - }, - { - "m_Id": "9a541cda6c4b13898b56f32a4139462a" - }, - { - "m_Id": "086c65397dba4386920736b9b0b8f1a0" - }, - { - "m_Id": "279a348d9666ed85bc88d8bba1ecb975" - }, - { - "m_Id": "6c47f3d48e5bc18ea3571edf13f8e010" - }, - { - "m_Id": "8cf8a8c4cb894f89ba934db3ba49fa6f" - }, - { - "m_Id": "7876da7fb9f5578d91e5a40dbecc5ff3" - }, - { - "m_Id": "21753493eed66f8d9119e40660c4eb23" - }, - { - "m_Id": "4252c9340a1d6d85a5d78078949a23ad" - }, - { - "m_Id": "db304e6f7834278194a578ca12d701e6" - }, - { - "m_Id": "0a786925f48e4dada8632c2b2b13477d" - }, - { - "m_Id": "2819122765384aecb3d0160846036ba7" - }, - { - "m_Id": "d1a59a46c27e45bd8416c05f01f2f646" - }, - { - "m_Id": "df1603d3bcb44177a61dfc34256fbb14" - }, - { - "m_Id": "3c7fff7e28794512a7b879e8cdb57dec" - }, - { - "m_Id": "d118fcf6321547e597fc8ed0e5b7ff30" - }, - { - "m_Id": "ff315513bb604e56bcc27e4e8ce86b59" - }, - { - "m_Id": "25412fee01f24e709080f867c33a8404" - }, - { - "m_Id": "4e6fb4d9748b44fb8b22084d7f271a79" - }, - { - "m_Id": "15e01744d04046af820298d86c767792" - }, - { - "m_Id": "e8ad0620b9754812abf9d8436f298dba" - } - ], - "m_GroupDatas": [ - { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - { - "m_Id": "be3537cecc164e87a36661c15597c033" - }, - { - "m_Id": "19d7d3632a7042d4a614b8f9ddc09cbc" - } - ], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "086c65397dba4386920736b9b0b8f1a0" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "66da1184fa426485b76ac68644eb9aff" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "11f5a6efd419108bb1a1ae51dbad7fa7" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "1e4c0eede8f9a88f94a0200053dc0ad5" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "1e4c0eede8f9a88f94a0200053dc0ad5" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ec65cd7144ba7081bbe69ed207c489f3" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "21753493eed66f8d9119e40660c4eb23" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "7dba1c4acf365c80bccdb42b3d9a2935" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "279a348d9666ed85bc88d8bba1ecb975" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "6c47f3d48e5bc18ea3571edf13f8e010" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "279a348d9666ed85bc88d8bba1ecb975" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "7876da7fb9f5578d91e5a40dbecc5ff3" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "3cd4ea47e0922d81b98f2fe53c5d9de5" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "7dba1c4acf365c80bccdb42b3d9a2935" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "3f1ddbcc06ebbc8884a6a5affa04ae1d" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8f7cbd607a7fd483beaddd22e02fbe3f" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "4252c9340a1d6d85a5d78078949a23ad" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3cd4ea47e0922d81b98f2fe53c5d9de5" - }, - "m_SlotId": -259366608 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "529a0fd61272e080a5f2c51d4e7b615f" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "279a348d9666ed85bc88d8bba1ecb975" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "529a0fd61272e080a5f2c51d4e7b615f" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "df1603d3bcb44177a61dfc34256fbb14" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "5b3d06f80734c38fa87dda17b99635fd" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ca91fc9d9681e28192bc643a1589594e" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "66d40a7e106c918694492c5d61bdb618" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "1e4c0eede8f9a88f94a0200053dc0ad5" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "66da1184fa426485b76ac68644eb9aff" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3c7fff7e28794512a7b879e8cdb57dec" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "6b37209d37f8788ebe5efbb2e0c2e9f8" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "9a541cda6c4b13898b56f32a4139462a" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "6c47f3d48e5bc18ea3571edf13f8e010" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8cf8a8c4cb894f89ba934db3ba49fa6f" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "6cdb99dd7f1f548dbbfd9e96d83d6bef" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "9a541cda6c4b13898b56f32a4139462a" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7260dc169b570c8fb9c9337bcb78e1c9" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "25412fee01f24e709080f867c33a8404" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7598e2350f940585966f623c2509da32" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "d118fcf6321547e597fc8ed0e5b7ff30" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7876da7fb9f5578d91e5a40dbecc5ff3" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "21753493eed66f8d9119e40660c4eb23" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7dba1c4acf365c80bccdb42b3d9a2935" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "15e01744d04046af820298d86c767792" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8cf8a8c4cb894f89ba934db3ba49fa6f" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "21753493eed66f8d9119e40660c4eb23" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8eb77113000aa58da9d40dd1d8c27ad4" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8f7cbd607a7fd483beaddd22e02fbe3f" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8f7cbd607a7fd483beaddd22e02fbe3f" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "6b37209d37f8788ebe5efbb2e0c2e9f8" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "9a541cda6c4b13898b56f32a4139462a" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "66da1184fa426485b76ac68644eb9aff" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8f7cbd607a7fd483beaddd22e02fbe3f" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ca91fc9d9681e28192bc643a1589594e" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "a31bd2a5055ace869c657ea37f2821c3" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "e90bd5a3738e378593ab77518d2e290b" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "ca91fc9d9681e28192bc643a1589594e" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "6cdb99dd7f1f548dbbfd9e96d83d6bef" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "db304e6f7834278194a578ca12d701e6" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3cd4ea47e0922d81b98f2fe53c5d9de5" - }, - "m_SlotId": -953725949 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e1b8afa0bbc3be8080949f29a1efb7dd" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ca91fc9d9681e28192bc643a1589594e" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e7f94d42eea1aa8d88c5b85c355b5750" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "6b37209d37f8788ebe5efbb2e0c2e9f8" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e7f94d42eea1aa8d88c5b85c355b5750" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "6cdb99dd7f1f548dbbfd9e96d83d6bef" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e88274a7bf4ef98d847f756702a47399" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3f1ddbcc06ebbc8884a6a5affa04ae1d" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e88274a7bf4ef98d847f756702a47399" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "5b3d06f80734c38fa87dda17b99635fd" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e90bd5a3738e378593ab77518d2e290b" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e90bd5a3738e378593ab77518d2e290b" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "9f3d247461a2818aa75dba42a1397b46" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "ec65cd7144ba7081bbe69ed207c489f3" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "086c65397dba4386920736b9b0b8f1a0" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "f9d23fed3b1b4380abcacf715668222e" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3cd4ea47e0922d81b98f2fe53c5d9de5" - }, - "m_SlotId": -276770608 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 681.9998779296875, - "y": -266.0 - }, - "m_Blocks": [ - { - "m_Id": "0a786925f48e4dada8632c2b2b13477d" - }, - { - "m_Id": "2819122765384aecb3d0160846036ba7" - }, - { - "m_Id": "d1a59a46c27e45bd8416c05f01f2f646" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 681.9998779296875, - "y": -66.0 - }, - "m_Blocks": [ - { - "m_Id": "df1603d3bcb44177a61dfc34256fbb14" - }, - { - "m_Id": "3c7fff7e28794512a7b879e8cdb57dec" - }, - { - "m_Id": "d118fcf6321547e597fc8ed0e5b7ff30" - }, - { - "m_Id": "ff315513bb604e56bcc27e4e8ce86b59" - }, - { - "m_Id": "25412fee01f24e709080f867c33a8404" - }, - { - "m_Id": "4e6fb4d9748b44fb8b22084d7f271a79" - }, - { - "m_Id": "15e01744d04046af820298d86c767792" - }, - { - "m_Id": "e8ad0620b9754812abf9d8436f298dba" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Shader Graphs", - "m_ConcretePrecision": 1, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "a2d924bb017e4cafac06a5cc6c666d6a" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", - "m_ObjectId": "07071381f348328da59e7542b2105c73", - "m_Id": 0, - "m_DisplayName": "_NormalMap", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_BareResource": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ClampNode", - "m_ObjectId": "086c65397dba4386920736b9b0b8f1a0", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Clamp", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1060.0, - "y": 1432.0, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "a9ac6dc27d70868984511b7304a84f9d" - }, - { - "m_Id": "0e4311ae230278808392c36762641ac0" - }, - { - "m_Id": "5f02ee1556dc1880a832212fa506332a" - }, - { - "m_Id": "a6ff841e7d158d87afbcff9eb925b27f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", - "m_ObjectId": "08d32985a47f4a34abe878d91ae8253d", - "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.SamplerStateMaterialSlot", - "m_ObjectId": "096235ca5a73f0889bc79b7e91c9fbb7", - "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", - "m_ObjectId": "0a786925f48e4dada8632c2b2b13477d", - "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": "08d32985a47f4a34abe878d91ae8253d" - } - ], - "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.Vector3MaterialSlot", - "m_ObjectId": "0e0896eb02abe08591df306d07a8fe17", - "m_Id": 1, - "m_DisplayName": "Direction", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Direction", - "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": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "0e3ea4bd49b44f8c9ae546baf6b6b8fe", - "m_Id": 0, - "m_DisplayName": "Base Color", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "BaseColor", - "m_StageCapability": 2, - "m_Value": { - "x": 0.7353569269180298, - "y": 0.7353569269180298, - "z": 0.7353569269180298 - }, - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "0e4311ae230278808392c36762641ac0", - "m_Id": 1, - "m_DisplayName": "Min", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Min", - "m_StageCapability": 3, - "m_Value": { - "x": 0.009999999776482582, - "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.PositionNode", - "m_ObjectId": "11f5a6efd419108bb1a1ae51dbad7fa7", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Position", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2352.0, - "y": 1359.0, - "width": 208.0, - "height": 315.0 - } - }, - "m_Slots": [ - { - "m_Id": "e6233bc0c2c5f788b28de0d1330f6016" - } - ], - "synonyms": [], - "m_Precision": 1, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Space": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "1308520dd2530f85b8910db71dd15eeb", - "m_Id": 0, - "m_DisplayName": "_Smoothness", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "159e8118732c758a9067b5c0b41f10fd", - "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.BlockNode", - "m_ObjectId": "15e01744d04046af820298d86c767792", - "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": "de9c6a4d6da24840bdb15b7ccd181dcf" - } - ], - "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.Vector1MaterialSlot", - "m_ObjectId": "1759f4e172bc3985acefaeadf671b37b", - "m_Id": 4, - "m_DisplayName": "Smooth Delta", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Smooth Delta", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "17b029bbfa0ad884a0c2bb36d2872998", - "m_Id": 0, - "m_DisplayName": "_ClippingMask", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "18239226b395d889a071b1da8bf047f9", - "m_Guid": { - "m_GuidSerialized": "ddd2688d-e016-4c30-a578-54e32447bd3e" - }, - "m_Name": "_TilingSecondaryWaves", - "m_DefaultReferenceName": "Vector2_67BF4486", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "x": 0.07999999821186066, - "y": 0.07999999821186066, - "z": 0.0, - "w": 0.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "19d7d3632a7042d4a614b8f9ddc09cbc", - "m_Title": "Dithered Opacity", - "m_Position": { - "x": 469.0000305175781, - "y": 689.9999389648438 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", - "m_ObjectId": "1b650b985799588db8eea98a2f79803f", - "m_Id": 0, - "m_DisplayName": "_MaskMap", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_BareResource": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DistanceNode", - "m_ObjectId": "1e4c0eede8f9a88f94a0200053dc0ad5", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Distance", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1913.0, - "y": 1436.0, - "width": 208.0, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "4236d8eefb3b388a89adfa6f6acf6cb9" - }, - { - "m_Id": "dae2fb408f59768784b0a06d913d5a0c" - }, - { - "m_Id": "e2c76fa8bcb2fe8789b132c11151bd6a" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BranchNode", - "m_ObjectId": "21753493eed66f8d9119e40660c4eb23", - "m_Group": { - "m_Id": "19d7d3632a7042d4a614b8f9ddc09cbc" - }, - "m_Name": "Branch", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 1003.0001220703125, - "y": 830.0, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "8535c1bfd929978197b79aa96677b540" - }, - { - "m_Id": "d46b485f81dd5784b517503606e3390c" - }, - { - "m_Id": "614c576fe1914d8d96c73a9d7a61e498" - }, - { - "m_Id": "f80446a99a7f048dac97428f4dc1baa4" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "218716f0dd642b8f84a857b085c47535", - "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": 1.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "22d4ba97c802528e94a1f8087074ca79", - "m_Id": 2, - "m_DisplayName": "Orthographic", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Orthographic", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "2532adfcadf30580a67fbb250807fb46", - "m_Id": 0, - "m_DisplayName": "_TilingPrimaryWaves", - "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": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "25412fee01f24e709080f867c33a8404", - "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": "2c0f2f2835274a7ba133eee495140cb9" - } - ], - "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.SplitNode", - "m_ObjectId": "279a348d9666ed85bc88d8bba1ecb975", - "m_Group": { - "m_Id": "19d7d3632a7042d4a614b8f9ddc09cbc" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 494.0000915527344, - "y": 747.0, - "width": 130.0, - "height": 149.0 - } - }, - "m_Slots": [ - { - "m_Id": "d4c37c3765737683aa58e70560781309" - }, - { - "m_Id": "32585da95d55358cb1de77ccf09c4f84" - }, - { - "m_Id": "4e80de0dacd4508ca1795d88ad816e5c" - }, - { - "m_Id": "945129493379728396a6aa33203ebf21" - }, - { - "m_Id": "2ad6518bc669a3819d426f666ece4dd8" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "2819122765384aecb3d0160846036ba7", - "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": "f2e3e9958b564375ae5bc0cd655423f6" - } - ], - "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.Vector4MaterialSlot", - "m_ObjectId": "282e48b42f466f83a43d780d881d3eff", - "m_Id": 0, - "m_DisplayName": "_BaseColor", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "289bc01c3d9de78c8e909adec1750624", - "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": "29bf4836b145f7849371edc82fa0f64c", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "2ad6518bc669a3819d426f666ece4dd8", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "2b5c37784d04638aaff69277555cb1e9", - "m_Id": 2, - "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": "2c0f2f2835274a7ba133eee495140cb9", - "m_Id": 0, - "m_DisplayName": "Smoothness", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Smoothness", - "m_StageCapability": 2, - "m_Value": 0.029999999329447748, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "32585da95d55358cb1de77ccf09c4f84", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "34cb1562494fee87b9034c4fbdd72367", - "m_Guid": { - "m_GuidSerialized": "ee6ea7a3-1896-4a37-af53-9813670c5a22" - }, - "m_Name": "_BaseColor", - "m_DefaultReferenceName": "Color_5E84EBAF", - "m_OverrideReferenceName": "_BaseColor", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "34f7d4c89423d98da7a03af25663ee58", - "m_Id": -259366608, - "m_DisplayName": "_Size", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector2_9E75FBFC", - "m_StageCapability": 2, - "m_Value": { - "x": 0.0010000000474974514, - "y": 0.0010000000474974514 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "3524d585fd584d8ca849788ca7ac76fc", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "3776cd6d52b36781a8008b7152bc8701", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "396e68140dcb248486ec3e88866ee1b2", - "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.BlockNode", - "m_ObjectId": "3c7fff7e28794512a7b879e8cdb57dec", - "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": "6e7777ae171b4a8db0c5dd812ed73119" - } - ], - "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.SubGraphNode", - "m_ObjectId": "3cd4ea47e0922d81b98f2fe53c5d9de5", - "m_Group": { - "m_Id": "be3537cecc164e87a36661c15597c033" - }, - "m_Name": "MaskInWorldSpace", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 908.0000610351563, - "y": 299.0, - "width": 293.0, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "46f9c49f4ffd5487ae3612beba7583bc" - }, - { - "m_Id": "69db7eac40bc168384077c81e7a72bea" - }, - { - "m_Id": "34f7d4c89423d98da7a03af25663ee58" - }, - { - "m_Id": "62546c07aaf2ea8495e6fac99b94e014" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"94726f8a3a6e7c943902842b66a2489d\",\n \"type\": 3\n }\n}", - "m_PropertyGuids": [ - "b8399f3e-e3b9-4fe2-a139-b464f8eaa70c", - "24570100-278e-4639-b493-22a6f369b7c2", - "b11a2b98-5990-4a48-9fb3-18abf6f898e0", - "20e00c29-a0c7-40ee-967b-4701b2ce07c4" - ], - "m_PropertyIds": [ - -276770608, - 567887867, - -259366608, - -953725949 - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "3d3e0df01a22b4858c5908b4ec629ab2", - "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.MultiplyNode", - "m_ObjectId": "3f1ddbcc06ebbc8884a6a5affa04ae1d", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1841.0001220703125, - "y": 643.0, - "width": 208.00001525878907, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "159e8118732c758a9067b5c0b41f10fd" - }, - { - "m_Id": "ebc75d09687c5485a0cbd1ab62c243f2" - }, - { - "m_Id": "c15e5bf6e3d4b289857a7c74094f3720" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "3f2b3f74074f46818fa63da97b9d536f", - "m_Id": 1, - "m_DisplayName": "In Min Max", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "InMinMax", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 600.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "4236d8eefb3b388a89adfa6f6acf6cb9", - "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.PropertyNode", - "m_ObjectId": "4252c9340a1d6d85a5d78078949a23ad", - "m_Group": { - "m_Id": "be3537cecc164e87a36661c15597c033" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 656.0, - "y": 478.0, - "width": 109.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "454b8f2ce903148dbb547a928f7a8d2d" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "cbe4a2a61091e284aed692570623bbd5" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "4401075ce3d9f58f9e7431f3f2a9d1eb", - "m_Id": 4, - "m_DisplayName": "Far Plane", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Far Plane", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot", - "m_ObjectId": "451c40542d348f88a0659c0777f13a4d", - "m_Id": 1, - "m_DisplayName": "Screen Position", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "ScreenPosition", - "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_ScreenSpaceType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "454b8f2ce903148dbb547a928f7a8d2d", - "m_Id": 0, - "m_DisplayName": "_Size", - "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": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "45a1875d27bda6868b99dd20792dedb6", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "46202b53cd26868197702319ec070da6", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "e00": 1.5, - "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.Texture2DInputMaterialSlot", - "m_ObjectId": "46f9c49f4ffd5487ae3612beba7583bc", - "m_Id": -953725949, - "m_DisplayName": "_MaskMap", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Texture2D_E59969F8", - "m_StageCapability": 2, - "m_BareResource": false, - "m_Texture": { - "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "48f2043e0f7f9c85903bb8a09b329864", - "m_Id": 2, - "m_DisplayName": "Y", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Y", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "493377516f6ffe8dafc293e547e53c66", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "4e6fb4d9748b44fb8b22084d7f271a79", - "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": "98a9d94128ae4e17b9aa64c49e295c80" - } - ], - "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": "4e80de0dacd4508ca1795d88ad816e5c", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "4f28f4702910738b9ac410277e1f90f2", - "m_Id": 1, - "m_DisplayName": "Sine Time", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Sine Time", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "529a0fd61272e080a5f2c51d4e7b615f", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -255.99990844726563, - "y": 5.99998140335083, - "width": 145.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "282e48b42f466f83a43d780d881d3eff" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "34cb1562494fee87b9034c4fbdd72367" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "52badeed1cee2785a054540ff8793273", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "5396526179f6df8383a1c55b2c04d216", - "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": "561c50c1df68888090ea1152633126a6", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "57bd9724cd86f18f84003693f5c1a4f4", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "59706f4123248880be7ace65f311b70f", - "m_Id": 0, - "m_DisplayName": "_TilingSecondaryWaves", - "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": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "5b3d06f80734c38fa87dda17b99635fd", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1782.9998779296875, - "y": 1083.0, - "width": 208.0, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "b3cfffbd3d29048385eaddf8a5253716" - }, - { - "m_Id": "f35c3ef93285c8889877b67eaaec3f9d" - }, - { - "m_Id": "3d3e0df01a22b4858c5908b4ec629ab2" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "5c99a80264783582ab26932c5a4e66b0", - "m_Id": 0, - "m_DisplayName": "A", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "A", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "5ec350d90c32568a856cf92db0bb1c7a", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "5f02ee1556dc1880a832212fa506332a", - "m_Id": 2, - "m_DisplayName": "Max", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Max", - "m_StageCapability": 3, - "m_Value": { - "x": 0.5, - "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": "614c576fe1914d8d96c73a9d7a61e498", - "m_Id": 2, - "m_DisplayName": "False", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "False", - "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.Vector4MaterialSlot", - "m_ObjectId": "62546c07aaf2ea8495e6fac99b94e014", - "m_Id": 1, - "m_DisplayName": "Out_Vector4", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "OutVector4", - "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.Vector1MaterialSlot", - "m_ObjectId": "64065ad09f78ce878bfa21c111604f12", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.CameraNode", - "m_ObjectId": "66d40a7e106c918694492c5d61bdb618", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Camera", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2303.0, - "y": 1705.0, - "width": 135.0, - "height": 245.0 - } - }, - "m_Slots": [ - { - "m_Id": "8ac10f05a8a526879418d37906264e11" - }, - { - "m_Id": "0e0896eb02abe08591df306d07a8fe17" - }, - { - "m_Id": "22d4ba97c802528e94a1f8087074ca79" - }, - { - "m_Id": "bd15a1698ff7dd85aecb1b89d0713652" - }, - { - "m_Id": "4401075ce3d9f58f9e7431f3f2a9d1eb" - }, - { - "m_Id": "e3da6dec14b91483be6c1f93e85dcf2b" - }, - { - "m_Id": "9009fe3f9b70e188ac73cbe9cde9d8fd" - }, - { - "m_Id": "f9dc43223c63a38ba828ceec378b7a9b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalStrengthNode", - "m_ObjectId": "66da1184fa426485b76ac68644eb9aff", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Normal Strength", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -699.9998168945313, - "y": 1235.0, - "width": 208.00001525878907, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "69afa66f628c608e97f6f42109e8b87a" - }, - { - "m_Id": "eee6a8dc04b4df8d93f56f4f270a00c4" - }, - { - "m_Id": "ed917f320a651f84b4bc56755323d2d5" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "69afa66f628c608e97f6f42109e8b87a", - "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": 1.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "69db7eac40bc168384077c81e7a72bea", - "m_Id": -276770608, - "m_DisplayName": "_ClippingMask", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector4_C27D9F6C", - "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.Vector2MaterialSlot", - "m_ObjectId": "6b0265f2954feb85a9902fdb3eae48a5", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", - "m_ObjectId": "6b37209d37f8788ebe5efbb2e0c2e9f8", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Sample Texture 2D", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1098.0, - "y": 406.9999694824219, - "width": 208.0, - "height": 436.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "c5eb4ec668338b81b09ae50be53f3062" - }, - { - "m_Id": "493377516f6ffe8dafc293e547e53c66" - }, - { - "m_Id": "c33094bca8f3088489797a8eeae7b2b4" - }, - { - "m_Id": "aa73fa7396a1ef8bbbe1063fc019b55e" - }, - { - "m_Id": "8c8b27f3686fdd8b8f80bd8a9b5c0ae2" - }, - { - "m_Id": "93d6d99cfde21d809e94fdfa358d8064" - }, - { - "m_Id": "941054d24ed8ee89ae317807793b9a57" - }, - { - "m_Id": "df79990fb960e28f886a892bd90fcdc5" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_TextureType": 1, - "m_NormalMapSpace": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "6b7fa52049ba3785ab84d6824e76b1c0", - "m_Id": 3, - "m_DisplayName": "Delta Time", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Delta Time", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "6c47f3d48e5bc18ea3571edf13f8e010", - "m_Group": { - "m_Id": "19d7d3632a7042d4a614b8f9ddc09cbc" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 504.0, - "y": 1018.0, - "width": 208.0, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "e4fa135defa759868ce2162a480fad28" - }, - { - "m_Id": "46202b53cd26868197702319ec070da6" - }, - { - "m_Id": "5396526179f6df8383a1c55b2c04d216" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", - "m_ObjectId": "6cdb99dd7f1f548dbbfd9e96d83d6bef", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Sample Texture 2D", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1087.0, - "y": 867.0000610351563, - "width": 208.0, - "height": 435.0 - } - }, - "m_Slots": [ - { - "m_Id": "d54fc015a91ae0879692be693c0e4630" - }, - { - "m_Id": "29bf4836b145f7849371edc82fa0f64c" - }, - { - "m_Id": "45a1875d27bda6868b99dd20792dedb6" - }, - { - "m_Id": "88b0bd7b59be478f872e25a960b6ffc2" - }, - { - "m_Id": "e7049e7f761865878267d327a82f8ef9" - }, - { - "m_Id": "6db21dac21cb1c818c6ae708d66b46df" - }, - { - "m_Id": "c2c3bb5c87881a8293dd9b2a3c51be20" - }, - { - "m_Id": "096235ca5a73f0889bc79b7e91c9fbb7" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_TextureType": 1, - "m_NormalMapSpace": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", - "m_ObjectId": "6db21dac21cb1c818c6ae708d66b46df", - "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": 3 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "6e7777ae171b4a8db0c5dd812ed73119", - "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.BooleanMaterialSlot", - "m_ObjectId": "6ecb9780c3112586ae39670f663c4c16", - "m_Id": 2, - "m_DisplayName": "Out", - "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", - "m_ObjectId": "7260dc169b570c8fb9c9337bcb78e1c9", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -252.0, - "y": 82.99996185302735, - "width": 154.00001525878907, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "1308520dd2530f85b8910db71dd15eeb" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "92b00eebecdd618e9d5f6a54eb64df8b" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "7598e2350f940585966f623c2509da32", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -245.99998474121095, - "y": 40.99997329711914, - "width": 126.00000762939453, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "88ddf95c43598988b3baa5679dbbdd35" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "b6a684e479974b8cabbbc05ed38308a2" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ComparisonNode", - "m_ObjectId": "7876da7fb9f5578d91e5a40dbecc5ff3", - "m_Group": { - "m_Id": "19d7d3632a7042d4a614b8f9ddc09cbc" - }, - "m_Name": "Comparison", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 720.000244140625, - "y": 819.0, - "width": 145.0, - "height": 135.0 - } - }, - "m_Slots": [ - { - "m_Id": "5c99a80264783582ab26932c5a4e66b0" - }, - { - "m_Id": "57bd9724cd86f18f84003693f5c1a4f4" - }, - { - "m_Id": "6ecb9780c3112586ae39670f663c4c16" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_ComparisonType": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "7dba1c4acf365c80bccdb42b3d9a2935", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 1383.4638671875, - "y": 594.662109375, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "289bc01c3d9de78c8e909adec1750624" - }, - { - "m_Id": "edc9cc70033eff89940dcb130f14c7bc" - }, - { - "m_Id": "fe0656326195618e98e3f7f1db1783a3" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", - "m_ObjectId": "8535c1bfd929978197b79aa96677b540", - "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.Vector1MaterialSlot", - "m_ObjectId": "88b0bd7b59be478f872e25a960b6ffc2", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "88ddf95c43598988b3baa5679dbbdd35", - "m_Id": 0, - "m_DisplayName": "_Metallic", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "8ac10f05a8a526879418d37906264e11", - "m_Id": 0, - "m_DisplayName": "Position", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Position", - "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": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "8c47ca07c4794b89982cc5e710d23f55", - "m_Id": 0, - "m_DisplayName": "Metallic", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Metallic", - "m_StageCapability": 2, - "m_Value": 0.18000000715255738, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "8c8b27f3686fdd8b8f80bd8a9b5c0ae2", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", - "m_ObjectId": "8cf107ce5bec608fb396e40acc7cb1c4", - "m_Guid": { - "m_GuidSerialized": "a965a4a5-96d5-4a9f-9531-040e4670b81c" - }, - "m_Name": "_NormalMap", - "m_DefaultReferenceName": "Texture2D_CC0778DF", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"fileID\":2800000,\"guid\":\"49e7ce8e743e6cf42a9db923730bc0f9\",\"type\":3}}", - "m_Guid": "" - }, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DitherNode", - "m_ObjectId": "8cf8a8c4cb894f89ba934db3ba49fa6f", - "m_Group": { - "m_Id": "19d7d3632a7042d4a614b8f9ddc09cbc" - }, - "m_Name": "Dither", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 769.9998168945313, - "y": 1158.0, - "width": 208.0, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "3776cd6d52b36781a8008b7152bc8701" - }, - { - "m_Id": "451c40542d348f88a0659c0777f13a4d" - }, - { - "m_Id": "2b5c37784d04638aaff69277555cb1e9" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "8eb77113000aa58da9d40dd1d8c27ad4", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2119.000244140625, - "y": 584.0000610351563, - "width": 193.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "2532adfcadf30580a67fbb250807fb46" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "ece6257663b43f8487c61a0fa7fd51ff" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", - "m_ObjectId": "8f7cbd607a7fd483beaddd22e02fbe3f", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Tiling And Offset", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1452.0, - "y": 444.0000305175781, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "9b981ab53b99ef8b8ccbed2638193471" - }, - { - "m_Id": "9d5fdfb1ff9098839ed034382a1727d6" - }, - { - "m_Id": "e94b8eee88c24f8a9808c87a159a9bef" - }, - { - "m_Id": "df95a0b114b6698c821723167f5a0d70" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "9009fe3f9b70e188ac73cbe9cde9d8fd", - "m_Id": 6, - "m_DisplayName": "Width", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Width", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "92b00eebecdd618e9d5f6a54eb64df8b", - "m_Guid": { - "m_GuidSerialized": "b9a91988-f6f2-4dd3-ab32-7ec05bb7849c" - }, - "m_Name": "_Smoothness", - "m_DefaultReferenceName": "Vector1_EC5050E1", - "m_OverrideReferenceName": "_Smoothness", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": 0.5, - "m_FloatType": 0, - "m_RangeValues": { - "x": 0.0, - "y": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "9342ab685709648d9e93de03836d906a", - "m_Id": 0, - "m_DisplayName": "Time", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Time", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", - "m_ObjectId": "93d6d99cfde21d809e94fdfa358d8064", - "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": 3 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", - "m_ObjectId": "941054d24ed8ee89ae317807793b9a57", - "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": [ - "X", - "Y" - ], - "m_Channel": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "945129493379728396a6aa33203ebf21", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "98a9d94128ae4e17b9aa64c49e295c80", - "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.ColorRGBMaterialSlot", - "m_ObjectId": "9a02f40d19e347d682bdf66837522f58", - "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.NormalBlendNode", - "m_ObjectId": "9a541cda6c4b13898b56f32a4139462a", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Normal Blend", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -574.9998779296875, - "y": 612.0, - "width": 208.00001525878907, - "height": 337.0 - } - }, - "m_Slots": [ - { - "m_Id": "218716f0dd642b8f84a857b085c47535" - }, - { - "m_Id": "ad69fcf95c977987ba8cbf4dbccd37d2" - }, - { - "m_Id": "d855fde006913988a325189e1668d1fa" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_BlendMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", - "m_ObjectId": "9b981ab53b99ef8b8ccbed2638193471", - "m_Id": 0, - "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": [ - "X", - "Y" - ], - "m_Channel": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "9d5fdfb1ff9098839ed034382a1727d6", - "m_Id": 1, - "m_DisplayName": "Tiling", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Tiling", - "m_StageCapability": 3, - "m_Value": { - "x": 0.029999999329447748, - "y": 0.029999999329447748 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2Node", - "m_ObjectId": "9f3d247461a2818aa75dba42a1397b46", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Vector 2", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1705.0, - "y": 418.0, - "width": 136.99998474121095, - "height": 101.0 - } - }, - "m_Slots": [ - { - "m_Id": "b135ce1f53a7668e8e5d5c883bef9db6" - }, - { - "m_Id": "48f2043e0f7f9c85903bb8a09b329864" - }, - { - "m_Id": "6b0265f2954feb85a9902fdb3eae48a5" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Value": { - "x": 0.0, - "y": 0.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "a2d924bb017e4cafac06a5cc6c666d6a", - "m_ActiveSubTarget": { - "m_Id": "a92362666ebd4e65aafcb29ca5c9dc58" - }, - "m_SurfaceType": 0, - "m_AlphaMode": 0, - "m_TwoSided": false, - "m_AlphaClip": true, - "m_CustomEditorGUI": "" -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.PositionNode", - "m_ObjectId": "a31bd2a5055ace869c657ea37f2821c3", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Position", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2357.0, - "y": 251.99998474121095, - "width": 207.99998474121095, - "height": 315.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "5ec350d90c32568a856cf92db0bb1c7a" - } - ], - "synonyms": [], - "m_Precision": 1, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Space": 4 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "a6ff841e7d158d87afbcff9eb925b27f", - "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.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", - "m_ObjectId": "a92362666ebd4e65aafcb29ca5c9dc58", - "m_WorkflowMode": 1, - "m_NormalDropOffSpace": 0, - "m_ClearCoat": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "a9ac6dc27d70868984511b7304a84f9d", - "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.Vector1MaterialSlot", - "m_ObjectId": "aa73fa7396a1ef8bbbe1063fc019b55e", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "ad69fcf95c977987ba8cbf4dbccd37d2", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 0.0, - "z": 1.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "b135ce1f53a7668e8e5d5c883bef9db6", - "m_Id": 1, - "m_DisplayName": "X", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "X", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "b2180617b9e6fd82a94d8599137dac72", - "m_Id": 2, - "m_DisplayName": "Offset", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Offset", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 0.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "b3cfffbd3d29048385eaddf8a5253716", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "b6a684e479974b8cabbbc05ed38308a2", - "m_Guid": { - "m_GuidSerialized": "0c6385e6-f232-475c-9404-8cf1c2bf4a73" - }, - "m_Name": "_Metallic", - "m_DefaultReferenceName": "Vector1_820294E6", - "m_OverrideReferenceName": "_Metallic", - "m_GeneratePropertyBlock": true, - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", - "m_ObjectId": "bb011258959d0387954ef3effe126722", - "m_Guid": { - "m_GuidSerialized": "8d48682b-6a1c-4d16-b832-4c4d6dc519cf" - }, - "m_Name": "_ClippingMask", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_ClippingMask", - "m_GeneratePropertyBlock": true, - "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": "bd15a1698ff7dd85aecb1b89d0713652", - "m_Id": 3, - "m_DisplayName": "Near Plane", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Near Plane", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "be3537cecc164e87a36661c15597c033", - "m_Title": "Mask", - "m_Position": { - "x": 560.0000610351563, - "y": 241.99998474121095 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "c0d18d72b64fac888d8a6b466df87450", - "m_Id": 1, - "m_DisplayName": "Tiling", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Tiling", - "m_StageCapability": 3, - "m_Value": { - "x": 0.07999999821186066, - "y": 0.07999999821186066 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "c15e5bf6e3d4b289857a7c74094f3720", - "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.UVMaterialSlot", - "m_ObjectId": "c2c3bb5c87881a8293dd9b2a3c51be20", - "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": [ - "X", - "Y" - ], - "m_Channel": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "c33094bca8f3088489797a8eeae7b2b4", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "c3a92850fc3447e7824d9b53b9f9a0b7", - "m_Title": "World space water waves", - "m_Position": { - "x": -2447.0, - "y": 165.0000457763672 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "c5eb4ec668338b81b09ae50be53f3062", - "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.TilingAndOffsetNode", - "m_ObjectId": "ca91fc9d9681e28192bc643a1589594e", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Tiling And Offset", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1452.0, - "y": 930.0, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "f52cf03eaf813c8babdd2b47b9f4cf68" - }, - { - "m_Id": "c0d18d72b64fac888d8a6b466df87450" - }, - { - "m_Id": "b2180617b9e6fd82a94d8599137dac72" - }, - { - "m_Id": "561c50c1df68888090ea1152633126a6" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "cbe4a2a61091e284aed692570623bbd5", - "m_Guid": { - "m_GuidSerialized": "c1377017-a2c5-41f5-86df-83553c9454cc" - }, - "m_Name": "_Size", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_Size", - "m_GeneratePropertyBlock": true, - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "cdf2dcaeb5831e88b069709d25562c26", - "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.TangentMaterialSlot", - "m_ObjectId": "d08d402a40a74e7da76e4f26e2aa93e2", - "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.BlockNode", - "m_ObjectId": "d118fcf6321547e597fc8ed0e5b7ff30", - "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": "8c47ca07c4794b89982cc5e710d23f55" - } - ], - "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.BlockNode", - "m_ObjectId": "d1a59a46c27e45bd8416c05f01f2f646", - "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": "d08d402a40a74e7da76e4f26e2aa93e2" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "d46b485f81dd5784b517503606e3390c", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "d4c37c3765737683aa58e70560781309", - "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.Vector4MaterialSlot", - "m_ObjectId": "d54fc015a91ae0879692be693c0e4630", - "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.Vector3MaterialSlot", - "m_ObjectId": "d855fde006913988a325189e1668d1fa", - "m_Id": 2, - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "dae2fb408f59768784b0a06d913d5a0c", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "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.PropertyNode", - "m_ObjectId": "db304e6f7834278194a578ca12d701e6", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 655.4971313476563, - "y": 399.9901123046875, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "1b650b985799588db8eea98a2f79803f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "e128f10321d22989af2e60e46578e6aa" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "de9c6a4d6da24840bdb15b7ccd181dcf", - "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.BlockNode", - "m_ObjectId": "df1603d3bcb44177a61dfc34256fbb14", - "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": "0e3ea4bd49b44f8c9ae546baf6b6b8fe" - } - ], - "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.SamplerStateMaterialSlot", - "m_ObjectId": "df79990fb960e28f886a892bd90fcdc5", - "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.Vector2MaterialSlot", - "m_ObjectId": "df95a0b114b6698c821723167f5a0d70", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", - "m_ObjectId": "e128f10321d22989af2e60e46578e6aa", - "m_Guid": { - "m_GuidSerialized": "718a545a-815e-4e37-9af9-a0ff5e4dabc8" - }, - "m_Name": "_MaskMap", - "m_DefaultReferenceName": "Texture2D_CE8D6309", - "m_OverrideReferenceName": "_MaskMap", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "e1b8afa0bbc3be8080949f29a1efb7dd", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2311.0, - "y": 711.0, - "width": 210.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "59706f4123248880be7ace65f311b70f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "18239226b395d889a071b1da8bf047f9" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "e1ddb3e1c0fa6a84b2f57e24899f4925", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "e2c76fa8bcb2fe8789b132c11151bd6a", - "m_Id": 2, - "m_DisplayName": "Out", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "e3da6dec14b91483be6c1f93e85dcf2b", - "m_Id": 5, - "m_DisplayName": "Z Buffer Sign", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Z Buffer Sign", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "e4fa135defa759868ce2162a480fad28", - "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.Vector3MaterialSlot", - "m_ObjectId": "e6233bc0c2c5f788b28de0d1330f6016", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "e7049e7f761865878267d327a82f8ef9", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "e7f94d42eea1aa8d88c5b85c355b5750", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1653.0, - "y": 223.99998474121095, - "width": 154.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "07071381f348328da59e7542b2105c73" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "8cf107ce5bec608fb396e40acc7cb1c4" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TimeNode", - "m_ObjectId": "e88274a7bf4ef98d847f756702a47399", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Time", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2302.000244140625, - "y": 827.0, - "width": 133.0, - "height": 173.0 - } - }, - "m_Slots": [ - { - "m_Id": "9342ab685709648d9e93de03836d906a" - }, - { - "m_Id": "4f28f4702910738b9ac410277e1f90f2" - }, - { - "m_Id": "ec98c284a2d56d8c916253806a2189aa" - }, - { - "m_Id": "6b7fa52049ba3785ab84d6824e76b1c0" - }, - { - "m_Id": "1759f4e172bc3985acefaeadf671b37b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "e8ad0620b9754812abf9d8436f298dba", - "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": "3524d585fd584d8ca849788ca7ac76fc" - } - ], - "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.SplitNode", - "m_ObjectId": "e90bd5a3738e378593ab77518d2e290b", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1937.999755859375, - "y": 403.0, - "width": 127.99999237060547, - "height": 148.99998474121095 - } - }, - "m_Slots": [ - { - "m_Id": "396e68140dcb248486ec3e88866ee1b2" - }, - { - "m_Id": "52badeed1cee2785a054540ff8793273" - }, - { - "m_Id": "ff12bfb0339fbc8d9910c9bfb68f1d2d" - }, - { - "m_Id": "e1ddb3e1c0fa6a84b2f57e24899f4925" - }, - { - "m_Id": "64065ad09f78ce878bfa21c111604f12" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "e94b8eee88c24f8a9808c87a159a9bef", - "m_Id": 2, - "m_DisplayName": "Offset", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Offset", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 0.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "eafdf19fb9a55089a527f1d4a3594e7a", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "ebc75d09687c5485a0cbd1ab62c243f2", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "e00": 0.019999999552965165, - "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.Vector2MaterialSlot", - "m_ObjectId": "ebfabc1fcf42b289aa5708b695e30021", - "m_Id": 2, - "m_DisplayName": "Out Min Max", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "OutMinMax", - "m_StageCapability": 3, - "m_Value": { - "x": 0.5, - "y": 0.009999999776482582 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.RemapNode", - "m_ObjectId": "ec65cd7144ba7081bbe69ed207c489f3", - "m_Group": { - "m_Id": "c3a92850fc3447e7824d9b53b9f9a0b7" - }, - "m_Name": "Remap", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1402.0, - "y": 1440.0, - "width": 208.00001525878907, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "cdf2dcaeb5831e88b069709d25562c26" - }, - { - "m_Id": "3f2b3f74074f46818fa63da97b9d536f" - }, - { - "m_Id": "ebfabc1fcf42b289aa5708b695e30021" - }, - { - "m_Id": "eafdf19fb9a55089a527f1d4a3594e7a" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "ec98c284a2d56d8c916253806a2189aa", - "m_Id": 2, - "m_DisplayName": "Cosine Time", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Cosine Time", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "ece6257663b43f8487c61a0fa7fd51ff", - "m_Guid": { - "m_GuidSerialized": "5ce937b2-185f-458b-a35a-c98991898886" - }, - "m_Name": "_TilingPrimaryWaves", - "m_DefaultReferenceName": "Vector2_71117EB4", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "x": 0.029999999329447748, - "y": 0.029999999329447748, - "z": 0.0, - "w": 0.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "ed917f320a651f84b4bc56755323d2d5", - "m_Id": 2, - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "edc9cc70033eff89940dcb130f14c7bc", - "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.Vector1MaterialSlot", - "m_ObjectId": "eee6a8dc04b4df8d93f56f4f270a00c4", - "m_Id": 1, - "m_DisplayName": "Strength", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Strength", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "f2e3e9958b564375ae5bc0cd655423f6", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "f35c3ef93285c8889877b67eaaec3f9d", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "e00": -0.019999999552965165, - "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.UVMaterialSlot", - "m_ObjectId": "f52cf03eaf813c8babdd2b47b9f4cf68", - "m_Id": 0, - "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": [ - "X", - "Y" - ], - "m_Channel": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "f80446a99a7f048dac97428f4dc1baa4", - "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.PropertyNode", - "m_ObjectId": "f9d23fed3b1b4380abcacf715668222e", - "m_Group": { - "m_Id": "be3537cecc164e87a36661c15597c033" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 585.0, - "y": 349.0000305175781, - "width": 193.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "17b029bbfa0ad884a0c2bb36d2872998" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "bb011258959d0387954ef3effe126722" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "f9dc43223c63a38ba828ceec378b7a9b", - "m_Id": 7, - "m_DisplayName": "Height", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Height", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "fe0656326195618e98e3f7f1db1783a3", - "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.Vector1MaterialSlot", - "m_ObjectId": "ff12bfb0339fbc8d9910c9bfb68f1d2d", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "ff315513bb604e56bcc27e4e8ce86b59", - "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": "9a02f40d19e347d682bdf66837522f58" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.Emission" -} - diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Ground_WaterWaves.shadergraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/Ground_WaterWaves.shadergraph.meta deleted file mode 100644 index cc18325b1..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Ground_WaterWaves.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 8572d60f4b0262749a872e9f7e7459bb -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/MaskInWorldSpace.shadersubgraph b/Assets/PackageStagingArea/Rendering/Shaders/MaskInWorldSpace.shadersubgraph deleted file mode 100644 index 01fa89ae9..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/MaskInWorldSpace.shadersubgraph +++ /dev/null @@ -1,197 +0,0 @@ -{ - "m_SerializedProperties": [ - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty" - }, - "JSONnodeData": "{\n \"m_Guid\": {\n \"m_GuidSerialized\": \"20e00c29-a0c7-40ee-967b-4701b2ce07c4\"\n },\n \"m_Name\": \"_MaskMap\",\n \"m_DefaultReferenceName\": \"Texture2D_E59969F8\",\n \"m_OverrideReferenceName\": \"\",\n \"m_GeneratePropertyBlock\": true,\n \"m_Precision\": 0,\n \"m_GPUInstanced\": false,\n \"m_Hidden\": false,\n \"m_Value\": {\n \"m_SerializedTexture\": \"{\\\"texture\\\":{\\\"fileID\\\":2800000,\\\"guid\\\":\\\"87a47502f00ad5f4da37f4a4031d4760\\\",\\\"type\\\":3}}\",\n \"m_Guid\": \"\"\n },\n \"m_Modifiable\": true,\n \"m_DefaultType\": 0\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty" - }, - "JSONnodeData": "{\n \"m_Guid\": {\n \"m_GuidSerialized\": \"b8399f3e-e3b9-4fe2-a139-b464f8eaa70c\"\n },\n \"m_Name\": \"_ClippingMask\",\n \"m_DefaultReferenceName\": \"Vector4_C27D9F6C\",\n \"m_OverrideReferenceName\": \"\",\n \"m_GeneratePropertyBlock\": true,\n \"m_Precision\": 0,\n \"m_GPUInstanced\": false,\n \"m_Hidden\": false,\n \"m_Value\": {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0,\n \"w\": 0.0\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty" - }, - "JSONnodeData": "{\n \"m_Guid\": {\n \"m_GuidSerialized\": \"b11a2b98-5990-4a48-9fb3-18abf6f898e0\"\n },\n \"m_Name\": \"_Size\",\n \"m_DefaultReferenceName\": \"Vector2_9E75FBFC\",\n \"m_OverrideReferenceName\": \"\",\n \"m_GeneratePropertyBlock\": true,\n \"m_Precision\": 0,\n \"m_GPUInstanced\": false,\n \"m_Hidden\": false,\n \"m_Value\": {\n \"x\": 1.0,\n \"y\": 1.0,\n \"z\": 0.0,\n \"w\": 0.0\n }\n}" - } - ], - "m_SerializedKeywords": [], - "m_SerializableNodes": [ - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.PropertyNode" - }, - "JSONnodeData": "{\n \"m_GuidSerialized\": \"2843efd4-fad3-40b4-b142-96215770db3c\",\n \"m_GroupGuidSerialized\": \"00000000-0000-0000-0000-000000000000\",\n \"m_Name\": \"Property\",\n \"m_NodeVersion\": 0,\n \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n \"x\": -1603.0023193359375,\n \"y\": 438.0119934082031,\n \"width\": 0.0,\n \"height\": 0.0\n }\n },\n \"m_SerializableSlots\": [\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 0,\\n \\\"m_DisplayName\\\": \\\"_Size\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Out\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_Labels\\\": [\\n \\\"X\\\",\\n \\\"Y\\\"\\n ]\\n}\"\n }\n ],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n },\n \"m_PropertyGuidSerialized\": \"b11a2b98-5990-4a48-9fb3-18abf6f898e0\"\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.Vector4Node" - }, - "JSONnodeData": "{\n \"m_GuidSerialized\": \"48d2e846-623d-4f3f-b995-dd78d4ec0f7e\",\n \"m_GroupGuidSerialized\": \"85225433-8afc-4496-8327-1188de8d7ff1\",\n \"m_Name\": \"Vector 4\",\n \"m_NodeVersion\": 0,\n \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n \"x\": -301.0000305175781,\n \"y\": 155.00001525878907,\n \"width\": 137.99998474121095,\n \"height\": 149.0\n }\n },\n \"m_SerializableSlots\": [\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 1,\\n \\\"m_DisplayName\\\": \\\"X\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"X\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 1.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 2,\\n \\\"m_DisplayName\\\": \\\"Y\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Y\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 1.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"Y\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 3,\\n \\\"m_DisplayName\\\": \\\"Z\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Z\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 1.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"Z\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 4,\\n \\\"m_DisplayName\\\": \\\"W\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"W\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 1.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"W\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector4MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 0,\\n \\\"m_DisplayName\\\": \\\"Out\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Out\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0,\\n \\\"w\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0,\\n \\\"w\\\": 0.0\\n }\\n}\"\n }\n ],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n },\n \"m_Value\": {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0,\n \"w\": 0.0\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.Vector2Node" - }, - "JSONnodeData": "{\n \"m_GuidSerialized\": \"cfa32fff-70a0-4834-abe0-663d1f9be164\",\n \"m_GroupGuidSerialized\": \"85225433-8afc-4496-8327-1188de8d7ff1\",\n \"m_Name\": \"Vector 2\",\n \"m_NodeVersion\": 0,\n \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n \"x\": -1429.0,\n \"y\": 226.0,\n \"width\": 128.99998474121095,\n \"height\": 101.0\n }\n },\n \"m_SerializableSlots\": [\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 1,\\n \\\"m_DisplayName\\\": \\\"X\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"X\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 2,\\n \\\"m_DisplayName\\\": \\\"Y\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Y\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"Y\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 0,\\n \\\"m_DisplayName\\\": \\\"Out\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Out\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_Labels\\\": [\\n \\\"X\\\",\\n \\\"Y\\\"\\n ]\\n}\"\n }\n ],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n },\n \"m_Value\": {\n \"x\": 0.0,\n \"y\": 0.0\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.SplitNode" - }, - "JSONnodeData": "{\n \"m_GuidSerialized\": \"8e145719-c88a-45ee-81a9-56cdea5892d7\",\n \"m_GroupGuidSerialized\": \"85225433-8afc-4496-8327-1188de8d7ff1\",\n \"m_Name\": \"Split\",\n \"m_NodeVersion\": 0,\n \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n \"x\": -1662.0,\n \"y\": 210.99998474121095,\n \"width\": 129.99998474121095,\n \"height\": 148.99998474121095\n }\n },\n \"m_SerializableSlots\": [\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.DynamicVectorMaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 0,\\n \\\"m_DisplayName\\\": \\\"In\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"In\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0,\\n \\\"w\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0,\\n \\\"w\\\": 0.0\\n }\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 1,\\n \\\"m_DisplayName\\\": \\\"R\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"R\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 2,\\n \\\"m_DisplayName\\\": \\\"G\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"G\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 3,\\n \\\"m_DisplayName\\\": \\\"B\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"B\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 4,\\n \\\"m_DisplayName\\\": \\\"A\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"A\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n }\n ],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.SplitNode" - }, - "JSONnodeData": "{\n \"m_GuidSerialized\": \"c8fd9d37-559c-4fd0-9311-b5b7ffbb38ef\",\n \"m_GroupGuidSerialized\": \"85225433-8afc-4496-8327-1188de8d7ff1\",\n \"m_Name\": \"Split\",\n \"m_NodeVersion\": 0,\n \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n \"x\": -1534.0001220703125,\n \"y\": -51.99998474121094,\n \"width\": 121.0,\n \"height\": 149.0\n }\n },\n \"m_SerializableSlots\": [\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.DynamicVectorMaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 0,\\n \\\"m_DisplayName\\\": \\\"In\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"In\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0,\\n \\\"w\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0,\\n \\\"w\\\": 0.0\\n }\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 1,\\n \\\"m_DisplayName\\\": \\\"R\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"R\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 2,\\n \\\"m_DisplayName\\\": \\\"G\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"G\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 3,\\n \\\"m_DisplayName\\\": \\\"B\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"B\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 4,\\n \\\"m_DisplayName\\\": \\\"A\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"A\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n }\n ],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.SubGraphOutputNode" - }, - "JSONnodeData": "{\n \"m_GuidSerialized\": \"4f9fffa9-844c-423c-97ba-7e059e67f7cf\",\n \"m_GroupGuidSerialized\": \"85225433-8afc-4496-8327-1188de8d7ff1\",\n \"m_Name\": \"Out_Vector4\",\n \"m_NodeVersion\": 0,\n \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n \"x\": -109.99998474121094,\n \"y\": -38.99998474121094,\n \"width\": 137.0,\n \"height\": 77.0\n }\n },\n \"m_SerializableSlots\": [\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector4MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 1,\\n \\\"m_DisplayName\\\": \\\"Out_Vector4\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"OutVector4\\\",\\n \\\"m_StageCapability\\\": 2,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0,\\n \\\"w\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0,\\n \\\"w\\\": 0.0\\n }\\n}\"\n }\n ],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.PropertyNode" - }, - "JSONnodeData": "{\n \"m_GuidSerialized\": \"15bca682-b05a-48c5-bfa8-6f5293c74fc9\",\n \"m_GroupGuidSerialized\": \"85225433-8afc-4496-8327-1188de8d7ff1\",\n \"m_Name\": \"Property\",\n \"m_NodeVersion\": 0,\n \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n \"x\": -1754.0001220703125,\n \"y\": -16.000015258789064,\n \"width\": 161.0,\n \"height\": 34.0\n }\n },\n \"m_SerializableSlots\": [\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector4MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 0,\\n \\\"m_DisplayName\\\": \\\"_ClippingMask\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Out\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0,\\n \\\"w\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0,\\n \\\"w\\\": 0.0\\n }\\n}\"\n }\n ],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n },\n \"m_PropertyGuidSerialized\": \"b8399f3e-e3b9-4fe2-a139-b464f8eaa70c\"\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.PropertyNode" - }, - "JSONnodeData": "{\n \"m_GuidSerialized\": \"c20a3b4e-e2d1-41c4-b71d-ddc658344bf4\",\n \"m_GroupGuidSerialized\": \"00000000-0000-0000-0000-000000000000\",\n \"m_Name\": \"Property\",\n \"m_NodeVersion\": 0,\n \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n \"x\": -1794.48046875,\n \"y\": 115.43441009521485,\n \"width\": 0.0,\n \"height\": 0.0\n }\n },\n \"m_SerializableSlots\": [\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Texture2DMaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 0,\\n \\\"m_DisplayName\\\": \\\"_MaskMap\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Out\\\",\\n \\\"m_StageCapability\\\": 3\\n}\"\n }\n ],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n },\n \"m_PropertyGuidSerialized\": \"20e00c29-a0c7-40ee-967b-4701b2ce07c4\"\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.SampleTexture2DNode" - }, - "JSONnodeData": "{\n \"m_GuidSerialized\": \"4b030276-5426-4990-ac99-deeddb86e216\",\n \"m_GroupGuidSerialized\": \"85225433-8afc-4496-8327-1188de8d7ff1\",\n \"m_Name\": \"Sample Texture 2D\",\n \"m_NodeVersion\": 0,\n \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n \"x\": -665.0000610351563,\n \"y\": 92.0,\n \"width\": 207.99998474121095,\n \"height\": 433.0\n }\n },\n \"m_SerializableSlots\": [\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector4MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 0,\\n \\\"m_DisplayName\\\": \\\"RGBA\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"RGBA\\\",\\n \\\"m_StageCapability\\\": 2,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0,\\n \\\"w\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0,\\n \\\"w\\\": 0.0\\n }\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 4,\\n \\\"m_DisplayName\\\": \\\"R\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"R\\\",\\n \\\"m_StageCapability\\\": 2,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 5,\\n \\\"m_DisplayName\\\": \\\"G\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"G\\\",\\n \\\"m_StageCapability\\\": 2,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 6,\\n \\\"m_DisplayName\\\": \\\"B\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"B\\\",\\n \\\"m_StageCapability\\\": 2,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 7,\\n \\\"m_DisplayName\\\": \\\"A\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"A\\\",\\n \\\"m_StageCapability\\\": 2,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Texture2DInputMaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 1,\\n \\\"m_DisplayName\\\": \\\"Texture\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Texture\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Texture\\\": {\\n \\\"m_SerializedTexture\\\": \\\"{\\\\\\\"texture\\\\\\\":{\\\\\\\"instanceID\\\\\\\":0}}\\\",\\n \\\"m_Guid\\\": \\\"\\\"\\n },\\n \\\"m_DefaultType\\\": 0\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.UVMaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 2,\\n \\\"m_DisplayName\\\": \\\"UV\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"UV\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_Labels\\\": [\\n \\\"X\\\",\\n \\\"Y\\\"\\n ],\\n \\\"m_Channel\\\": 0\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.SamplerStateMaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 3,\\n \\\"m_DisplayName\\\": \\\"Sampler\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Sampler\\\",\\n \\\"m_StageCapability\\\": 3\\n}\"\n }\n ],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n },\n \"m_TextureType\": 0,\n \"m_NormalMapSpace\": 0\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.PositionNode" - }, - "JSONnodeData": "{\n \"m_GuidSerialized\": \"51fcf7e7-5142-4457-a3de-accdc8d217b4\",\n \"m_GroupGuidSerialized\": \"85225433-8afc-4496-8327-1188de8d7ff1\",\n \"m_Name\": \"Position\",\n \"m_NodeVersion\": 1,\n \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n \"x\": -2003.9998779296875,\n \"y\": 222.99996948242188,\n \"width\": 208.0,\n \"height\": 313.9999694824219\n }\n },\n \"m_SerializableSlots\": [\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector3MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 0,\\n \\\"m_DisplayName\\\": \\\"Out\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Out\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0,\\n \\\"z\\\": 0.0\\n },\\n \\\"m_Labels\\\": [\\n \\\"X\\\",\\n \\\"Y\\\",\\n \\\"Z\\\"\\n ]\\n}\"\n }\n ],\n \"m_Precision\": 1,\n \"m_PreviewExpanded\": true,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n },\n \"m_Space\": 4\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.TilingAndOffsetNode" - }, - "JSONnodeData": "{\n \"m_GuidSerialized\": \"5223d203-b25e-4948-a3ca-ac577c335f28\",\n \"m_GroupGuidSerialized\": \"85225433-8afc-4496-8327-1188de8d7ff1\",\n \"m_Name\": \"Tiling And Offset\",\n \"m_NodeVersion\": 0,\n \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n \"x\": -1111.0001220703125,\n \"y\": 239.00001525878907,\n \"width\": 208.0,\n \"height\": 326.0\n }\n },\n \"m_SerializableSlots\": [\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.UVMaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 0,\\n \\\"m_DisplayName\\\": \\\"UV\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"UV\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_Labels\\\": [\\n \\\"X\\\",\\n \\\"Y\\\"\\n ],\\n \\\"m_Channel\\\": 0\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 1,\\n \\\"m_DisplayName\\\": \\\"Tiling\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Tiling\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.029999999329447748,\\n \\\"y\\\": 0.029999999329447748\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_Labels\\\": [\\n \\\"X\\\",\\n \\\"Y\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 2,\\n \\\"m_DisplayName\\\": \\\"Offset\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Offset\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_Labels\\\": [\\n \\\"X\\\",\\n \\\"Y\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 3,\\n \\\"m_DisplayName\\\": \\\"Out\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Out\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_Labels\\\": [\\n \\\"X\\\",\\n \\\"Y\\\"\\n ]\\n}\"\n }\n ],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.ShaderGraph.Vector2Node" - }, - "JSONnodeData": "{\n \"m_GuidSerialized\": \"5e39ed95-9110-45f7-90b9-c06846a157db\",\n \"m_GroupGuidSerialized\": \"85225433-8afc-4496-8327-1188de8d7ff1\",\n \"m_Name\": \"Vector 2\",\n \"m_NodeVersion\": 0,\n \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n \"x\": -1348.9998779296875,\n \"y\": 103.00000762939453,\n \"width\": 135.0,\n \"height\": 101.0\n }\n },\n \"m_SerializableSlots\": [\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 1,\\n \\\"m_DisplayName\\\": \\\"X\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"X\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"X\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 2,\\n \\\"m_DisplayName\\\": \\\"Y\\\",\\n \\\"m_SlotType\\\": 0,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Y\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": 0.0,\\n \\\"m_DefaultValue\\\": 0.0,\\n \\\"m_Labels\\\": [\\n \\\"Y\\\"\\n ]\\n}\"\n },\n {\n \"typeInfo\": {\n \"fullName\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\"\n },\n \"JSONnodeData\": \"{\\n \\\"m_Id\\\": 0,\\n \\\"m_DisplayName\\\": \\\"Out\\\",\\n \\\"m_SlotType\\\": 1,\\n \\\"m_Priority\\\": 2147483647,\\n \\\"m_Hidden\\\": false,\\n \\\"m_ShaderOutputName\\\": \\\"Out\\\",\\n \\\"m_StageCapability\\\": 3,\\n \\\"m_Value\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_DefaultValue\\\": {\\n \\\"x\\\": 0.0,\\n \\\"y\\\": 0.0\\n },\\n \\\"m_Labels\\\": [\\n \\\"X\\\",\\n \\\"Y\\\"\\n ]\\n}\"\n }\n ],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n },\n \"m_Value\": {\n \"x\": 0.0,\n \"y\": 0.0\n }\n}" - } - ], - "m_Groups": [ - { - "m_GuidSerialized": "85225433-8afc-4496-8327-1188de8d7ff1", - "m_Title": "Mask in worldspace", - "m_Position": { - "x": -2029.0, - "y": -110.00001525878906 - } - } - ], - "m_StickyNotes": [], - "m_SerializableEdges": [ - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 0,\n \"m_NodeGUIDSerialized\": \"15bca682-b05a-48c5-bfa8-6f5293c74fc9\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 0,\n \"m_NodeGUIDSerialized\": \"c8fd9d37-559c-4fd0-9311-b5b7ffbb38ef\"\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 0,\n \"m_NodeGUIDSerialized\": \"cfa32fff-70a0-4834-abe0-663d1f9be164\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 0,\n \"m_NodeGUIDSerialized\": \"5223d203-b25e-4948-a3ca-ac577c335f28\"\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 0,\n \"m_NodeGUIDSerialized\": \"51fcf7e7-5142-4457-a3de-accdc8d217b4\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 0,\n \"m_NodeGUIDSerialized\": \"8e145719-c88a-45ee-81a9-56cdea5892d7\"\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 1,\n \"m_NodeGUIDSerialized\": \"8e145719-c88a-45ee-81a9-56cdea5892d7\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 1,\n \"m_NodeGUIDSerialized\": \"cfa32fff-70a0-4834-abe0-663d1f9be164\"\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 0,\n \"m_NodeGUIDSerialized\": \"2843efd4-fad3-40b4-b142-96215770db3c\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 1,\n \"m_NodeGUIDSerialized\": \"5223d203-b25e-4948-a3ca-ac577c335f28\"\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 3,\n \"m_NodeGUIDSerialized\": \"5223d203-b25e-4948-a3ca-ac577c335f28\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 2,\n \"m_NodeGUIDSerialized\": \"4b030276-5426-4990-ac99-deeddb86e216\"\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 0,\n \"m_NodeGUIDSerialized\": \"c20a3b4e-e2d1-41c4-b71d-ddc658344bf4\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 1,\n \"m_NodeGUIDSerialized\": \"4b030276-5426-4990-ac99-deeddb86e216\"\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 0,\n \"m_NodeGUIDSerialized\": \"48d2e846-623d-4f3f-b995-dd78d4ec0f7e\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 1,\n \"m_NodeGUIDSerialized\": \"4f9fffa9-844c-423c-97ba-7e059e67f7cf\"\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 4,\n \"m_NodeGUIDSerialized\": \"4b030276-5426-4990-ac99-deeddb86e216\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 1,\n \"m_NodeGUIDSerialized\": \"48d2e846-623d-4f3f-b995-dd78d4ec0f7e\"\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 3,\n \"m_NodeGUIDSerialized\": \"8e145719-c88a-45ee-81a9-56cdea5892d7\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 2,\n \"m_NodeGUIDSerialized\": \"cfa32fff-70a0-4834-abe0-663d1f9be164\"\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 1,\n \"m_NodeGUIDSerialized\": \"c8fd9d37-559c-4fd0-9311-b5b7ffbb38ef\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 1,\n \"m_NodeGUIDSerialized\": \"5e39ed95-9110-45f7-90b9-c06846a157db\"\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 3,\n \"m_NodeGUIDSerialized\": \"c8fd9d37-559c-4fd0-9311-b5b7ffbb38ef\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 2,\n \"m_NodeGUIDSerialized\": \"5e39ed95-9110-45f7-90b9-c06846a157db\"\n }\n}" - }, - { - "typeInfo": { - "fullName": "UnityEditor.Graphing.Edge" - }, - "JSONnodeData": "{\n \"m_OutputSlot\": {\n \"m_SlotId\": 0,\n \"m_NodeGUIDSerialized\": \"5e39ed95-9110-45f7-90b9-c06846a157db\"\n },\n \"m_InputSlot\": {\n \"m_SlotId\": 2,\n \"m_NodeGUIDSerialized\": \"5223d203-b25e-4948-a3ca-ac577c335f28\"\n }\n}" - } - ], - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"fileID\":10210,\"guid\":\"0000000000000000e000000000000000\",\"type\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Sub Graphs", - "m_ConcretePrecision": 0, - "m_ActiveOutputNodeGuidSerialized": "" -} \ No newline at end of file diff --git a/Assets/PackageStagingArea/Rendering/Shaders/MaskInWorldSpace.shadersubgraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/MaskInWorldSpace.shadersubgraph.meta deleted file mode 100644 index 7c0037248..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/MaskInWorldSpace.shadersubgraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 94726f8a3a6e7c943902842b66a2489d -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 60072b568d64c40a485e0fc55012dc9f, type: 3} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/OutlineShader.shadergraph b/Assets/PackageStagingArea/Rendering/Shaders/OutlineShader.shadergraph deleted file mode 100644 index a617a6dfe..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/OutlineShader.shadergraph +++ /dev/null @@ -1,2318 +0,0 @@ -{ - "m_SGVersion": 2, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "4e3bb04086244f1bbca637aa83c3ba22", - "m_Properties": [ - { - "m_Id": "e20949e4a32ec782885879ffcdb02ba6" - }, - { - "m_Id": "bac08c3fe884768cbeeeeaf8354e70e9" - } - ], - "m_Keywords": [], - "m_Nodes": [ - { - "m_Id": "2064f529042b488eb0ffc147f5ef28ec" - }, - { - "m_Id": "cda56542465b328b87b370b7ac8298c1" - }, - { - "m_Id": "772ce9a3b294e283b79669ac804fc0dc" - }, - { - "m_Id": "8631c91bf6765c8fa9a0fcbc56a9388a" - }, - { - "m_Id": "8c8f2799da2b788bac74500cabb5ff7a" - }, - { - "m_Id": "36f7bb54e5a2c68d8e3fc009d617ad44" - }, - { - "m_Id": "6fffe2bd7a91f38490ce08a55bb19e66" - }, - { - "m_Id": "19a98a0e1123f98b94261fbb561318cf" - }, - { - "m_Id": "1ac665b6de7ea780ba0c539e82a38ca8" - }, - { - "m_Id": "60ab9711fddf0885930c1efdaf347257" - }, - { - "m_Id": "709405958d178e85a2e7c8fb7869f561" - }, - { - "m_Id": "29af3f8081765c8eaf2b726de6c961f7" - }, - { - "m_Id": "fc50c25156610f8f8109420194fadea8" - }, - { - "m_Id": "7978d1cde15472879b314f58ca621c1f" - }, - { - "m_Id": "5acbb3118a20618798b1d864540e0294" - }, - { - "m_Id": "bb409af37098444fb5629255d78ee240" - }, - { - "m_Id": "ed02452eb6944842ab4a5155e2fe017b" - }, - { - "m_Id": "ae6766f316a24d6690a0298e727d9559" - }, - { - "m_Id": "17af0ef753424c6c92ceeafe2a03dc21" - }, - { - "m_Id": "127242b8d14344f69d99daf6e13d84d8" - }, - { - "m_Id": "45b791211c2e4555802415e25d7d1b15" - } - ], - "m_GroupDatas": [ - { - "m_Id": "865ebf7ba34f4c25a7bdcc6678f01402" - }, - { - "m_Id": "d4801213fb6743eabcd4b85b15b950b8" - }, - { - "m_Id": "62840890cb3641eda04f28d12cb772b2" - } - ], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "19a98a0e1123f98b94261fbb561318cf" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "1ac665b6de7ea780ba0c539e82a38ca8" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "1ac665b6de7ea780ba0c539e82a38ca8" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "709405958d178e85a2e7c8fb7869f561" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "2064f529042b488eb0ffc147f5ef28ec" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "772ce9a3b294e283b79669ac804fc0dc" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "29af3f8081765c8eaf2b726de6c961f7" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "1ac665b6de7ea780ba0c539e82a38ca8" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "36f7bb54e5a2c68d8e3fc009d617ad44" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "127242b8d14344f69d99daf6e13d84d8" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "5acbb3118a20618798b1d864540e0294" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8631c91bf6765c8fa9a0fcbc56a9388a" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "60ab9711fddf0885930c1efdaf347257" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "709405958d178e85a2e7c8fb7869f561" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "6fffe2bd7a91f38490ce08a55bb19e66" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "17af0ef753424c6c92ceeafe2a03dc21" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "709405958d178e85a2e7c8fb7869f561" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "5acbb3118a20618798b1d864540e0294" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "772ce9a3b294e283b79669ac804fc0dc" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "bb409af37098444fb5629255d78ee240" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7978d1cde15472879b314f58ca621c1f" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "5acbb3118a20618798b1d864540e0294" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8631c91bf6765c8fa9a0fcbc56a9388a" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "772ce9a3b294e283b79669ac804fc0dc" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8c8f2799da2b788bac74500cabb5ff7a" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "36f7bb54e5a2c68d8e3fc009d617ad44" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "cda56542465b328b87b370b7ac8298c1" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "fc50c25156610f8f8109420194fadea8" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "fc50c25156610f8f8109420194fadea8" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8631c91bf6765c8fa9a0fcbc56a9388a" - }, - "m_SlotId": 0 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 614.9999389648438, - "y": -139.00001525878907 - }, - "m_Blocks": [ - { - "m_Id": "bb409af37098444fb5629255d78ee240" - }, - { - "m_Id": "ed02452eb6944842ab4a5155e2fe017b" - }, - { - "m_Id": "ae6766f316a24d6690a0298e727d9559" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 614.9999389648438, - "y": 60.99998474121094 - }, - "m_Blocks": [ - { - "m_Id": "17af0ef753424c6c92ceeafe2a03dc21" - }, - { - "m_Id": "127242b8d14344f69d99daf6e13d84d8" - }, - { - "m_Id": "45b791211c2e4555802415e25d7d1b15" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Shader Graphs", - "m_ConcretePrecision": 0, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "28219fd58a8f4df988afa0b9dddba8ff" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "050272e659c7558f8da46bbb48a9820d", - "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": "0f196e6c94fda786842adfcc458a5230", - "m_Id": 2, - "m_DisplayName": "False", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "False", - "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.BlockNode", - "m_ObjectId": "127242b8d14344f69d99daf6e13d84d8", - "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": "145ad3c9d1884c2ea54a4762c36447d8" - } - ], - "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.Vector1MaterialSlot", - "m_ObjectId": "145ad3c9d1884c2ea54a4762c36447d8", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "1641478d2ac18181a921e47dad8abb66", - "m_Id": 2, - "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.BlockNode", - "m_ObjectId": "17af0ef753424c6c92ceeafe2a03dc21", - "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": "6c62f9d19dfa41929ac098150f02ca50" - } - ], - "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.DynamicValueMaterialSlot", - "m_ObjectId": "185c0a27766f6581adcf4aa47106f9aa", - "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.CameraNode", - "m_ObjectId": "19a98a0e1123f98b94261fbb561318cf", - "m_Group": { - "m_Id": "865ebf7ba34f4c25a7bdcc6678f01402" - }, - "m_Name": "Camera", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1843.0, - "y": 359.0, - "width": 124.99999237060547, - "height": 245.0 - } - }, - "m_Slots": [ - { - "m_Id": "dcc20aa63c41a98a9d095dd630ba4f01" - }, - { - "m_Id": "d3999777f20f5e89a76c0554ce297697" - }, - { - "m_Id": "814cbb8a24708a829c6b181b5aa1ca11" - }, - { - "m_Id": "a239f217ae28bc82a139d79cec7fc569" - }, - { - "m_Id": "c7bede176e120086b2059373745dbb32" - }, - { - "m_Id": "fee63e72fccbde8c800272a5ad024ffb" - }, - { - "m_Id": "5d87e2da91ce0e8eac10c07a3c3d1e1b" - }, - { - "m_Id": "36284ff88f7f6a8f9c0b6d7fbfc8e0ba" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DistanceNode", - "m_ObjectId": "1ac665b6de7ea780ba0c539e82a38ca8", - "m_Group": { - "m_Id": "865ebf7ba34f4c25a7bdcc6678f01402" - }, - "m_Name": "Distance", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1535.0, - "y": 562.0, - "width": 207.99998474121095, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "6ef5e53d295a68869fdb928a1f8255ce" - }, - { - "m_Id": "382eafc1afb95e8c90a461583e2faef8" - }, - { - "m_Id": "8c6d5700f59f5a88b21f0f7b6d952b4f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "1b49ea91fb1ca8878144290bff1b883f", - "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.Vector4MaterialSlot", - "m_ObjectId": "1c92bf85c62ede879b899e56101a5f59", - "m_Id": 0, - "m_DisplayName": "OutlineColor", - "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.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", - "m_ObjectId": "1f60a7e5f8c44efb8c7e1ce5b0115a16" -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.PositionNode", - "m_ObjectId": "2064f529042b488eb0ffc147f5ef28ec", - "m_Group": { - "m_Id": "d4801213fb6743eabcd4b85b15b950b8" - }, - "m_Name": "Position", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -854.0, - "y": -550.9999389648438, - "width": 207.99998474121095, - "height": 313.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "f5ad0fd6ee07e68b9fcab4cb70b916c2" - } - ], - "synonyms": [], - "m_Precision": 1, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Space": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "2256f8edf2180f8bb5063a8f7c00c2f2", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "e00": 0.10000000149011612, - "e01": 0.10000000149011612, - "e02": 0.10000000149011612, - "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.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "28219fd58a8f4df988afa0b9dddba8ff", - "m_ActiveSubTarget": { - "m_Id": "1f60a7e5f8c44efb8c7e1ce5b0115a16" - }, - "m_SurfaceType": 0, - "m_AlphaMode": 0, - "m_TwoSided": true, - "m_AlphaClip": true, - "m_CustomEditorGUI": "" -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.PositionNode", - "m_ObjectId": "29af3f8081765c8eaf2b726de6c961f7", - "m_Group": { - "m_Id": "865ebf7ba34f4c25a7bdcc6678f01402" - }, - "m_Name": "Position", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -2058.0, - "y": 558.9999389648438, - "width": 207.99998474121095, - "height": 313.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "5833776e46c0b68b96514aa3018dd743" - } - ], - "synonyms": [], - "m_Precision": 1, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Space": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "2a58ddb144934b83a7d1c7aa2f7fa000", - "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": "2d2dfac731159c87a6b15acc9fd2b080", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "x": 2.0, - "y": 2.0, - "z": 2.0, - "w": 2.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": "32cdefdf7ea51782b4a772d406dab212", - "m_Id": 2, - "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": "36284ff88f7f6a8f9c0b6d7fbfc8e0ba", - "m_Id": 7, - "m_DisplayName": "Height", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Height", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BranchNode", - "m_ObjectId": "36f7bb54e5a2c68d8e3fc009d617ad44", - "m_Group": { - "m_Id": "62840890cb3641eda04f28d12cb772b2" - }, - "m_Name": "Branch", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -87.0, - "y": 215.0, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "b0c985e0c764e68788d628f1443a5645" - }, - { - "m_Id": "ac4d5b8cfe5c978d8a74c1f1838370be" - }, - { - "m_Id": "0f196e6c94fda786842adfcc458a5230" - }, - { - "m_Id": "1b49ea91fb1ca8878144290bff1b883f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "382eafc1afb95e8c90a461583e2faef8", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "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": "45b791211c2e4555802415e25d7d1b15", - "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": "715f5cc1bc584e729b3b930b25df0504" - } - ], - "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.Vector3MaterialSlot", - "m_ObjectId": "5833776e46c0b68b96514aa3018dd743", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DivideNode", - "m_ObjectId": "5acbb3118a20618798b1d864540e0294", - "m_Group": { - "m_Id": "865ebf7ba34f4c25a7bdcc6678f01402" - }, - "m_Name": "Divide", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -981.9999389648438, - "y": 828.9998779296875, - "width": 207.99998474121095, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "de99e808f7ef8187bf7006583e631a67" - }, - { - "m_Id": "2d2dfac731159c87a6b15acc9fd2b080" - }, - { - "m_Id": "1641478d2ac18181a921e47dad8abb66" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "5d87e2da91ce0e8eac10c07a3c3d1e1b", - "m_Id": 6, - "m_DisplayName": "Width", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Width", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "60ab9711fddf0885930c1efdaf347257", - "m_Group": { - "m_Id": "865ebf7ba34f4c25a7bdcc6678f01402" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1478.9998779296875, - "y": 453.9999694824219, - "width": 161.0, - "height": 33.999996185302737 - } - }, - "m_Slots": [ - { - "m_Id": "d7eed38b27721084a8580b1e486e6127" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "e20949e4a32ec782885879ffcdb02ba6" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "62840890cb3641eda04f28d12cb772b2", - "m_Title": "Only render backface", - "m_Position": { - "x": -389.9999694824219, - "y": 156.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "6a02dd1666054962b03b50e3585683ff", - "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.ColorRGBMaterialSlot", - "m_ObjectId": "6c62f9d19dfa41929ac098150f02ca50", - "m_Id": 0, - "m_DisplayName": "Base Color", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "BaseColor", - "m_StageCapability": 2, - "m_Value": { - "x": 0.7353569269180298, - "y": 0.7353569269180298, - "z": 0.7353569269180298 - }, - "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": "6e9ce744f24ebe89b4e66af2befcdcb1", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "e00": 0.10000000149011612, - "e01": 0.10000000149011612, - "e02": 0.10000000149011612, - "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", - "m_ObjectId": "6ef5e53d295a68869fdb928a1f8255ce", - "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.PropertyNode", - "m_ObjectId": "6fffe2bd7a91f38490ce08a55bb19e66", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 155.66152954101563, - "y": 15.74107837677002, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "1c92bf85c62ede879b899e56101a5f59" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "bac08c3fe884768cbeeeeaf8354e70e9" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "709405958d178e85a2e7c8fb7869f561", - "m_Group": { - "m_Id": "865ebf7ba34f4c25a7bdcc6678f01402" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1206.0, - "y": 523.0, - "width": 207.99998474121095, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "df494811ae91018aacf02ad7aa9410c3" - }, - { - "m_Id": "2256f8edf2180f8bb5063a8f7c00c2f2" - }, - { - "m_Id": "2a58ddb144934b83a7d1c7aa2f7fa000" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "715f5cc1bc584e729b3b930b25df0504", - "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.Vector3MaterialSlot", - "m_ObjectId": "74d93ca94b88d9899674f4d6cb610c01", - "m_Id": 1, - "m_DisplayName": "Scale", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Scale", - "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": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.AddNode", - "m_ObjectId": "772ce9a3b294e283b79669ac804fc0dc", - "m_Group": { - "m_Id": "d4801213fb6743eabcd4b85b15b950b8" - }, - "m_Name": "Add", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -273.9999084472656, - "y": -253.00001525878907, - "width": 208.0, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "ec6fcf8cfd98f28185fecee936bdc4f0" - }, - { - "m_Id": "ea2bbc05bc53138fad9774ec111f7e46" - }, - { - "m_Id": "32cdefdf7ea51782b4a772d406dab212" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ObjectNode", - "m_ObjectId": "7978d1cde15472879b314f58ca621c1f", - "m_Group": { - "m_Id": "865ebf7ba34f4c25a7bdcc6678f01402" - }, - "m_Name": "Object", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1144.0, - "y": 887.0, - "width": 103.0, - "height": 101.0 - } - }, - "m_Slots": [ - { - "m_Id": "cc1229f8a5b0af88a13dfd958a45ad9c" - }, - { - "m_Id": "74d93ca94b88d9899674f4d6cb610c01" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "814cbb8a24708a829c6b181b5aa1ca11", - "m_Id": 2, - "m_DisplayName": "Orthographic", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Orthographic", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "8631c91bf6765c8fa9a0fcbc56a9388a", - "m_Group": { - "m_Id": "d4801213fb6743eabcd4b85b15b950b8" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -539.0001220703125, - "y": -216.00003051757813, - "width": 208.0, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "050272e659c7558f8da46bbb48a9820d" - }, - { - "m_Id": "6e9ce744f24ebe89b4e66af2befcdcb1" - }, - { - "m_Id": "185c0a27766f6581adcf4aa47106f9aa" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "865ebf7ba34f4c25a7bdcc6678f01402", - "m_Title": "Scale by camera distance", - "m_Position": { - "x": -2083.0, - "y": 299.0000305175781 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "8c6d5700f59f5a88b21f0f7b6d952b4f", - "m_Id": 2, - "m_DisplayName": "Out", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.IsFrontFaceNode", - "m_ObjectId": "8c8f2799da2b788bac74500cabb5ff7a", - "m_Group": { - "m_Id": "62840890cb3641eda04f28d12cb772b2" - }, - "m_Name": "Is Front Face", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -364.9999694824219, - "y": 213.00001525878907, - "width": 141.0, - "height": 77.0 - } - }, - "m_Slots": [ - { - "m_Id": "d81023ab15fe4787a9ce3242cada02da" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "9cb20aa978fd1780b313cf8ccde98eae", - "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": 1.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "a239f217ae28bc82a139d79cec7fc569", - "m_Id": 3, - "m_DisplayName": "Near Plane", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Near Plane", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "ac4d5b8cfe5c978d8a74c1f1838370be", - "m_Id": 1, - "m_DisplayName": "True", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "True", - "m_StageCapability": 3, - "m_Value": { - "x": 0.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.BlockNode", - "m_ObjectId": "ae6766f316a24d6690a0298e727d9559", - "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": "c81a71bf8e374d3b89f48849495e0cee" - } - ], - "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.BooleanMaterialSlot", - "m_ObjectId": "b0c985e0c764e68788d628f1443a5645", - "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": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "bac08c3fe884768cbeeeeaf8354e70e9", - "m_Guid": { - "m_GuidSerialized": "9ce33a90-5b50-413e-8063-674da7cd9753" - }, - "m_Name": "OutlineColor", - "m_DefaultReferenceName": "Color_6298266F", - "m_OverrideReferenceName": "_OutlineColor", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 0.0, - "g": 0.27450981736183169, - "b": 0.6000000238418579, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "bb409af37098444fb5629255d78ee240", - "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": "c31756e7c76145a6b44913a11c662d0c" - } - ], - "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": "c31756e7c76145a6b44913a11c662d0c", - "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.Vector1MaterialSlot", - "m_ObjectId": "c7bede176e120086b2059373745dbb32", - "m_Id": 4, - "m_DisplayName": "Far Plane", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Far Plane", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", - "m_ObjectId": "c81a71bf8e374d3b89f48849495e0cee", - "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.Vector3MaterialSlot", - "m_ObjectId": "cc1229f8a5b0af88a13dfd958a45ad9c", - "m_Id": 0, - "m_DisplayName": "Position", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Position", - "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": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalVectorNode", - "m_ObjectId": "cda56542465b328b87b370b7ac8298c1", - "m_Group": { - "m_Id": "d4801213fb6743eabcd4b85b15b950b8" - }, - "m_Name": "Normal Vector", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1121.9998779296875, - "y": -226.99998474121095, - "width": 208.0, - "height": 315.0 - } - }, - "m_Slots": [ - { - "m_Id": "9cb20aa978fd1780b313cf8ccde98eae" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Space": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "d3999777f20f5e89a76c0554ce297697", - "m_Id": 1, - "m_DisplayName": "Direction", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Direction", - "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": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "d4801213fb6743eabcd4b85b15b950b8", - "m_Title": "Displace verts over normals", - "m_Position": { - "x": 10.0, - "y": 10.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "d656014b3abff980ace5fea4a0b007a9", - "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.Vector1MaterialSlot", - "m_ObjectId": "d7eed38b27721084a8580b1e486e6127", - "m_Id": 0, - "m_DisplayName": "OutlineThickness", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", - "m_ObjectId": "d81023ab15fe4787a9ce3242cada02da", - "m_Id": 0, - "m_DisplayName": "Out", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 2, - "m_Value": true, - "m_DefaultValue": true -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "dcc20aa63c41a98a9d095dd630ba4f01", - "m_Id": 0, - "m_DisplayName": "Position", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Position", - "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": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "de99e808f7ef8187bf7006583e631a67", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "df494811ae91018aacf02ad7aa9410c3", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "e20949e4a32ec782885879ffcdb02ba6", - "m_Guid": { - "m_GuidSerialized": "7b974db6-4486-42c9-89ca-5d56d1f68111" - }, - "m_Name": "OutlineThickness", - "m_DefaultReferenceName": "Vector1_C7B49686", - "m_OverrideReferenceName": "_OutlineThickness", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": 0.10000000149011612, - "m_FloatType": 0, - "m_RangeValues": { - "x": 0.0, - "y": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "e45d5e894f5053899d0c75118b8766c5", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "ea2bbc05bc53138fad9774ec111f7e46", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "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", - "m_ObjectId": "ec6fcf8cfd98f28185fecee936bdc4f0", - "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": "ed02452eb6944842ab4a5155e2fe017b", - "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": "6a02dd1666054962b03b50e3585683ff" - } - ], - "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.Vector3MaterialSlot", - "m_ObjectId": "f5ad0fd6ee07e68b9fcab4cb70b916c2", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalizeNode", - "m_ObjectId": "fc50c25156610f8f8109420194fadea8", - "m_Group": { - "m_Id": "d4801213fb6743eabcd4b85b15b950b8" - }, - "m_Name": "Normalize", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -854.0, - "y": -208.99998474121095, - "width": 208.0, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "d656014b3abff980ace5fea4a0b007a9" - }, - { - "m_Id": "e45d5e894f5053899d0c75118b8766c5" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "fee63e72fccbde8c800272a5ad024ffb", - "m_Id": 5, - "m_DisplayName": "Z Buffer Sign", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Z Buffer Sign", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [ - "X" - ] -} - diff --git a/Assets/PackageStagingArea/Rendering/Shaders/OutlineShader.shadergraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/OutlineShader.shadergraph.meta deleted file mode 100644 index de948182d..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/OutlineShader.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 70abc9441b54d97418fe1dc08a337113 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Scaling3DIcons.shadergraph b/Assets/PackageStagingArea/Rendering/Shaders/Scaling3DIcons.shadergraph deleted file mode 100644 index 73f557f60..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Scaling3DIcons.shadergraph +++ /dev/null @@ -1,2194 +0,0 @@ -{ - "m_SGVersion": 2, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "ac04675b8a2341a7b42ab41e7ca665b2", - "m_Properties": [ - { - "m_Id": "0b26ffa30fd048688891e06fa7a32da8" - }, - { - "m_Id": "3711294e0aa94c91bb18f43d2907c31e" - } - ], - "m_Keywords": [], - "m_Nodes": [ - { - "m_Id": "27a14a741fb24d0f8a3cabb9817aecd9" - }, - { - "m_Id": "3bceebb9d50b4ba9b968771381166ab3" - }, - { - "m_Id": "0442125773d147138023f7674f96cdae" - }, - { - "m_Id": "01d87755128d4bbfa9d325bfe249e66e" - }, - { - "m_Id": "d78ae2312770405d84e7a909b8acf0ef" - }, - { - "m_Id": "ec9ce7da28f24ba39a8bbd02b6276873" - }, - { - "m_Id": "6031723e5a144e3a8d1a9e6aeec2d8ec" - }, - { - "m_Id": "137f6c467f504f03b4177631529e69fb" - }, - { - "m_Id": "1e172f5ff17244918c0ceec340c768da" - }, - { - "m_Id": "7d854e5e36324835b25292f1efabc12d" - }, - { - "m_Id": "599bfea2712945869508d370308e6ea8" - }, - { - "m_Id": "1a05ca16b49e402183731a9d1b7f5f45" - }, - { - "m_Id": "aa2b917b90eb43f2a143660455689881" - }, - { - "m_Id": "289d8411bdbe4bcf8f4bd5db779e1299" - }, - { - "m_Id": "ff1bd2e689f446e9940c3b6f723e1c8b" - }, - { - "m_Id": "5fb310baa4ae41118691aafa9949a2b9" - }, - { - "m_Id": "a27d1a1236fb4f6794fed2ba72c61a35" - }, - { - "m_Id": "89f5bf1f73454faaa59a504f03e1a87f" - }, - { - "m_Id": "421a0d16b71a45759065929441fedd97" - }, - { - "m_Id": "5341eb4891694a03992f87fcd09655c8" - }, - { - "m_Id": "4673728c2c114413a45a36fbbe3f1b05" - } - ], - "m_GroupDatas": [], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "01d87755128d4bbfa9d325bfe249e66e" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ff1bd2e689f446e9940c3b6f723e1c8b" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "0442125773d147138023f7674f96cdae" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "aa2b917b90eb43f2a143660455689881" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "137f6c467f504f03b4177631529e69fb" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "27a14a741fb24d0f8a3cabb9817aecd9" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "1e172f5ff17244918c0ceec340c768da" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "137f6c467f504f03b4177631529e69fb" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "289d8411bdbe4bcf8f4bd5db779e1299" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "01d87755128d4bbfa9d325bfe249e66e" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "6031723e5a144e3a8d1a9e6aeec2d8ec" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "137f6c467f504f03b4177631529e69fb" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7d854e5e36324835b25292f1efabc12d" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3bceebb9d50b4ba9b968771381166ab3" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "aa2b917b90eb43f2a143660455689881" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "01d87755128d4bbfa9d325bfe249e66e" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "d78ae2312770405d84e7a909b8acf0ef" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "289d8411bdbe4bcf8f4bd5db779e1299" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "ec9ce7da28f24ba39a8bbd02b6276873" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "6031723e5a144e3a8d1a9e6aeec2d8ec" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "ff1bd2e689f446e9940c3b6f723e1c8b" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "6031723e5a144e3a8d1a9e6aeec2d8ec" - }, - "m_SlotId": 0 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 497.9999694824219, - "y": -114.00003051757813 - }, - "m_Blocks": [ - { - "m_Id": "27a14a741fb24d0f8a3cabb9817aecd9" - }, - { - "m_Id": "599bfea2712945869508d370308e6ea8" - }, - { - "m_Id": "1a05ca16b49e402183731a9d1b7f5f45" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 497.9999694824219, - "y": 116.99998474121094 - }, - "m_Blocks": [ - { - "m_Id": "3bceebb9d50b4ba9b968771381166ab3" - }, - { - "m_Id": "5fb310baa4ae41118691aafa9949a2b9" - }, - { - "m_Id": "a27d1a1236fb4f6794fed2ba72c61a35" - }, - { - "m_Id": "89f5bf1f73454faaa59a504f03e1a87f" - }, - { - "m_Id": "421a0d16b71a45759065929441fedd97" - }, - { - "m_Id": "5341eb4891694a03992f87fcd09655c8" - }, - { - "m_Id": "4673728c2c114413a45a36fbbe3f1b05" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Shader Graphs", - "m_ConcretePrecision": 1, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "fe7776bb815b495fb6ed49fb8cd7f56a" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DistanceNode", - "m_ObjectId": "01d87755128d4bbfa9d325bfe249e66e", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Distance", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1001.0, - "y": -114.00000762939453, - "width": 208.00001525878907, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "798b39c0507b454a87fad2a63fdd721c" - }, - { - "m_Id": "72d2dec36dce4c69ac3d636fdf607d38" - }, - { - "m_Id": "1ab77d6aaa3340679f27d409370ce107" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "0288c0b4a206423ea421b46bfcbfd72a", - "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.CameraNode", - "m_ObjectId": "0442125773d147138023f7674f96cdae", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Camera", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1501.0001220703125, - "y": -290.0000305175781, - "width": 124.0, - "height": 245.00001525878907 - } - }, - "m_Slots": [ - { - "m_Id": "ffb5556208254efeab0d1e583c0b068a" - }, - { - "m_Id": "551a7d396aed4e439a76bc783d378390" - }, - { - "m_Id": "5f5e3a6330ae41949144ad10b6927384" - }, - { - "m_Id": "249038f271624c18b4309b32cc4b77f5" - }, - { - "m_Id": "0e72b662b78543bca663f54f53e6d82a" - }, - { - "m_Id": "229f979a28834c22807271a36a9733d7" - }, - { - "m_Id": "0d5b4206a0f5425f9f8ed45395d1581c" - }, - { - "m_Id": "4fe8e5a65a06404998bb6a5ff049f27a" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "055d298987b143eab849835fdca2d427", - "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.TangentMaterialSlot", - "m_ObjectId": "05853fb248784b55932d383e02601207", - "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": "05f7811927df4fbc96fef637863468c2", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "07da7c5a31124b2cb0c7481b6b2a2043", - "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": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "0b26ffa30fd048688891e06fa7a32da8", - "m_Guid": { - "m_GuidSerialized": "a2ac0c89-78b4-4781-be04-ed1de0cd4c47" - }, - "m_Name": "Color", - "m_DefaultReferenceName": "Color_0b26ffa30fd048688891e06fa7a32da8", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 0.0, - "g": 0.0, - "b": 0.0, - "a": 0.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "0c6fbaea10b54d04911fded33ade539e", - "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.Vector1MaterialSlot", - "m_ObjectId": "0d5b4206a0f5425f9f8ed45395d1581c", - "m_Id": 6, - "m_DisplayName": "Width", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Width", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "0e72b662b78543bca663f54f53e6d82a", - "m_Id": 4, - "m_DisplayName": "Far Plane", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Far Plane", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "137f6c467f504f03b4177631529e69fb", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -74.9999771118164, - "y": -114.00003051757813, - "width": 207.99998474121095, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "5be0eb0e8b6a45f28935ff3271f3009d" - }, - { - "m_Id": "0288c0b4a206423ea421b46bfcbfd72a" - }, - { - "m_Id": "055d298987b143eab849835fdca2d427" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "1a05ca16b49e402183731a9d1b7f5f45", - "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": "05853fb248784b55932d383e02601207" - } - ], - "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": "1ab77d6aaa3340679f27d409370ce107", - "m_Id": 2, - "m_DisplayName": "Out", - "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.PropertyNode", - "m_ObjectId": "1e172f5ff17244918c0ceec340c768da", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -191.0000762939453, - "y": 273.9999694824219, - "width": 98.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "795e842fd29044f193b253119f04314a" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "3711294e0aa94c91bb18f43d2907c31e" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "215e8d20a9d54ee1b8e2fd4c9fd80743", - "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.Vector1MaterialSlot", - "m_ObjectId": "229f979a28834c22807271a36a9733d7", - "m_Id": 5, - "m_DisplayName": "Z Buffer Sign", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Z Buffer Sign", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "249038f271624c18b4309b32cc4b77f5", - "m_Id": 3, - "m_DisplayName": "Near Plane", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Near Plane", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBAMaterialSlot", - "m_ObjectId": "273600011f764610904e65d7550a7e05", - "m_Id": 0, - "m_DisplayName": "Sprite Mask", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "SpriteMask", - "m_StageCapability": 2, - "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.BlockNode", - "m_ObjectId": "27a14a741fb24d0f8a3cabb9817aecd9", - "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": "e83aa90a7d734aacaa8721e44797b7ce" - } - ], - "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.SplitNode", - "m_ObjectId": "289d8411bdbe4bcf8f4bd5db779e1299", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1209.0001220703125, - "y": 15.999987602233887, - "width": 120.0, - "height": 149.0 - } - }, - "m_Slots": [ - { - "m_Id": "36767af76690417b8d16ca706c47d584" - }, - { - "m_Id": "d8716cca39cb4771a19bac97f334a0b8" - }, - { - "m_Id": "215e8d20a9d54ee1b8e2fd4c9fd80743" - }, - { - "m_Id": "05f7811927df4fbc96fef637863468c2" - }, - { - "m_Id": "b4565f7acdf94797a2c48b3ce4a862b4" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "2ab2fce1ef1b4198a4c3b4cf1763efed", - "m_Id": 0, - "m_DisplayName": "Smoothness", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Smoothness", - "m_StageCapability": 2, - "m_Value": 0.5, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "36767af76690417b8d16ca706c47d584", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "3711294e0aa94c91bb18f43d2907c31e", - "m_Guid": { - "m_GuidSerialized": "5ff09808-431e-498e-9a75-c15dd8da46bb" - }, - "m_Name": "Size", - "m_DefaultReferenceName": "Vector1_3711294e0aa94c91bb18f43d2907c31e", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "3a3bd17d02ab40d38c3ad2d45e42923b", - "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.BlockNode", - "m_ObjectId": "3bceebb9d50b4ba9b968771381166ab3", - "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": "b1eae08a552644209e48ec58c153d80f" - } - ], - "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": "421a0d16b71a45759065929441fedd97", - "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": "60c12b00adbb43f287d5be467cbe8de1" - } - ], - "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.BlockNode", - "m_ObjectId": "4673728c2c114413a45a36fbbe3f1b05", - "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": "d277603d6e284bdb9f13a0d6256855ec" - } - ], - "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.Vector1MaterialSlot", - "m_ObjectId": "4fe8e5a65a06404998bb6a5ff049f27a", - "m_Id": 7, - "m_DisplayName": "Height", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Height", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "52a9f6ddd1ab4987b087f0ff0687d43c", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "5341eb4891694a03992f87fcd09655c8", - "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": "0c6fbaea10b54d04911fded33ade539e" - } - ], - "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.Vector3MaterialSlot", - "m_ObjectId": "551a7d396aed4e439a76bc783d378390", - "m_Id": 1, - "m_DisplayName": "Direction", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Direction", - "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.BlockNode", - "m_ObjectId": "599bfea2712945869508d370308e6ea8", - "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": "b8907e63f2084ce5ae20a37726453675" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "5b8164cd8b594dc7901fe01c405e9476", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": { - "x": 100.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.DynamicValueMaterialSlot", - "m_ObjectId": "5be0eb0e8b6a45f28935ff3271f3009d", - "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": "5f5e3a6330ae41949144ad10b6927384", - "m_Id": 2, - "m_DisplayName": "Orthographic", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Orthographic", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "5fb310baa4ae41118691aafa9949a2b9", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.SpriteMask", - "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": "273600011f764610904e65d7550a7e05" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.SpriteMask" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "6031723e5a144e3a8d1a9e6aeec2d8ec", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -350.0000305175781, - "y": -114.0000228881836, - "width": 208.0, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "07da7c5a31124b2cb0c7481b6b2a2043" - }, - { - "m_Id": "88877b4979fa4eb1a2f3b00b790e2c47" - }, - { - "m_Id": "efbad76f3aff402baf95eb67570a7e1b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", - "m_ObjectId": "60c12b00adbb43f287d5be467cbe8de1", - "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.NormalMaterialSlot", - "m_ObjectId": "65b27b764c7947b6955ebafdab6bce75", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "72d2dec36dce4c69ac3d636fdf607d38", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "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": "795e842fd29044f193b253119f04314a", - "m_Id": 0, - "m_DisplayName": "Size", - "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": "798b39c0507b454a87fad2a63fdd721c", - "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.PropertyNode", - "m_ObjectId": "7d854e5e36324835b25292f1efabc12d", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 243.99998474121095, - "y": 153.99998474121095, - "width": 106.99999237060547, - "height": 33.999996185302737 - } - }, - "m_Slots": [ - { - "m_Id": "80642fab7c7b4401b19a2712535e6d11" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "0b26ffa30fd048688891e06fa7a32da8" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "80642fab7c7b4401b19a2712535e6d11", - "m_Id": 0, - "m_DisplayName": "Color", - "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.Vector1MaterialSlot", - "m_ObjectId": "87f94efaec70458b95302337ee18b8ad", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "88877b4979fa4eb1a2f3b00b790e2c47", - "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.BlockNode", - "m_ObjectId": "89f5bf1f73454faaa59a504f03e1a87f", - "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": "65b27b764c7947b6955ebafdab6bce75" - } - ], - "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.Vector1MaterialSlot", - "m_ObjectId": "90d15b8f64584655a757c423d004e52e", - "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.BlockNode", - "m_ObjectId": "a27d1a1236fb4f6794fed2ba72c61a35", - "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": "2ab2fce1ef1b4198a4c3b4cf1763efed" - } - ], - "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.SplitNode", - "m_ObjectId": "aa2b917b90eb43f2a143660455689881", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1209.0001220703125, - "y": -290.0000305175781, - "width": 120.0, - "height": 149.0 - } - }, - "m_Slots": [ - { - "m_Id": "3a3bd17d02ab40d38c3ad2d45e42923b" - }, - { - "m_Id": "e2d86f564aea4c7097046f702f9e81c9" - }, - { - "m_Id": "aa616bcfe2034838b57a2358f5a1cfff" - }, - { - "m_Id": "90d15b8f64584655a757c423d004e52e" - }, - { - "m_Id": "87f94efaec70458b95302337ee18b8ad" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "aa616bcfe2034838b57a2358f5a1cfff", - "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.Vector3MaterialSlot", - "m_ObjectId": "ae2683b7e362434cbcfb3287ccd5b58a", - "m_Id": 1, - "m_DisplayName": "Scale", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Scale", - "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.ColorRGBMaterialSlot", - "m_ObjectId": "b1eae08a552644209e48ec58c153d80f", - "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": "b4565f7acdf94797a2c48b3ce4a862b4", - "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.NormalMaterialSlot", - "m_ObjectId": "b8907e63f2084ce5ae20a37726453675", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "cbc317815a934219aee5f4c7fff69a3f", - "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.Vector1MaterialSlot", - "m_ObjectId": "d277603d6e284bdb9f13a0d6256855ec", - "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.ObjectNode", - "m_ObjectId": "d78ae2312770405d84e7a909b8acf0ef", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Object", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1476.0001220703125, - "y": 15.999987602233887, - "width": 99.0, - "height": 101.0 - } - }, - "m_Slots": [ - { - "m_Id": "f258967b452d48398fbbdd08b9586337" - }, - { - "m_Id": "ae2683b7e362434cbcfb3287ccd5b58a" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "d8716cca39cb4771a19bac97f334a0b8", - "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": "e2d86f564aea4c7097046f702f9e81c9", - "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.PositionMaterialSlot", - "m_ObjectId": "e83aa90a7d734aacaa8721e44797b7ce", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.PositionNode", - "m_ObjectId": "ec9ce7da28f24ba39a8bbd02b6276873", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Position", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1297.0, - "y": 382.0000305175781, - "width": 208.0, - "height": 316.0 - } - }, - "m_Slots": [ - { - "m_Id": "52a9f6ddd1ab4987b087f0ff0687d43c" - } - ], - "synonyms": [], - "m_Precision": 1, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Space": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "efbad76f3aff402baf95eb67570a7e1b", - "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.Vector3MaterialSlot", - "m_ObjectId": "f258967b452d48398fbbdd08b9586337", - "m_Id": 0, - "m_DisplayName": "Position", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Position", - "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.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", - "m_ObjectId": "f7ac1c4fff01439698aa695e2282ff07", - "m_WorkflowMode": 1, - "m_NormalDropOffSpace": 0, - "m_ClearCoat": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "fe7776bb815b495fb6ed49fb8cd7f56a", - "m_ActiveSubTarget": { - "m_Id": "f7ac1c4fff01439698aa695e2282ff07" - }, - "m_SurfaceType": 0, - "m_AlphaMode": 0, - "m_TwoSided": false, - "m_AlphaClip": false, - "m_CustomEditorGUI": "" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "feb57f1def904cc1a015a31fa53e92ed", - "m_Id": 2, - "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.MaximumNode", - "m_ObjectId": "ff1bd2e689f446e9940c3b6f723e1c8b", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Maximum", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -672.0, - "y": -114.0, - "width": 208.0, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "cbc317815a934219aee5f4c7fff69a3f" - }, - { - "m_Id": "5b8164cd8b594dc7901fe01c405e9476" - }, - { - "m_Id": "feb57f1def904cc1a015a31fa53e92ed" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "ffb5556208254efeab0d1e583c0b068a", - "m_Id": 0, - "m_DisplayName": "Position", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Position", - "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": [] -} - diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Scaling3DIcons.shadergraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/Scaling3DIcons.shadergraph.meta deleted file mode 100644 index d1454c09a..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Scaling3DIcons.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 09240a5f9cf1f1f418ae51dfd58e339e -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/SimpleTreeShaderCastingShadows.shadergraph b/Assets/PackageStagingArea/Rendering/Shaders/SimpleTreeShaderCastingShadows.shadergraph deleted file mode 100644 index 59c6abf60..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/SimpleTreeShaderCastingShadows.shadergraph +++ /dev/null @@ -1,2510 +0,0 @@ -{ - "m_SGVersion": 2, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "078ae25e98264b8c9b3699a91f3baf63", - "m_Properties": [ - { - "m_Id": "68aad7ee7c9eed86a6757b52c5c15786" - }, - { - "m_Id": "a73e9e917e0da888b137a9e3bc804624" - }, - { - "m_Id": "30e410c21d30df87bf72405299f3b32a" - }, - { - "m_Id": "c70493622d86b68eba6cc8bc0314eb72" - }, - { - "m_Id": "0dcadcbcc95a3780956b6a1842565d5f" - }, - { - "m_Id": "fd03e5faa9d1d586b2290c7491fbaad2" - } - ], - "m_Keywords": [], - "m_Nodes": [ - { - "m_Id": "528efecf550d468d8682b9b42e966946" - }, - { - "m_Id": "520700d74edd588c9d9366a9fc2bec7a" - }, - { - "m_Id": "1bdb8a071fd0d48599e4db105d613df0" - }, - { - "m_Id": "0e37915a903e96819258572afd3c0cf9" - }, - { - "m_Id": "7304f9970f2ad18fb315c56e45edcd42" - }, - { - "m_Id": "f9b59572ef232b80bc456a2656e6d953" - }, - { - "m_Id": "719eb85ebe6dab8b81ae0b2d52bc3f2c" - }, - { - "m_Id": "2f877eaf4a3925869b510544313afc73" - }, - { - "m_Id": "7bc770811c7af280940eb30cd3c10a69" - }, - { - "m_Id": "e5e46c316956fa8b8f560fe98e913312" - }, - { - "m_Id": "f8e3dd97c62f618fb0e4f79d3d2e2018" - }, - { - "m_Id": "62d80c892fc98c8ca382735c5f8c9452" - }, - { - "m_Id": "6df02763b2a3dc80813e6e85af9518bb" - }, - { - "m_Id": "a3dc0397c959c6819915f6812fb93a9d" - }, - { - "m_Id": "becb6c4ca55314879c4a9fa559889c07" - }, - { - "m_Id": "f9baf3ec767c434aa4140a8705174026" - }, - { - "m_Id": "2c28591cf8b14df38ab1ba07f2632bc8" - }, - { - "m_Id": "263236fc046d4367a31549982fd67da3" - }, - { - "m_Id": "5144e8e792034db3b977ad7cc607b120" - }, - { - "m_Id": "e294f7de648343b0813c6734b5688430" - }, - { - "m_Id": "fdbc85f9047f4e7696edf6839e46f354" - } - ], - "m_GroupDatas": [], - "m_StickyNoteDatas": [], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "0e37915a903e96819258572afd3c0cf9" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "528efecf550d468d8682b9b42e966946" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "1bdb8a071fd0d48599e4db105d613df0" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "0e37915a903e96819258572afd3c0cf9" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "2f877eaf4a3925869b510544313afc73" - }, - "m_SlotId": 4 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "f8e3dd97c62f618fb0e4f79d3d2e2018" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "520700d74edd588c9d9366a9fc2bec7a" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "719eb85ebe6dab8b81ae0b2d52bc3f2c" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "528efecf550d468d8682b9b42e966946" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "2f877eaf4a3925869b510544313afc73" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "528efecf550d468d8682b9b42e966946" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "719eb85ebe6dab8b81ae0b2d52bc3f2c" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "62d80c892fc98c8ca382735c5f8c9452" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "5144e8e792034db3b977ad7cc607b120" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "6df02763b2a3dc80813e6e85af9518bb" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "62d80c892fc98c8ca382735c5f8c9452" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "719eb85ebe6dab8b81ae0b2d52bc3f2c" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "62d80c892fc98c8ca382735c5f8c9452" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7304f9970f2ad18fb315c56e45edcd42" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "528efecf550d468d8682b9b42e966946" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7bc770811c7af280940eb30cd3c10a69" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "e5e46c316956fa8b8f560fe98e913312" - }, - "m_SlotId": -276770608 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "a3dc0397c959c6819915f6812fb93a9d" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "e5e46c316956fa8b8f560fe98e913312" - }, - "m_SlotId": -259366608 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "becb6c4ca55314879c4a9fa559889c07" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "e5e46c316956fa8b8f560fe98e913312" - }, - "m_SlotId": -953725949 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "e5e46c316956fa8b8f560fe98e913312" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "f8e3dd97c62f618fb0e4f79d3d2e2018" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "f8e3dd97c62f618fb0e4f79d3d2e2018" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "e294f7de648343b0813c6734b5688430" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "f9b59572ef232b80bc456a2656e6d953" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "719eb85ebe6dab8b81ae0b2d52bc3f2c" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "f9b59572ef232b80bc456a2656e6d953" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "520700d74edd588c9d9366a9fc2bec7a" - }, - "m_SlotId": 0 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 348.0001220703125, - "y": -127.0000228881836 - }, - "m_Blocks": [ - { - "m_Id": "f9baf3ec767c434aa4140a8705174026" - }, - { - "m_Id": "2c28591cf8b14df38ab1ba07f2632bc8" - }, - { - "m_Id": "263236fc046d4367a31549982fd67da3" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 348.0001220703125, - "y": 72.9999771118164 - }, - "m_Blocks": [ - { - "m_Id": "5144e8e792034db3b977ad7cc607b120" - }, - { - "m_Id": "e294f7de648343b0813c6734b5688430" - }, - { - "m_Id": "fdbc85f9047f4e7696edf6839e46f354" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Shader Graphs", - "m_ConcretePrecision": 1, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "34d531be25ae45ea8a83971d81eec4e6" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "0a62bd9985ad4a67b5bd2fc4bb766a94", - "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.TangentMaterialSlot", - "m_ObjectId": "0aa0f60b75444056a2fc451b8a062d2f", - "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.Texture2DInputMaterialSlot", - "m_ObjectId": "0d9e77b5046aa08b82cd8899a8ae65be", - "m_Id": -953725949, - "m_DisplayName": "_MaskMap", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Texture2D_E59969F8", - "m_StageCapability": 2, - "m_BareResource": false, - "m_Texture": { - "m_SerializedTexture": "{\"texture\":{\"fileID\":2800000,\"guid\":\"87a47502f00ad5f4da37f4a4031d4760\",\"type\":3}}", - "m_Guid": "" - }, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "0dcadcbcc95a3780956b6a1842565d5f", - "m_Guid": { - "m_GuidSerialized": "46ef4599-dc70-4570-b7ca-e0839ddadf6b" - }, - "m_Name": "_Size", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_Size", - "m_GeneratePropertyBlock": true, - "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.SampleTexture2DNode", - "m_ObjectId": "0e37915a903e96819258572afd3c0cf9", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Sample Texture 2D", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1070.0001220703125, - "y": -278.0, - "width": 208.0, - "height": 433.0 - } - }, - "m_Slots": [ - { - "m_Id": "c79a30366411e08e8de23f842be84b22" - }, - { - "m_Id": "3316143065a20089b3c9ac8641b99998" - }, - { - "m_Id": "47ace993eef10189b89329bbf2ecdc2b" - }, - { - "m_Id": "93d964556ebca987a0ff581b6d985696" - }, - { - "m_Id": "146b9328f5e0b48a9420135ed871629c" - }, - { - "m_Id": "80b393bfe4de1082a2a17e7895321cac" - }, - { - "m_Id": "bc440e9ee913b0839b39b21590099827" - }, - { - "m_Id": "adbb94b015e93f8a985f78a4c25f1595" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_TextureType": 0, - "m_NormalMapSpace": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "114ea68223d6238199f19d98f12fc597", - "m_Id": -276770608, - "m_DisplayName": "_ClippingMask", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector4_C27D9F6C", - "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.Vector1MaterialSlot", - "m_ObjectId": "146b9328f5e0b48a9420135ed871629c", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "1546b61fcb4f8987a1c432d00c38bd76", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "1b4f5fac0e8dc280a43da7777a7cad99", - "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.PropertyNode", - "m_ObjectId": "1bdb8a071fd0d48599e4db105d613df0", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1373.0, - "y": -221.99998474121095, - "width": 144.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "96d7b9d5593cd387afcb0737633f75d7" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "a73e9e917e0da888b137a9e3bc804624" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "263236fc046d4367a31549982fd67da3", - "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": "0aa0f60b75444056a2fc451b8a062d2f" - } - ], - "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.BlockNode", - "m_ObjectId": "2c28591cf8b14df38ab1ba07f2632bc8", - "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": "6181bd627a8f4565ba3a5cb36b3e6ed1" - } - ], - "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.DynamicValueMaterialSlot", - "m_ObjectId": "2e0cb0763320c788b230c4dc93b63ceb", - "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.SplitNode", - "m_ObjectId": "2f877eaf4a3925869b510544313afc73", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Split", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -362.0443115234375, - "y": -227.37081909179688, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "1546b61fcb4f8987a1c432d00c38bd76" - }, - { - "m_Id": "ef3a6185a74b748296e181682bbe3840" - }, - { - "m_Id": "b8da2932ce16f88799bd15ea892c52fd" - }, - { - "m_Id": "c0f49163b3a9208ca930b803f76182ee" - }, - { - "m_Id": "9cb4e79bd1e98b8b84a641e38f9bae27" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", - "m_ObjectId": "30e410c21d30df87bf72405299f3b32a", - "m_Guid": { - "m_GuidSerialized": "87468e82-58cb-4fcc-a214-182417b95bdd" - }, - "m_Name": "_ClippingMask", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_ClippingMask", - "m_GeneratePropertyBlock": true, - "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": "3316143065a20089b3c9ac8641b99998", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "34d531be25ae45ea8a83971d81eec4e6", - "m_ActiveSubTarget": { - "m_Id": "975e5684499742a0b4106c7673abebaf" - }, - "m_SurfaceType": 0, - "m_AlphaMode": 0, - "m_TwoSided": false, - "m_AlphaClip": true, - "m_CustomEditorGUI": "" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "3823d3e8d4b9f885bc57441fce0eb91c", - "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.Vector1MaterialSlot", - "m_ObjectId": "38bbfaab21ff4031b82186bce8dac450", - "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.Vector4MaterialSlot", - "m_ObjectId": "3e611eb2b836788980baa34befc75a24", - "m_Id": 0, - "m_DisplayName": "_BaseColor", - "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.Vector1MaterialSlot", - "m_ObjectId": "47ace993eef10189b89329bbf2ecdc2b", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", - "m_ObjectId": "50619aa57e5140e39fc35669e2aa0643", - "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.Vector1MaterialSlot", - "m_ObjectId": "5128c92f29c89f8fa754b20878638b88", - "m_Id": 3, - "m_DisplayName": "Opacity", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Opacity", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "5144e8e792034db3b977ad7cc607b120", - "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": "8a2134f4039843f2ad7729e5f7a8861b" - } - ], - "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.OneMinusNode", - "m_ObjectId": "520700d74edd588c9d9366a9fc2bec7a", - "m_Group": { - "m_Id": "" - }, - "m_Name": "One Minus", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -819.0000610351563, - "y": 136.99998474121095, - "width": 208.00001525878907, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "3823d3e8d4b9f885bc57441fce0eb91c" - }, - { - "m_Id": "5ec5d99189cc618fb810ad8ddfa0835f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "528efecf550d468d8682b9b42e966946", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -776.999755859375, - "y": -303.99993896484377, - "width": 207.99998474121095, - "height": 301.9999694824219 - } - }, - "m_Slots": [ - { - "m_Id": "8bc1104c0bf77e8ba003433fa3780a11" - }, - { - "m_Id": "cdeffb106232968e9766fe57a48edc10" - }, - { - "m_Id": "b57628c10659538e9424aa76bc9abd2d" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "54ac1753bb6d2d898ea953edb9dcea4d", - "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.Vector4MaterialSlot", - "m_ObjectId": "58314d89f98ddd83a54f0051364e7ebb", - "m_Id": 1, - "m_DisplayName": "Out_Vector4", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "OutVector4", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "5a0fa13390de218bb11435952ad317d3", - "m_Id": 0, - "m_DisplayName": "Base", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Base", - "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", - "m_ObjectId": "5ec5d99189cc618fb810ad8ddfa0835f", - "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.PositionMaterialSlot", - "m_ObjectId": "61094fe681ba0c8abf1e6809804cd3af", - "m_Id": 2, - "m_DisplayName": "Position", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Position", - "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": [ - "X", - "Y", - "Z" - ], - "m_Space": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "6181bd627a8f4565ba3a5cb36b3e6ed1", - "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.MultiplyNode", - "m_ObjectId": "62d80c892fc98c8ca382735c5f8c9452", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -67.9999008178711, - "y": -346.0000305175781, - "width": 208.00001525878907, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "2e0cb0763320c788b230c4dc93b63ceb" - }, - { - "m_Id": "967aa7f037c83686a18a81d83bd25f0e" - }, - { - "m_Id": "1b4f5fac0e8dc280a43da7777a7cad99" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "68aad7ee7c9eed86a6757b52c5c15786", - "m_Guid": { - "m_GuidSerialized": "ef837a2c-1722-4afe-896a-99a3fe6c5d17" - }, - "m_Name": "_BaseColor", - "m_DefaultReferenceName": "Color_830A8F88", - "m_OverrideReferenceName": "_BaseColor", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", - "m_ObjectId": "6d8695993d0e3d83af9cc1b8cbbdeac8", - "m_Id": 0, - "m_DisplayName": "_MaskMap", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_BareResource": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "6df02763b2a3dc80813e6e85af9518bb", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -368.9774475097656, - "y": -312.1100158691406, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "7cc025aa887f8c89887f1f1606d6b8b5" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "c70493622d86b68eba6cc8bc0314eb72" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.LerpNode", - "m_ObjectId": "719eb85ebe6dab8b81ae0b2d52bc3f2c", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Lerp", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -473.00006103515627, - "y": -27.99994468688965, - "width": 208.00001525878907, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "9324fa0a2bc53487b59c95ae004985d9" - }, - { - "m_Id": "8b0fce8772fd2e8d8fe2138c00dca613" - }, - { - "m_Id": "54ac1753bb6d2d898ea953edb9dcea4d" - }, - { - "m_Id": "e285866d0125fc8e97df2d6b5d74471d" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "7304f9970f2ad18fb315c56e45edcd42", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1112.9998779296875, - "y": -408.0, - "width": 134.99998474121095, - "height": 33.999996185302737 - } - }, - "m_Slots": [ - { - "m_Id": "3e611eb2b836788980baa34befc75a24" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "68aad7ee7c9eed86a6757b52c5c15786" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "7bc770811c7af280940eb30cd3c10a69", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1044.0, - "y": 538.0, - "width": 193.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "8b3b5507d0485b8a80140e0474069aa4" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "30e410c21d30df87bf72405299f3b32a" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "7cc025aa887f8c89887f1f1606d6b8b5", - "m_Id": 0, - "m_DisplayName": "_Light", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "80744ecec28cf38883d68c9851e7f8b0", - "m_Id": 2, - "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.Texture2DInputMaterialSlot", - "m_ObjectId": "80b393bfe4de1082a2a17e7895321cac", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "80b69988653fc084abd225492f2164f4", - "m_Id": 1, - "m_DisplayName": "Blend", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Blend", - "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": "8a2134f4039843f2ad7729e5f7a8861b", - "m_Id": 0, - "m_DisplayName": "Base Color", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "BaseColor", - "m_StageCapability": 2, - "m_Value": { - "x": 0.7353569269180298, - "y": 0.7353569269180298, - "z": 0.7353569269180298 - }, - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "8b0fce8772fd2e8d8fe2138c00dca613", - "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.Vector4MaterialSlot", - "m_ObjectId": "8b3b5507d0485b8a80140e0474069aa4", - "m_Id": 0, - "m_DisplayName": "_ClippingMask", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "8bc1104c0bf77e8ba003433fa3780a11", - "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": "8e1d094e5ee56382a20abdb7949e5856", - "m_Id": 1, - "m_DisplayName": "Density", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Density", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "9324fa0a2bc53487b59c95ae004985d9", - "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.Vector1MaterialSlot", - "m_ObjectId": "93d964556ebca987a0ff581b6d985696", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "967aa7f037c83686a18a81d83bd25f0e", - "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.Texture2DMaterialSlot", - "m_ObjectId": "96d7b9d5593cd387afcb0737633f75d7", - "m_Id": 0, - "m_DisplayName": "_BaseMap", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_BareResource": false -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", - "m_ObjectId": "975e5684499742a0b4106c7673abebaf" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "9cb4e79bd1e98b8b84a641e38f9bae27", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "a3dc0397c959c6819915f6812fb93a9d", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1070.0419921875, - "y": 599.3843994140625, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "ba30268c6dd9e6889db4d19dd038a343" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "0dcadcbcc95a3780956b6a1842565d5f" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", - "m_ObjectId": "a73e9e917e0da888b137a9e3bc804624", - "m_Guid": { - "m_GuidSerialized": "1d82ee82-432d-42e1-a9ae-517d2d43f6fd" - }, - "m_Name": "_BaseMap", - "m_DefaultReferenceName": "Texture2D_CCAE7703", - "m_OverrideReferenceName": "_BaseMap", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"fileID\":2800000,\"guid\":\"2b0dc275a19f5494bbaaf0b0cb6800dd\",\"type\":3}}", - "m_Guid": "" - }, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", - "m_ObjectId": "adbb94b015e93f8a985f78a4c25f1595", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "b57628c10659538e9424aa76bc9abd2d", - "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.Vector1MaterialSlot", - "m_ObjectId": "b8da2932ce16f88799bd15ea892c52fd", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "ba30268c6dd9e6889db4d19dd038a343", - "m_Id": 0, - "m_DisplayName": "_Size", - "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": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", - "m_ObjectId": "bc440e9ee913b0839b39b21590099827", - "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": [ - "X", - "Y" - ], - "m_Channel": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "becb6c4ca55314879c4a9fa559889c07", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -839.5000610351563, - "y": 496.800048828125, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "6d8695993d0e3d83af9cc1b8cbbdeac8" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "fd03e5faa9d1d586b2290c7491fbaad2" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "c0f49163b3a9208ca930b803f76182ee", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "c70493622d86b68eba6cc8bc0314eb72", - "m_Guid": { - "m_GuidSerialized": "07eec7da-8095-4b82-a103-132055a279c1" - }, - "m_Name": "_Light", - "m_DefaultReferenceName": "Vector1_4D5A498B", - "m_OverrideReferenceName": "_Light", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": 1.0, - "m_FloatType": 0, - "m_RangeValues": { - "x": 0.0, - "y": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", - "m_ObjectId": "c79a30366411e08e8de23f842be84b22", - "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.DynamicValueMaterialSlot", - "m_ObjectId": "cdeffb106232968e9766fe57a48edc10", - "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.Vector4MaterialSlot", - "m_ObjectId": "d996c62731c2308ab688c87e98941da0", - "m_Id": 0, - "m_DisplayName": "Color", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Color", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "e285866d0125fc8e97df2d6b5d74471d", - "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.BlockNode", - "m_ObjectId": "e294f7de648343b0813c6734b5688430", - "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": "38bbfaab21ff4031b82186bce8dac450" - } - ], - "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.SubGraphNode", - "m_ObjectId": "e5e46c316956fa8b8f560fe98e913312", - "m_Group": { - "m_Id": "" - }, - "m_Name": "MaskInWorldSpace", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -620.0, - "y": 522.9999389648438, - "width": 268.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "0d9e77b5046aa08b82cd8899a8ae65be" - }, - { - "m_Id": "114ea68223d6238199f19d98f12fc597" - }, - { - "m_Id": "f334ea60274e2c888d3688351c60bf94" - }, - { - "m_Id": "58314d89f98ddd83a54f0051364e7ebb" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"94726f8a3a6e7c943902842b66a2489d\",\n \"type\": 3\n }\n}", - "m_PropertyGuids": [ - "b8399f3e-e3b9-4fe2-a139-b464f8eaa70c", - "24570100-278e-4639-b493-22a6f369b7c2", - "b11a2b98-5990-4a48-9fb3-18abf6f898e0", - "20e00c29-a0c7-40ee-967b-4701b2ce07c4" - ], - "m_PropertyIds": [ - -276770608, - 567887867, - -259366608, - -953725949 - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "ef3a6185a74b748296e181682bbe3840", - "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": [ - "X" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "f334ea60274e2c888d3688351c60bf94", - "m_Id": -259366608, - "m_DisplayName": "_Size", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Vector2_9E75FBFC", - "m_StageCapability": 2, - "m_Value": { - "x": 0.0010000000474974514, - "y": 0.0010000000474974514 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlendNode", - "m_ObjectId": "f8e3dd97c62f618fb0e4f79d3d2e2018", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Blend", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -209.0, - "y": 260.0, - "width": 208.0, - "height": 360.0 - } - }, - "m_Slots": [ - { - "m_Id": "5a0fa13390de218bb11435952ad317d3" - }, - { - "m_Id": "80b69988653fc084abd225492f2164f4" - }, - { - "m_Id": "5128c92f29c89f8fa754b20878638b88" - }, - { - "m_Id": "80744ecec28cf38883d68c9851e7f8b0" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_BlendMode": 1 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.FogNode", - "m_ObjectId": "f9b59572ef232b80bc456a2656e6d953", - "m_Group": { - "m_Id": "" - }, - "m_Name": "Fog", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1278.0001220703125, - "y": 229.0, - "width": 193.0, - "height": 101.0 - } - }, - "m_Slots": [ - { - "m_Id": "61094fe681ba0c8abf1e6809804cd3af" - }, - { - "m_Id": "d996c62731c2308ab688c87e98941da0" - }, - { - "m_Id": "8e1d094e5ee56382a20abdb7949e5856" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "f9baf3ec767c434aa4140a8705174026", - "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": "50619aa57e5140e39fc35669e2aa0643" - } - ], - "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.Internal.Texture2DShaderProperty", - "m_ObjectId": "fd03e5faa9d1d586b2290c7491fbaad2", - "m_Guid": { - "m_GuidSerialized": "7e82fc29-a1f0-4e6b-860b-f9d39f6cc7da" - }, - "m_Name": "_MaskMap", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "_MaskMap", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", - "m_Guid": "" - }, - "m_Modifiable": true, - "m_DefaultType": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "fdbc85f9047f4e7696edf6839e46f354", - "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": "0a62bd9985ad4a67b5bd2fc4bb766a94" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_SerializedDescriptor": "SurfaceDescription.AlphaClipThreshold" -} - diff --git a/Assets/PackageStagingArea/Rendering/Shaders/SimpleTreeShaderCastingShadows.shadergraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/SimpleTreeShaderCastingShadows.shadergraph.meta deleted file mode 100644 index 0caa64128..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/SimpleTreeShaderCastingShadows.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: f15757a4b91e4fe4eb6b170940e5d4be -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Skybox-PanoramicBeta.shader b/Assets/PackageStagingArea/Rendering/Shaders/Skybox-PanoramicBeta.shader deleted file mode 100644 index 92c5ecf36..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Skybox-PanoramicBeta.shader +++ /dev/null @@ -1,206 +0,0 @@ -Shader "Skybox/PanoramicBeta" { -Properties { - _Tint ("Tint Color", Color) = (.5, .5, .5, .5) - [Gamma] _Exposure ("Exposure", Range(0, 8)) = 1.0 - _Rotation ("Rotation", Range(0, 360)) = 0 - [NoScaleOffset] _Tex ("Spherical (HDR)", 2D) = "grey" {} - [KeywordEnum(6 Frames Layout, Latitude Longitude Layout)] _Mapping("Mapping", Float) = 1 - [Enum(360 Degrees, 0, 180 Degrees, 1)] _ImageType("Image Type", Float) = 0 - [Toggle] _MirrorOnBack("Mirror on Back", Float) = 0 - [Enum(None, 0, Side by Side, 1, Over Under, 2)] _Layout("3D Layout", Float) = 0 -} - -SubShader { - Tags { "Queue"="Background" "RenderType"="Background" "PreviewType"="Skybox" } - Cull Off ZWrite Off - - Pass { - - CGPROGRAM - #pragma vertex vert - #pragma fragment frag - #pragma target 2.0 - #pragma multi_compile __ _MAPPING_6_FRAMES_LAYOUT - - #include "UnityCG.cginc" - - sampler2D _Tex; - float4 _Tex_TexelSize; - half4 _Tex_HDR; - half4 _Tint; - half _Exposure; - float _Rotation; -#ifndef _MAPPING_6_FRAMES_LAYOUT - bool _MirrorOnBack; - int _ImageType; - int _Layout; -#endif - -#ifndef _MAPPING_6_FRAMES_LAYOUT - inline float2 ToRadialCoords(float3 coords) - { - float3 normalizedCoords = normalize(coords); - float latitude = acos(normalizedCoords.y); - float longitude = atan2(normalizedCoords.z, normalizedCoords.x); - float2 sphereCoords = float2(longitude, latitude) * float2(0.5/UNITY_PI, 1.0/UNITY_PI); - return float2(0.5,1.0) - sphereCoords; - } -#endif - -#ifdef _MAPPING_6_FRAMES_LAYOUT - inline float2 ToCubeCoords(float3 coords, float3 layout, float4 edgeSize, float4 faceXCoordLayouts, float4 faceYCoordLayouts, float4 faceZCoordLayouts) - { - // Determine the primary axis of the normal - float3 absn = abs(coords); - float3 absdir = absn > float3(max(absn.y,absn.z), max(absn.x,absn.z), max(absn.x,absn.y)) ? 1 : 0; - // Convert the normal to a local face texture coord [-1,+1], note that tcAndLen.z==dot(coords,absdir) - // and thus its sign tells us whether the normal is pointing positive or negative - float3 tcAndLen = mul(absdir, float3x3(coords.zyx, coords.xzy, float3(-coords.xy,coords.z))); - tcAndLen.xy /= tcAndLen.z; - // Flip-flop faces for proper orientation and normalize to [-0.5,+0.5] - bool2 positiveAndVCross = float2(tcAndLen.z, layout.x) > 0; - tcAndLen.xy *= (positiveAndVCross[0] ? absdir.yx : (positiveAndVCross[1] ? float2(absdir[2],0) : float2(0,absdir[2]))) - 0.5; - // Clamp values which are close to the face edges to avoid bleeding/seams (ie. enforce clamp texture wrap mode) - tcAndLen.xy = clamp(tcAndLen.xy, edgeSize.xy, edgeSize.zw); - // Scale and offset texture coord to match the proper square in the texture based on layout. - float4 coordLayout = mul(float4(absdir,0), float4x4(faceXCoordLayouts, faceYCoordLayouts, faceZCoordLayouts, faceZCoordLayouts)); - tcAndLen.xy = (tcAndLen.xy + (positiveAndVCross[0] ? coordLayout.xy : coordLayout.zw)) * layout.yz; - return tcAndLen.xy; - } -#endif - - float3 RotateAroundYInDegrees (float3 vertex, float degrees) - { - float alpha = degrees * UNITY_PI / 180.0; - float sina, cosa; - sincos(alpha, sina, cosa); - float2x2 m = float2x2(cosa, -sina, sina, cosa); - return float3(mul(m, vertex.xz), vertex.y).xzy; - } - - struct appdata_t { - float4 vertex : POSITION; - UNITY_VERTEX_INPUT_INSTANCE_ID - }; - - struct v2f { - float4 vertex : SV_POSITION; - float3 texcoord : TEXCOORD0; -#ifdef _MAPPING_6_FRAMES_LAYOUT - float3 layout : TEXCOORD1; - float4 edgeSize : TEXCOORD2; - float4 faceXCoordLayouts : TEXCOORD3; - float4 faceYCoordLayouts : TEXCOORD4; - float4 faceZCoordLayouts : TEXCOORD5; -#else - float2 image180ScaleAndCutoff : TEXCOORD1; - float4 layout3DScaleAndOffset : TEXCOORD2; -#endif - UNITY_VERTEX_OUTPUT_STEREO - }; - - v2f vert (appdata_t v) - { - v2f o; - UNITY_SETUP_INSTANCE_ID(v); - UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(o); - float3 rotated = RotateAroundYInDegrees(v.vertex, _Rotation); - o.vertex = UnityObjectToClipPos(rotated); - o.texcoord = v.vertex.xyz; -#ifdef _MAPPING_6_FRAMES_LAYOUT - // layout and edgeSize are solely based on texture dimensions and can thus be precalculated in the vertex shader. - float sourceAspect = float(_Tex_TexelSize.z) / float(_Tex_TexelSize.w); - // Use the halfway point between the 1:6 and 3:4 aspect ratios of the strip and cross layouts to - // guess at the correct format. - bool3 aspectTest = - sourceAspect > - float3(1.0, 1.0f / 6.0f + (3.0f / 4.0f - 1.0f / 6.0f) / 2.0f, 6.0f / 1.0f + (4.0f / 3.0f - 6.0f / 1.0f) / 2.0f); - // For a given face layout, the coordinates of the 6 cube faces are fixed: build a compact representation of the - // coordinates of the center of each face where the first float4 represents the coordinates of the X axis faces, - // the second the Y, and the third the Z. The first two float componenents (xy) of each float4 represent the face - // coordinates on the positive axis side of the cube, and the second (zw) the negative. - // layout.x is a boolean flagging the vertical cross layout (for special handling of flip-flops later) - // layout.yz contains the inverse of the layout dimensions (ie. the scale factor required to convert from - // normalized face coords to full texture coordinates) - if (aspectTest[0]) // horizontal - { - if (aspectTest[2]) - { // horizontal strip - o.faceXCoordLayouts = float4(0.5,0.5,1.5,0.5); - o.faceYCoordLayouts = float4(2.5,0.5,3.5,0.5); - o.faceZCoordLayouts = float4(4.5,0.5,5.5,0.5); - o.layout = float3(-1,1.0/6.0,1.0/1.0); - } - else - { // horizontal cross - o.faceXCoordLayouts = float4(2.5,1.5,0.5,1.5); - o.faceYCoordLayouts = float4(1.5,2.5,1.5,0.5); - o.faceZCoordLayouts = float4(1.5,1.5,3.5,1.5); - o.layout = float3(-1,1.0/4.0,1.0/3.0); - } - } - else - { - if (aspectTest[1]) - { // vertical cross - o.faceXCoordLayouts = float4(2.5,2.5,0.5,2.5); - o.faceYCoordLayouts = float4(1.5,3.5,1.5,1.5); - o.faceZCoordLayouts = float4(1.5,2.5,1.5,0.5); - o.layout = float3(1,1.0/3.0,1.0/4.0); - } - else - { // vertical strip - o.faceXCoordLayouts = float4(0.5,5.5,0.5,4.5); - o.faceYCoordLayouts = float4(0.5,3.5,0.5,2.5); - o.faceZCoordLayouts = float4(0.5,1.5,0.5,0.5); - o.layout = float3(-1,1.0/1.0,1.0/6.0); - } - } - // edgeSize specifies the minimum (xy) and maximum (zw) normalized face texture coordinates that will be used for - // sampling in the texture. Setting these to the effective size of a half pixel horizontally and vertically - // effectively enforces clamp mode texture wrapping for each individual face. - o.edgeSize.xy = _Tex_TexelSize.xy * 0.5 / o.layout.yz - 0.5; - o.edgeSize.zw = -o.edgeSize.xy; -#else // !_MAPPING_6_FRAMES_LAYOUT - // Calculate constant horizontal scale and cutoff for 180 (vs 360) image type - if (_ImageType == 0) // 360 degree - o.image180ScaleAndCutoff = float2(1.0, 1.0); - else // 180 degree - o.image180ScaleAndCutoff = float2(2.0, _MirrorOnBack ? 1.0 : 0.5); - // Calculate constant scale and offset for 3D layouts - if (_Layout == 0) // No 3D layout - o.layout3DScaleAndOffset = float4(0,0,1,1); - else if (_Layout == 1) // Side-by-Side 3D layout - o.layout3DScaleAndOffset = float4(unity_StereoEyeIndex,0,0.5,1); - else // Over-Under 3D layout - o.layout3DScaleAndOffset = float4(0, 1-unity_StereoEyeIndex,1,0.5); -#endif - return o; - } - - fixed4 frag (v2f i) : SV_Target - { -#ifdef _MAPPING_6_FRAMES_LAYOUT - float2 tc = ToCubeCoords(i.texcoord, i.layout, i.edgeSize, i.faceXCoordLayouts, i.faceYCoordLayouts, i.faceZCoordLayouts); -#else - float2 tc = ToRadialCoords(i.texcoord); - if (tc.x > i.image180ScaleAndCutoff[1]) - return half4(0,0,0,1); - tc.x = fmod(tc.x*i.image180ScaleAndCutoff[0], 1); - tc = (tc + i.layout3DScaleAndOffset.xy) * i.layout3DScaleAndOffset.zw; -#endif - - half4 tex = tex2D (_Tex, tc); - half3 c = DecodeHDR (tex, _Tex_HDR); - c = c * _Tint.rgb * unity_ColorSpaceDouble.rgb; - c *= _Exposure; - return half4(c, 1); - } - ENDCG - } -} - - -Fallback Off - -} diff --git a/Assets/PackageStagingArea/Rendering/Shaders/Skybox-PanoramicBeta.shader.meta b/Assets/PackageStagingArea/Rendering/Shaders/Skybox-PanoramicBeta.shader.meta deleted file mode 100644 index 75fe79ae5..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/Skybox-PanoramicBeta.shader.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: ae476b815def5ca468ecce2168b50408 -ShaderImporter: - externalObjects: {} - defaultTextures: [] - nonModifiableTextures: [] - preprocessorOverride: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Shaders/SubGrid.shader b/Assets/PackageStagingArea/Rendering/Shaders/SubGrid.shader deleted file mode 100644 index 000f4a1e6..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/SubGrid.shader +++ /dev/null @@ -1,2042 +0,0 @@ -Shader "SubGrid" -{ - Properties - { - Color_1("_MainGridColor", Color) = (1, 1, 1, 1) - Color_328ade08c2094a788fa974395f6e561f("_LargeGridColor", Color) = (1, 1, 1, 1) - Vector1_a906bcbc01034447a774e7157f439325("_MainGridTiling", Float) = 1 - Vector1_a906bcbc01034447a774e7157f439325_1("_LargeGridTiling", Float) = 1 - Vector1_a906bcbc01034447a774e7157f439325_2("_MainGridLineThickness", Float) = 1 - Vector1_a906bcbc01034447a774e7157f439325_3("_LargeGridLineThickness", Float) = 1 - Vector2_3bb87bf6a4674236a46e2b16cdeb72e9("_FadeFromToDistance", Vector) = (0, 5000, 0, 0) - [HideInInspector][NoScaleOffset]unity_Lightmaps("unity_Lightmaps", 2DArray) = "" {} - [HideInInspector][NoScaleOffset]unity_LightmapsInd("unity_LightmapsInd", 2DArray) = "" {} - [HideInInspector][NoScaleOffset]unity_ShadowMasks("unity_ShadowMasks", 2DArray) = "" {} - } - SubShader - { - Tags - { - "RenderPipeline" = "UniversalPipeline" - "RenderType" = "Transparent" - "UniversalMaterialType" = "Unlit" - "Queue" = "Transparent" - } - Pass - { - Name "Pass" - Tags - { - // LightMode: - } - - // Render State - Cull Back - Blend SrcAlpha OneMinusSrcAlpha, One OneMinusSrcAlpha - ZTest Always - ZWrite Off - - // Debug - // - - // -------------------------------------------------- - // Pass - - HLSLPROGRAM - - // Pragmas - #pragma target 2.0 - #pragma only_renderers gles gles3 glcore d3d11 - #pragma multi_compile_instancing - #pragma multi_compile_fog - #pragma vertex vert - #pragma fragment frag - - // DotsInstancingOptions: - // HybridV1InjectedBuiltinProperties: - - // Keywords - #pragma multi_compile _ LIGHTMAP_ON - #pragma multi_compile _ DIRLIGHTMAP_COMBINED - #pragma shader_feature _ _SAMPLE_GI - // GraphKeywords: - - // Defines - #define _SURFACE_TYPE_TRANSPARENT 1 - #define ATTRIBUTES_NEED_NORMAL - #define ATTRIBUTES_NEED_TANGENT - #define ATTRIBUTES_NEED_TEXCOORD0 - #define VARYINGS_NEED_POSITION_WS - #define VARYINGS_NEED_TEXCOORD0 - #define FEATURES_GRAPH_VERTEX - /* WARNING: $splice Could not find named fragment 'PassInstancing' */ - #define SHADERPASS SHADERPASS_UNLIT - /* WARNING: $splice Could not find named fragment 'DotsInstancingVars' */ - - // Includes - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl" - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl" - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl" - - // -------------------------------------------------- - // Structs and Packing - - struct Attributes - { - float3 positionOS : POSITION; - float3 normalOS : NORMAL; - float4 tangentOS : TANGENT; - float4 uv0 : TEXCOORD0; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : INSTANCEID_SEMANTIC; - #endif - }; - struct Varyings - { - float4 positionCS : SV_POSITION; - float3 positionWS; - float4 texCoord0; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : CUSTOM_INSTANCE_ID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - uint stereoTargetEyeIndexAsBlendIdx0 : BLENDINDICES0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - uint stereoTargetEyeIndexAsRTArrayIdx : SV_RenderTargetArrayIndex; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - FRONT_FACE_TYPE cullFace : FRONT_FACE_SEMANTIC; - #endif - }; - struct SurfaceDescriptionInputs - { - float3 WorldSpacePosition; - float4 uv0; - }; - struct VertexDescriptionInputs - { - float3 ObjectSpaceNormal; - float3 ObjectSpaceTangent; - float3 ObjectSpacePosition; - }; - struct PackedVaryings - { - float4 positionCS : SV_POSITION; - float3 interp0 : TEXCOORD0; - float4 interp1 : TEXCOORD1; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : CUSTOM_INSTANCE_ID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - uint stereoTargetEyeIndexAsBlendIdx0 : BLENDINDICES0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - uint stereoTargetEyeIndexAsRTArrayIdx : SV_RenderTargetArrayIndex; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - FRONT_FACE_TYPE cullFace : FRONT_FACE_SEMANTIC; - #endif - }; - - PackedVaryings PackVaryings(Varyings input) - { - PackedVaryings output; - output.positionCS = input.positionCS; - output.interp0.xyz = input.positionWS; - output.interp1.xyzw = input.texCoord0; - #if UNITY_ANY_INSTANCING_ENABLED - output.instanceID = input.instanceID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - output.stereoTargetEyeIndexAsBlendIdx0 = input.stereoTargetEyeIndexAsBlendIdx0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - output.stereoTargetEyeIndexAsRTArrayIdx = input.stereoTargetEyeIndexAsRTArrayIdx; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - output.cullFace = input.cullFace; - #endif - return output; - } - Varyings UnpackVaryings(PackedVaryings input) - { - Varyings output; - output.positionCS = input.positionCS; - output.positionWS = input.interp0.xyz; - output.texCoord0 = input.interp1.xyzw; - #if UNITY_ANY_INSTANCING_ENABLED - output.instanceID = input.instanceID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - output.stereoTargetEyeIndexAsBlendIdx0 = input.stereoTargetEyeIndexAsBlendIdx0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - output.stereoTargetEyeIndexAsRTArrayIdx = input.stereoTargetEyeIndexAsRTArrayIdx; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - output.cullFace = input.cullFace; - #endif - return output; - } - - // -------------------------------------------------- - // Graph - - // Graph Properties - CBUFFER_START(UnityPerMaterial) -half4 Color_1; -half4 Color_328ade08c2094a788fa974395f6e561f; -half Vector1_a906bcbc01034447a774e7157f439325; -half Vector1_a906bcbc01034447a774e7157f439325_1; -half Vector1_a906bcbc01034447a774e7157f439325_2; -half Vector1_a906bcbc01034447a774e7157f439325_3; -half2 Vector2_3bb87bf6a4674236a46e2b16cdeb72e9; -CBUFFER_END - -// Object and Global properties - - // Graph Functions - -void Unity_TilingAndOffset_half(half2 UV, half2 Tiling, half2 Offset, out half2 Out) -{ - Out = UV * Tiling + Offset; -} - -void Unity_Fraction_half2(half2 In, out half2 Out) -{ - Out = frac(In); -} - -void Unity_Rectangle_half(half2 UV, half Width, half Height, out half Out) -{ - half2 d = abs(UV * 2 - 1) - half2(Width, Height); - d = 1 - d / fwidth(d); - Out = saturate(min(d.x, d.y)); -} - -void Unity_OneMinus_half(half In, out half Out) -{ - Out = 1 - In; -} - -void Unity_Comparison_Greater_half(half A, half B, out half Out) -{ - Out = A > B ? 1 : 0; -} - -void Unity_Branch_half4(half Predicate, half4 True, half4 False, out half4 Out) -{ - Out = Predicate ? True : False; -} - -void Unity_Blend_Screen_half(half Base, half Blend, out half Out, half Opacity) -{ - Out = 1.0 - (1.0 - Blend) * (1.0 - Base); - Out = lerp(Base, Out, Opacity); -} - -void Unity_Distance_float3(float3 A, float3 B, out float Out) -{ - Out = distance(A, B); -} - -void Unity_Remap_float(float In, float2 InMinMax, float2 OutMinMax, out float Out) -{ - Out = OutMinMax.x + (In - InMinMax.x) * (OutMinMax.y - OutMinMax.x) / (InMinMax.y - InMinMax.x); -} - -void Unity_Multiply_float(float A, float B, out float Out) -{ - Out = A * B; -} - -// Graph Vertex -struct VertexDescription -{ - half3 Position; - half3 Normal; - half3 Tangent; -}; - -VertexDescription VertexDescriptionFunction(VertexDescriptionInputs IN) -{ - VertexDescription description = (VertexDescription)0; - description.Position = IN.ObjectSpacePosition; - description.Normal = IN.ObjectSpaceNormal; - description.Tangent = IN.ObjectSpaceTangent; - return description; -} - -// Graph Pixel -struct SurfaceDescription -{ - half3 BaseColor; - float Alpha; -}; - -SurfaceDescription SurfaceDescriptionFunction(SurfaceDescriptionInputs IN) -{ - SurfaceDescription surface = (SurfaceDescription)0; - half _Property_816cd0f020e341689218fdfa135b61f0_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_1; - half _Float_6a98aa8a551f43e09c01822dab195b73_Out_0 = _Property_816cd0f020e341689218fdfa135b61f0_Out_0; - half2 _TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3; - Unity_TilingAndOffset_half(IN.uv0.xy, (_Float_6a98aa8a551f43e09c01822dab195b73_Out_0.xx), half2 (0, 0), _TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3); - half2 _Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1; - Unity_Fraction_half2(_TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3, _Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1); - half _Property_029d48997b1b4d5e89aa95c4f228c444_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_3; - half _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0 = _Property_029d48997b1b4d5e89aa95c4f228c444_Out_0; - half _Rectangle_3956398494ff4acea9b8910877d3c065_Out_3; - Unity_Rectangle_half(_Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1, _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0, _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0, _Rectangle_3956398494ff4acea9b8910877d3c065_Out_3); - half _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1; - Unity_OneMinus_half(_Rectangle_3956398494ff4acea9b8910877d3c065_Out_3, _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1); - half _Comparison_c2fe362568a7421997c9f9d96affe0bd_Out_2; - Unity_Comparison_Greater_half(_OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1, 0.1, _Comparison_c2fe362568a7421997c9f9d96affe0bd_Out_2); - half4 _Property_97128e6b899c41c99fe64525da74777a_Out_0 = Color_328ade08c2094a788fa974395f6e561f; - half4 _Property_c3f3cfd35b0945d8ae282815d8e7f439_Out_0 = Color_1; - half4 _Branch_c4635b8e87c148f190b08f5072768496_Out_3; - Unity_Branch_half4(_Comparison_c2fe362568a7421997c9f9d96affe0bd_Out_2, _Property_97128e6b899c41c99fe64525da74777a_Out_0, _Property_c3f3cfd35b0945d8ae282815d8e7f439_Out_0, _Branch_c4635b8e87c148f190b08f5072768496_Out_3); - half _Property_7d5ef2692d2f455e9b758d2241872a1f_Out_0 = Vector1_a906bcbc01034447a774e7157f439325; - half _Float_86b90f585d9e419685c9d6129c32ad92_Out_0 = _Property_7d5ef2692d2f455e9b758d2241872a1f_Out_0; - half2 _TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3; - Unity_TilingAndOffset_half(IN.uv0.xy, (_Float_86b90f585d9e419685c9d6129c32ad92_Out_0.xx), half2 (0, 0), _TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3); - half2 _Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1; - Unity_Fraction_half2(_TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3, _Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1); - half _Property_3b2fa75379e04f3a852ebb6643ceda3b_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_2; - half _Float_34d1f47975c24b9d830b7e63338babb2_Out_0 = _Property_3b2fa75379e04f3a852ebb6643ceda3b_Out_0; - half _Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3; - Unity_Rectangle_half(_Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1, _Float_34d1f47975c24b9d830b7e63338babb2_Out_0, _Float_34d1f47975c24b9d830b7e63338babb2_Out_0, _Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3); - half _OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1; - Unity_OneMinus_half(_Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3, _OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1); - half _Blend_a56c5b0489e24745855fa904b20f4807_Out_2; - Unity_Blend_Screen_half(_OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1, _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1, _Blend_a56c5b0489e24745855fa904b20f4807_Out_2, 1); - float _Distance_c1f3965872c542578a1c3a4012301496_Out_2; - Unity_Distance_float3(_WorldSpaceCameraPos, IN.WorldSpacePosition, _Distance_c1f3965872c542578a1c3a4012301496_Out_2); - half2 _Property_c0f9d128ce18446ab3574833920ea240_Out_0 = Vector2_3bb87bf6a4674236a46e2b16cdeb72e9; - float _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3; - Unity_Remap_float(_Distance_c1f3965872c542578a1c3a4012301496_Out_2, _Property_c0f9d128ce18446ab3574833920ea240_Out_0, float2 (1, 0), _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3); - float _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2; - Unity_Multiply_float(_Blend_a56c5b0489e24745855fa904b20f4807_Out_2, _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3, _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2); - surface.BaseColor = (_Branch_c4635b8e87c148f190b08f5072768496_Out_3.xyz); - surface.Alpha = _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2; - return surface; -} - -// -------------------------------------------------- -// Build Graph Inputs - -VertexDescriptionInputs BuildVertexDescriptionInputs(Attributes input) -{ - VertexDescriptionInputs output; - ZERO_INITIALIZE(VertexDescriptionInputs, output); - - output.ObjectSpaceNormal = input.normalOS; - output.ObjectSpaceTangent = input.tangentOS.xyz; - output.ObjectSpacePosition = input.positionOS; - - return output; -} - SurfaceDescriptionInputs BuildSurfaceDescriptionInputs(Varyings input) -{ - SurfaceDescriptionInputs output; - ZERO_INITIALIZE(SurfaceDescriptionInputs, output); - - - - - - output.WorldSpacePosition = input.positionWS; - output.uv0 = input.texCoord0; -#if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) -#define BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN output.FaceSign = IS_FRONT_VFACE(input.cullFace, true, false); -#else -#define BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN -#endif -#undef BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN - - return output; -} - - // -------------------------------------------------- - // Main - - #include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl" -#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/Varyings.hlsl" -#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/UnlitPass.hlsl" - - ENDHLSL -} -Pass -{ - Name "ShadowCaster" - Tags - { - "LightMode" = "ShadowCaster" - } - - // Render State - Cull Back - Blend SrcAlpha OneMinusSrcAlpha, One OneMinusSrcAlpha - ZTest LEqual - ZWrite On - ColorMask 0 - - // Debug - // - - // -------------------------------------------------- - // Pass - - HLSLPROGRAM - - // Pragmas - #pragma target 2.0 - #pragma only_renderers gles gles3 glcore d3d11 - #pragma multi_compile_instancing - #pragma vertex vert - #pragma fragment frag - - // DotsInstancingOptions: - // HybridV1InjectedBuiltinProperties: - - // Keywords - // PassKeywords: - // GraphKeywords: - - // Defines - #define _SURFACE_TYPE_TRANSPARENT 1 - #define ATTRIBUTES_NEED_NORMAL - #define ATTRIBUTES_NEED_TANGENT - #define ATTRIBUTES_NEED_TEXCOORD0 - #define VARYINGS_NEED_POSITION_WS - #define VARYINGS_NEED_TEXCOORD0 - #define FEATURES_GRAPH_VERTEX - /* WARNING: $splice Could not find named fragment 'PassInstancing' */ - #define SHADERPASS SHADERPASS_SHADOWCASTER - /* WARNING: $splice Could not find named fragment 'DotsInstancingVars' */ - - // Includes - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl" - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl" - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl" - - // -------------------------------------------------- - // Structs and Packing - - struct Attributes - { - float3 positionOS : POSITION; - float3 normalOS : NORMAL; - float4 tangentOS : TANGENT; - float4 uv0 : TEXCOORD0; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : INSTANCEID_SEMANTIC; - #endif - }; - struct Varyings - { - float4 positionCS : SV_POSITION; - float3 positionWS; - float4 texCoord0; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : CUSTOM_INSTANCE_ID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - uint stereoTargetEyeIndexAsBlendIdx0 : BLENDINDICES0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - uint stereoTargetEyeIndexAsRTArrayIdx : SV_RenderTargetArrayIndex; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - FRONT_FACE_TYPE cullFace : FRONT_FACE_SEMANTIC; - #endif - }; - struct SurfaceDescriptionInputs - { - float3 WorldSpacePosition; - float4 uv0; - }; - struct VertexDescriptionInputs - { - float3 ObjectSpaceNormal; - float3 ObjectSpaceTangent; - float3 ObjectSpacePosition; - }; - struct PackedVaryings - { - float4 positionCS : SV_POSITION; - float3 interp0 : TEXCOORD0; - float4 interp1 : TEXCOORD1; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : CUSTOM_INSTANCE_ID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - uint stereoTargetEyeIndexAsBlendIdx0 : BLENDINDICES0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - uint stereoTargetEyeIndexAsRTArrayIdx : SV_RenderTargetArrayIndex; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - FRONT_FACE_TYPE cullFace : FRONT_FACE_SEMANTIC; - #endif - }; - - PackedVaryings PackVaryings(Varyings input) - { - PackedVaryings output; - output.positionCS = input.positionCS; - output.interp0.xyz = input.positionWS; - output.interp1.xyzw = input.texCoord0; - #if UNITY_ANY_INSTANCING_ENABLED - output.instanceID = input.instanceID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - output.stereoTargetEyeIndexAsBlendIdx0 = input.stereoTargetEyeIndexAsBlendIdx0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - output.stereoTargetEyeIndexAsRTArrayIdx = input.stereoTargetEyeIndexAsRTArrayIdx; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - output.cullFace = input.cullFace; - #endif - return output; - } - Varyings UnpackVaryings(PackedVaryings input) - { - Varyings output; - output.positionCS = input.positionCS; - output.positionWS = input.interp0.xyz; - output.texCoord0 = input.interp1.xyzw; - #if UNITY_ANY_INSTANCING_ENABLED - output.instanceID = input.instanceID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - output.stereoTargetEyeIndexAsBlendIdx0 = input.stereoTargetEyeIndexAsBlendIdx0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - output.stereoTargetEyeIndexAsRTArrayIdx = input.stereoTargetEyeIndexAsRTArrayIdx; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - output.cullFace = input.cullFace; - #endif - return output; - } - - // -------------------------------------------------- - // Graph - - // Graph Properties - CBUFFER_START(UnityPerMaterial) -half4 Color_1; -half4 Color_328ade08c2094a788fa974395f6e561f; -half Vector1_a906bcbc01034447a774e7157f439325; -half Vector1_a906bcbc01034447a774e7157f439325_1; -half Vector1_a906bcbc01034447a774e7157f439325_2; -half Vector1_a906bcbc01034447a774e7157f439325_3; -half2 Vector2_3bb87bf6a4674236a46e2b16cdeb72e9; -CBUFFER_END - -// Object and Global properties - - // Graph Functions - -void Unity_TilingAndOffset_half(half2 UV, half2 Tiling, half2 Offset, out half2 Out) -{ - Out = UV * Tiling + Offset; -} - -void Unity_Fraction_half2(half2 In, out half2 Out) -{ - Out = frac(In); -} - -void Unity_Rectangle_half(half2 UV, half Width, half Height, out half Out) -{ - half2 d = abs(UV * 2 - 1) - half2(Width, Height); - d = 1 - d / fwidth(d); - Out = saturate(min(d.x, d.y)); -} - -void Unity_OneMinus_half(half In, out half Out) -{ - Out = 1 - In; -} - -void Unity_Blend_Screen_half(half Base, half Blend, out half Out, half Opacity) -{ - Out = 1.0 - (1.0 - Blend) * (1.0 - Base); - Out = lerp(Base, Out, Opacity); -} - -void Unity_Distance_float3(float3 A, float3 B, out float Out) -{ - Out = distance(A, B); -} - -void Unity_Remap_float(float In, float2 InMinMax, float2 OutMinMax, out float Out) -{ - Out = OutMinMax.x + (In - InMinMax.x) * (OutMinMax.y - OutMinMax.x) / (InMinMax.y - InMinMax.x); -} - -void Unity_Multiply_float(float A, float B, out float Out) -{ - Out = A * B; -} - -// Graph Vertex -struct VertexDescription -{ - half3 Position; - half3 Normal; - half3 Tangent; -}; - -VertexDescription VertexDescriptionFunction(VertexDescriptionInputs IN) -{ - VertexDescription description = (VertexDescription)0; - description.Position = IN.ObjectSpacePosition; - description.Normal = IN.ObjectSpaceNormal; - description.Tangent = IN.ObjectSpaceTangent; - return description; -} - -// Graph Pixel -struct SurfaceDescription -{ - float Alpha; -}; - -SurfaceDescription SurfaceDescriptionFunction(SurfaceDescriptionInputs IN) -{ - SurfaceDescription surface = (SurfaceDescription)0; - half _Property_7d5ef2692d2f455e9b758d2241872a1f_Out_0 = Vector1_a906bcbc01034447a774e7157f439325; - half _Float_86b90f585d9e419685c9d6129c32ad92_Out_0 = _Property_7d5ef2692d2f455e9b758d2241872a1f_Out_0; - half2 _TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3; - Unity_TilingAndOffset_half(IN.uv0.xy, (_Float_86b90f585d9e419685c9d6129c32ad92_Out_0.xx), half2 (0, 0), _TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3); - half2 _Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1; - Unity_Fraction_half2(_TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3, _Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1); - half _Property_3b2fa75379e04f3a852ebb6643ceda3b_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_2; - half _Float_34d1f47975c24b9d830b7e63338babb2_Out_0 = _Property_3b2fa75379e04f3a852ebb6643ceda3b_Out_0; - half _Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3; - Unity_Rectangle_half(_Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1, _Float_34d1f47975c24b9d830b7e63338babb2_Out_0, _Float_34d1f47975c24b9d830b7e63338babb2_Out_0, _Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3); - half _OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1; - Unity_OneMinus_half(_Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3, _OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1); - half _Property_816cd0f020e341689218fdfa135b61f0_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_1; - half _Float_6a98aa8a551f43e09c01822dab195b73_Out_0 = _Property_816cd0f020e341689218fdfa135b61f0_Out_0; - half2 _TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3; - Unity_TilingAndOffset_half(IN.uv0.xy, (_Float_6a98aa8a551f43e09c01822dab195b73_Out_0.xx), half2 (0, 0), _TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3); - half2 _Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1; - Unity_Fraction_half2(_TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3, _Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1); - half _Property_029d48997b1b4d5e89aa95c4f228c444_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_3; - half _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0 = _Property_029d48997b1b4d5e89aa95c4f228c444_Out_0; - half _Rectangle_3956398494ff4acea9b8910877d3c065_Out_3; - Unity_Rectangle_half(_Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1, _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0, _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0, _Rectangle_3956398494ff4acea9b8910877d3c065_Out_3); - half _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1; - Unity_OneMinus_half(_Rectangle_3956398494ff4acea9b8910877d3c065_Out_3, _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1); - half _Blend_a56c5b0489e24745855fa904b20f4807_Out_2; - Unity_Blend_Screen_half(_OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1, _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1, _Blend_a56c5b0489e24745855fa904b20f4807_Out_2, 1); - float _Distance_c1f3965872c542578a1c3a4012301496_Out_2; - Unity_Distance_float3(_WorldSpaceCameraPos, IN.WorldSpacePosition, _Distance_c1f3965872c542578a1c3a4012301496_Out_2); - half2 _Property_c0f9d128ce18446ab3574833920ea240_Out_0 = Vector2_3bb87bf6a4674236a46e2b16cdeb72e9; - float _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3; - Unity_Remap_float(_Distance_c1f3965872c542578a1c3a4012301496_Out_2, _Property_c0f9d128ce18446ab3574833920ea240_Out_0, float2 (1, 0), _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3); - float _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2; - Unity_Multiply_float(_Blend_a56c5b0489e24745855fa904b20f4807_Out_2, _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3, _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2); - surface.Alpha = _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2; - return surface; -} - -// -------------------------------------------------- -// Build Graph Inputs - -VertexDescriptionInputs BuildVertexDescriptionInputs(Attributes input) -{ - VertexDescriptionInputs output; - ZERO_INITIALIZE(VertexDescriptionInputs, output); - - output.ObjectSpaceNormal = input.normalOS; - output.ObjectSpaceTangent = input.tangentOS.xyz; - output.ObjectSpacePosition = input.positionOS; - - return output; -} - SurfaceDescriptionInputs BuildSurfaceDescriptionInputs(Varyings input) -{ - SurfaceDescriptionInputs output; - ZERO_INITIALIZE(SurfaceDescriptionInputs, output); - - - - - - output.WorldSpacePosition = input.positionWS; - output.uv0 = input.texCoord0; -#if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) -#define BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN output.FaceSign = IS_FRONT_VFACE(input.cullFace, true, false); -#else -#define BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN -#endif -#undef BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN - - return output; -} - - // -------------------------------------------------- - // Main - - #include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl" -#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/Varyings.hlsl" -#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShadowCasterPass.hlsl" - - ENDHLSL -} -Pass -{ - Name "DepthOnly" - Tags - { - "LightMode" = "DepthOnly" - } - - // Render State - Cull Back - Blend SrcAlpha OneMinusSrcAlpha, One OneMinusSrcAlpha - ZTest LEqual - ZWrite On - ColorMask 0 - - // Debug - // - - // -------------------------------------------------- - // Pass - - HLSLPROGRAM - - // Pragmas - #pragma target 2.0 - #pragma only_renderers gles gles3 glcore d3d11 - #pragma multi_compile_instancing - #pragma vertex vert - #pragma fragment frag - - // DotsInstancingOptions: - // HybridV1InjectedBuiltinProperties: - - // Keywords - // PassKeywords: - // GraphKeywords: - - // Defines - #define _SURFACE_TYPE_TRANSPARENT 1 - #define ATTRIBUTES_NEED_NORMAL - #define ATTRIBUTES_NEED_TANGENT - #define ATTRIBUTES_NEED_TEXCOORD0 - #define VARYINGS_NEED_POSITION_WS - #define VARYINGS_NEED_TEXCOORD0 - #define FEATURES_GRAPH_VERTEX - /* WARNING: $splice Could not find named fragment 'PassInstancing' */ - #define SHADERPASS SHADERPASS_DEPTHONLY - /* WARNING: $splice Could not find named fragment 'DotsInstancingVars' */ - - // Includes - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl" - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl" - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl" - - // -------------------------------------------------- - // Structs and Packing - - struct Attributes - { - float3 positionOS : POSITION; - float3 normalOS : NORMAL; - float4 tangentOS : TANGENT; - float4 uv0 : TEXCOORD0; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : INSTANCEID_SEMANTIC; - #endif - }; - struct Varyings - { - float4 positionCS : SV_POSITION; - float3 positionWS; - float4 texCoord0; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : CUSTOM_INSTANCE_ID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - uint stereoTargetEyeIndexAsBlendIdx0 : BLENDINDICES0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - uint stereoTargetEyeIndexAsRTArrayIdx : SV_RenderTargetArrayIndex; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - FRONT_FACE_TYPE cullFace : FRONT_FACE_SEMANTIC; - #endif - }; - struct SurfaceDescriptionInputs - { - float3 WorldSpacePosition; - float4 uv0; - }; - struct VertexDescriptionInputs - { - float3 ObjectSpaceNormal; - float3 ObjectSpaceTangent; - float3 ObjectSpacePosition; - }; - struct PackedVaryings - { - float4 positionCS : SV_POSITION; - float3 interp0 : TEXCOORD0; - float4 interp1 : TEXCOORD1; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : CUSTOM_INSTANCE_ID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - uint stereoTargetEyeIndexAsBlendIdx0 : BLENDINDICES0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - uint stereoTargetEyeIndexAsRTArrayIdx : SV_RenderTargetArrayIndex; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - FRONT_FACE_TYPE cullFace : FRONT_FACE_SEMANTIC; - #endif - }; - - PackedVaryings PackVaryings(Varyings input) - { - PackedVaryings output; - output.positionCS = input.positionCS; - output.interp0.xyz = input.positionWS; - output.interp1.xyzw = input.texCoord0; - #if UNITY_ANY_INSTANCING_ENABLED - output.instanceID = input.instanceID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - output.stereoTargetEyeIndexAsBlendIdx0 = input.stereoTargetEyeIndexAsBlendIdx0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - output.stereoTargetEyeIndexAsRTArrayIdx = input.stereoTargetEyeIndexAsRTArrayIdx; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - output.cullFace = input.cullFace; - #endif - return output; - } - Varyings UnpackVaryings(PackedVaryings input) - { - Varyings output; - output.positionCS = input.positionCS; - output.positionWS = input.interp0.xyz; - output.texCoord0 = input.interp1.xyzw; - #if UNITY_ANY_INSTANCING_ENABLED - output.instanceID = input.instanceID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - output.stereoTargetEyeIndexAsBlendIdx0 = input.stereoTargetEyeIndexAsBlendIdx0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - output.stereoTargetEyeIndexAsRTArrayIdx = input.stereoTargetEyeIndexAsRTArrayIdx; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - output.cullFace = input.cullFace; - #endif - return output; - } - - // -------------------------------------------------- - // Graph - - // Graph Properties - CBUFFER_START(UnityPerMaterial) -half4 Color_1; -half4 Color_328ade08c2094a788fa974395f6e561f; -half Vector1_a906bcbc01034447a774e7157f439325; -half Vector1_a906bcbc01034447a774e7157f439325_1; -half Vector1_a906bcbc01034447a774e7157f439325_2; -half Vector1_a906bcbc01034447a774e7157f439325_3; -half2 Vector2_3bb87bf6a4674236a46e2b16cdeb72e9; -CBUFFER_END - -// Object and Global properties - - // Graph Functions - -void Unity_TilingAndOffset_half(half2 UV, half2 Tiling, half2 Offset, out half2 Out) -{ - Out = UV * Tiling + Offset; -} - -void Unity_Fraction_half2(half2 In, out half2 Out) -{ - Out = frac(In); -} - -void Unity_Rectangle_half(half2 UV, half Width, half Height, out half Out) -{ - half2 d = abs(UV * 2 - 1) - half2(Width, Height); - d = 1 - d / fwidth(d); - Out = saturate(min(d.x, d.y)); -} - -void Unity_OneMinus_half(half In, out half Out) -{ - Out = 1 - In; -} - -void Unity_Blend_Screen_half(half Base, half Blend, out half Out, half Opacity) -{ - Out = 1.0 - (1.0 - Blend) * (1.0 - Base); - Out = lerp(Base, Out, Opacity); -} - -void Unity_Distance_float3(float3 A, float3 B, out float Out) -{ - Out = distance(A, B); -} - -void Unity_Remap_float(float In, float2 InMinMax, float2 OutMinMax, out float Out) -{ - Out = OutMinMax.x + (In - InMinMax.x) * (OutMinMax.y - OutMinMax.x) / (InMinMax.y - InMinMax.x); -} - -void Unity_Multiply_float(float A, float B, out float Out) -{ - Out = A * B; -} - -// Graph Vertex -struct VertexDescription -{ - half3 Position; - half3 Normal; - half3 Tangent; -}; - -VertexDescription VertexDescriptionFunction(VertexDescriptionInputs IN) -{ - VertexDescription description = (VertexDescription)0; - description.Position = IN.ObjectSpacePosition; - description.Normal = IN.ObjectSpaceNormal; - description.Tangent = IN.ObjectSpaceTangent; - return description; -} - -// Graph Pixel -struct SurfaceDescription -{ - float Alpha; -}; - -SurfaceDescription SurfaceDescriptionFunction(SurfaceDescriptionInputs IN) -{ - SurfaceDescription surface = (SurfaceDescription)0; - half _Property_7d5ef2692d2f455e9b758d2241872a1f_Out_0 = Vector1_a906bcbc01034447a774e7157f439325; - half _Float_86b90f585d9e419685c9d6129c32ad92_Out_0 = _Property_7d5ef2692d2f455e9b758d2241872a1f_Out_0; - half2 _TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3; - Unity_TilingAndOffset_half(IN.uv0.xy, (_Float_86b90f585d9e419685c9d6129c32ad92_Out_0.xx), half2 (0, 0), _TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3); - half2 _Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1; - Unity_Fraction_half2(_TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3, _Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1); - half _Property_3b2fa75379e04f3a852ebb6643ceda3b_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_2; - half _Float_34d1f47975c24b9d830b7e63338babb2_Out_0 = _Property_3b2fa75379e04f3a852ebb6643ceda3b_Out_0; - half _Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3; - Unity_Rectangle_half(_Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1, _Float_34d1f47975c24b9d830b7e63338babb2_Out_0, _Float_34d1f47975c24b9d830b7e63338babb2_Out_0, _Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3); - half _OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1; - Unity_OneMinus_half(_Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3, _OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1); - half _Property_816cd0f020e341689218fdfa135b61f0_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_1; - half _Float_6a98aa8a551f43e09c01822dab195b73_Out_0 = _Property_816cd0f020e341689218fdfa135b61f0_Out_0; - half2 _TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3; - Unity_TilingAndOffset_half(IN.uv0.xy, (_Float_6a98aa8a551f43e09c01822dab195b73_Out_0.xx), half2 (0, 0), _TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3); - half2 _Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1; - Unity_Fraction_half2(_TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3, _Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1); - half _Property_029d48997b1b4d5e89aa95c4f228c444_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_3; - half _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0 = _Property_029d48997b1b4d5e89aa95c4f228c444_Out_0; - half _Rectangle_3956398494ff4acea9b8910877d3c065_Out_3; - Unity_Rectangle_half(_Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1, _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0, _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0, _Rectangle_3956398494ff4acea9b8910877d3c065_Out_3); - half _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1; - Unity_OneMinus_half(_Rectangle_3956398494ff4acea9b8910877d3c065_Out_3, _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1); - half _Blend_a56c5b0489e24745855fa904b20f4807_Out_2; - Unity_Blend_Screen_half(_OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1, _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1, _Blend_a56c5b0489e24745855fa904b20f4807_Out_2, 1); - float _Distance_c1f3965872c542578a1c3a4012301496_Out_2; - Unity_Distance_float3(_WorldSpaceCameraPos, IN.WorldSpacePosition, _Distance_c1f3965872c542578a1c3a4012301496_Out_2); - half2 _Property_c0f9d128ce18446ab3574833920ea240_Out_0 = Vector2_3bb87bf6a4674236a46e2b16cdeb72e9; - float _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3; - Unity_Remap_float(_Distance_c1f3965872c542578a1c3a4012301496_Out_2, _Property_c0f9d128ce18446ab3574833920ea240_Out_0, float2 (1, 0), _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3); - float _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2; - Unity_Multiply_float(_Blend_a56c5b0489e24745855fa904b20f4807_Out_2, _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3, _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2); - surface.Alpha = _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2; - return surface; -} - -// -------------------------------------------------- -// Build Graph Inputs - -VertexDescriptionInputs BuildVertexDescriptionInputs(Attributes input) -{ - VertexDescriptionInputs output; - ZERO_INITIALIZE(VertexDescriptionInputs, output); - - output.ObjectSpaceNormal = input.normalOS; - output.ObjectSpaceTangent = input.tangentOS.xyz; - output.ObjectSpacePosition = input.positionOS; - - return output; -} - SurfaceDescriptionInputs BuildSurfaceDescriptionInputs(Varyings input) -{ - SurfaceDescriptionInputs output; - ZERO_INITIALIZE(SurfaceDescriptionInputs, output); - - - - - - output.WorldSpacePosition = input.positionWS; - output.uv0 = input.texCoord0; -#if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) -#define BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN output.FaceSign = IS_FRONT_VFACE(input.cullFace, true, false); -#else -#define BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN -#endif -#undef BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN - - return output; -} - - // -------------------------------------------------- - // Main - - #include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl" -#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/Varyings.hlsl" -#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/DepthOnlyPass.hlsl" - - ENDHLSL -} - } - SubShader - { - Tags - { - "RenderPipeline" = "UniversalPipeline" - "RenderType" = "Transparent" - "UniversalMaterialType" = "Unlit" - "Queue" = "Transparent" - } - Pass - { - Name "Pass" - Tags - { - // LightMode: - } - - // Render State - Cull Back - Blend SrcAlpha OneMinusSrcAlpha, One OneMinusSrcAlpha - ZTest LEqual - ZWrite Off - - // Debug - // - - // -------------------------------------------------- - // Pass - - HLSLPROGRAM - - // Pragmas - #pragma target 4.5 - #pragma exclude_renderers gles gles3 glcore - #pragma multi_compile_instancing - #pragma multi_compile_fog - #pragma multi_compile _ DOTS_INSTANCING_ON - #pragma vertex vert - #pragma fragment frag - - // DotsInstancingOptions: - // HybridV1InjectedBuiltinProperties: - - // Keywords - #pragma multi_compile _ LIGHTMAP_ON - #pragma multi_compile _ DIRLIGHTMAP_COMBINED - #pragma shader_feature _ _SAMPLE_GI - // GraphKeywords: - - // Defines - #define _SURFACE_TYPE_TRANSPARENT 1 - #define ATTRIBUTES_NEED_NORMAL - #define ATTRIBUTES_NEED_TANGENT - #define ATTRIBUTES_NEED_TEXCOORD0 - #define VARYINGS_NEED_POSITION_WS - #define VARYINGS_NEED_TEXCOORD0 - #define FEATURES_GRAPH_VERTEX - /* WARNING: $splice Could not find named fragment 'PassInstancing' */ - #define SHADERPASS SHADERPASS_UNLIT - /* WARNING: $splice Could not find named fragment 'DotsInstancingVars' */ - - // Includes - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl" - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl" - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl" - - // -------------------------------------------------- - // Structs and Packing - - struct Attributes - { - float3 positionOS : POSITION; - float3 normalOS : NORMAL; - float4 tangentOS : TANGENT; - float4 uv0 : TEXCOORD0; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : INSTANCEID_SEMANTIC; - #endif - }; - struct Varyings - { - float4 positionCS : SV_POSITION; - float3 positionWS; - float4 texCoord0; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : CUSTOM_INSTANCE_ID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - uint stereoTargetEyeIndexAsBlendIdx0 : BLENDINDICES0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - uint stereoTargetEyeIndexAsRTArrayIdx : SV_RenderTargetArrayIndex; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - FRONT_FACE_TYPE cullFace : FRONT_FACE_SEMANTIC; - #endif - }; - struct SurfaceDescriptionInputs - { - float3 WorldSpacePosition; - float4 uv0; - }; - struct VertexDescriptionInputs - { - float3 ObjectSpaceNormal; - float3 ObjectSpaceTangent; - float3 ObjectSpacePosition; - }; - struct PackedVaryings - { - float4 positionCS : SV_POSITION; - float3 interp0 : TEXCOORD0; - float4 interp1 : TEXCOORD1; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : CUSTOM_INSTANCE_ID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - uint stereoTargetEyeIndexAsBlendIdx0 : BLENDINDICES0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - uint stereoTargetEyeIndexAsRTArrayIdx : SV_RenderTargetArrayIndex; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - FRONT_FACE_TYPE cullFace : FRONT_FACE_SEMANTIC; - #endif - }; - - PackedVaryings PackVaryings(Varyings input) - { - PackedVaryings output; - output.positionCS = input.positionCS; - output.interp0.xyz = input.positionWS; - output.interp1.xyzw = input.texCoord0; - #if UNITY_ANY_INSTANCING_ENABLED - output.instanceID = input.instanceID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - output.stereoTargetEyeIndexAsBlendIdx0 = input.stereoTargetEyeIndexAsBlendIdx0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - output.stereoTargetEyeIndexAsRTArrayIdx = input.stereoTargetEyeIndexAsRTArrayIdx; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - output.cullFace = input.cullFace; - #endif - return output; - } - Varyings UnpackVaryings(PackedVaryings input) - { - Varyings output; - output.positionCS = input.positionCS; - output.positionWS = input.interp0.xyz; - output.texCoord0 = input.interp1.xyzw; - #if UNITY_ANY_INSTANCING_ENABLED - output.instanceID = input.instanceID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - output.stereoTargetEyeIndexAsBlendIdx0 = input.stereoTargetEyeIndexAsBlendIdx0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - output.stereoTargetEyeIndexAsRTArrayIdx = input.stereoTargetEyeIndexAsRTArrayIdx; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - output.cullFace = input.cullFace; - #endif - return output; - } - - // -------------------------------------------------- - // Graph - - // Graph Properties - CBUFFER_START(UnityPerMaterial) -half4 Color_1; -half4 Color_328ade08c2094a788fa974395f6e561f; -half Vector1_a906bcbc01034447a774e7157f439325; -half Vector1_a906bcbc01034447a774e7157f439325_1; -half Vector1_a906bcbc01034447a774e7157f439325_2; -half Vector1_a906bcbc01034447a774e7157f439325_3; -half2 Vector2_3bb87bf6a4674236a46e2b16cdeb72e9; -CBUFFER_END - -// Object and Global properties - - // Graph Functions - -void Unity_TilingAndOffset_half(half2 UV, half2 Tiling, half2 Offset, out half2 Out) -{ - Out = UV * Tiling + Offset; -} - -void Unity_Fraction_half2(half2 In, out half2 Out) -{ - Out = frac(In); -} - -void Unity_Rectangle_half(half2 UV, half Width, half Height, out half Out) -{ - half2 d = abs(UV * 2 - 1) - half2(Width, Height); - d = 1 - d / fwidth(d); - Out = saturate(min(d.x, d.y)); -} - -void Unity_OneMinus_half(half In, out half Out) -{ - Out = 1 - In; -} - -void Unity_Comparison_Greater_half(half A, half B, out half Out) -{ - Out = A > B ? 1 : 0; -} - -void Unity_Branch_half4(half Predicate, half4 True, half4 False, out half4 Out) -{ - Out = Predicate ? True : False; -} - -void Unity_Blend_Screen_half(half Base, half Blend, out half Out, half Opacity) -{ - Out = 1.0 - (1.0 - Blend) * (1.0 - Base); - Out = lerp(Base, Out, Opacity); -} - -void Unity_Distance_float3(float3 A, float3 B, out float Out) -{ - Out = distance(A, B); -} - -void Unity_Remap_float(float In, float2 InMinMax, float2 OutMinMax, out float Out) -{ - Out = OutMinMax.x + (In - InMinMax.x) * (OutMinMax.y - OutMinMax.x) / (InMinMax.y - InMinMax.x); -} - -void Unity_Multiply_float(float A, float B, out float Out) -{ - Out = A * B; -} - -// Graph Vertex -struct VertexDescription -{ - half3 Position; - half3 Normal; - half3 Tangent; -}; - -VertexDescription VertexDescriptionFunction(VertexDescriptionInputs IN) -{ - VertexDescription description = (VertexDescription)0; - description.Position = IN.ObjectSpacePosition; - description.Normal = IN.ObjectSpaceNormal; - description.Tangent = IN.ObjectSpaceTangent; - return description; -} - -// Graph Pixel -struct SurfaceDescription -{ - half3 BaseColor; - float Alpha; -}; - -SurfaceDescription SurfaceDescriptionFunction(SurfaceDescriptionInputs IN) -{ - SurfaceDescription surface = (SurfaceDescription)0; - half _Property_816cd0f020e341689218fdfa135b61f0_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_1; - half _Float_6a98aa8a551f43e09c01822dab195b73_Out_0 = _Property_816cd0f020e341689218fdfa135b61f0_Out_0; - half2 _TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3; - Unity_TilingAndOffset_half(IN.uv0.xy, (_Float_6a98aa8a551f43e09c01822dab195b73_Out_0.xx), half2 (0, 0), _TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3); - half2 _Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1; - Unity_Fraction_half2(_TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3, _Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1); - half _Property_029d48997b1b4d5e89aa95c4f228c444_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_3; - half _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0 = _Property_029d48997b1b4d5e89aa95c4f228c444_Out_0; - half _Rectangle_3956398494ff4acea9b8910877d3c065_Out_3; - Unity_Rectangle_half(_Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1, _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0, _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0, _Rectangle_3956398494ff4acea9b8910877d3c065_Out_3); - half _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1; - Unity_OneMinus_half(_Rectangle_3956398494ff4acea9b8910877d3c065_Out_3, _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1); - half _Comparison_c2fe362568a7421997c9f9d96affe0bd_Out_2; - Unity_Comparison_Greater_half(_OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1, 0.1, _Comparison_c2fe362568a7421997c9f9d96affe0bd_Out_2); - half4 _Property_97128e6b899c41c99fe64525da74777a_Out_0 = Color_328ade08c2094a788fa974395f6e561f; - half4 _Property_c3f3cfd35b0945d8ae282815d8e7f439_Out_0 = Color_1; - half4 _Branch_c4635b8e87c148f190b08f5072768496_Out_3; - Unity_Branch_half4(_Comparison_c2fe362568a7421997c9f9d96affe0bd_Out_2, _Property_97128e6b899c41c99fe64525da74777a_Out_0, _Property_c3f3cfd35b0945d8ae282815d8e7f439_Out_0, _Branch_c4635b8e87c148f190b08f5072768496_Out_3); - half _Property_7d5ef2692d2f455e9b758d2241872a1f_Out_0 = Vector1_a906bcbc01034447a774e7157f439325; - half _Float_86b90f585d9e419685c9d6129c32ad92_Out_0 = _Property_7d5ef2692d2f455e9b758d2241872a1f_Out_0; - half2 _TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3; - Unity_TilingAndOffset_half(IN.uv0.xy, (_Float_86b90f585d9e419685c9d6129c32ad92_Out_0.xx), half2 (0, 0), _TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3); - half2 _Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1; - Unity_Fraction_half2(_TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3, _Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1); - half _Property_3b2fa75379e04f3a852ebb6643ceda3b_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_2; - half _Float_34d1f47975c24b9d830b7e63338babb2_Out_0 = _Property_3b2fa75379e04f3a852ebb6643ceda3b_Out_0; - half _Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3; - Unity_Rectangle_half(_Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1, _Float_34d1f47975c24b9d830b7e63338babb2_Out_0, _Float_34d1f47975c24b9d830b7e63338babb2_Out_0, _Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3); - half _OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1; - Unity_OneMinus_half(_Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3, _OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1); - half _Blend_a56c5b0489e24745855fa904b20f4807_Out_2; - Unity_Blend_Screen_half(_OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1, _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1, _Blend_a56c5b0489e24745855fa904b20f4807_Out_2, 1); - float _Distance_c1f3965872c542578a1c3a4012301496_Out_2; - Unity_Distance_float3(_WorldSpaceCameraPos, IN.WorldSpacePosition, _Distance_c1f3965872c542578a1c3a4012301496_Out_2); - half2 _Property_c0f9d128ce18446ab3574833920ea240_Out_0 = Vector2_3bb87bf6a4674236a46e2b16cdeb72e9; - float _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3; - Unity_Remap_float(_Distance_c1f3965872c542578a1c3a4012301496_Out_2, _Property_c0f9d128ce18446ab3574833920ea240_Out_0, float2 (1, 0), _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3); - float _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2; - Unity_Multiply_float(_Blend_a56c5b0489e24745855fa904b20f4807_Out_2, _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3, _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2); - surface.BaseColor = (_Branch_c4635b8e87c148f190b08f5072768496_Out_3.xyz); - surface.Alpha = _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2; - return surface; -} - -// -------------------------------------------------- -// Build Graph Inputs - -VertexDescriptionInputs BuildVertexDescriptionInputs(Attributes input) -{ - VertexDescriptionInputs output; - ZERO_INITIALIZE(VertexDescriptionInputs, output); - - output.ObjectSpaceNormal = input.normalOS; - output.ObjectSpaceTangent = input.tangentOS.xyz; - output.ObjectSpacePosition = input.positionOS; - - return output; -} - SurfaceDescriptionInputs BuildSurfaceDescriptionInputs(Varyings input) -{ - SurfaceDescriptionInputs output; - ZERO_INITIALIZE(SurfaceDescriptionInputs, output); - - - - - - output.WorldSpacePosition = input.positionWS; - output.uv0 = input.texCoord0; -#if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) -#define BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN output.FaceSign = IS_FRONT_VFACE(input.cullFace, true, false); -#else -#define BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN -#endif -#undef BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN - - return output; -} - - // -------------------------------------------------- - // Main - - #include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl" -#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/Varyings.hlsl" -#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/UnlitPass.hlsl" - - ENDHLSL -} -Pass -{ - Name "ShadowCaster" - Tags - { - "LightMode" = "ShadowCaster" - } - - // Render State - Cull Back - Blend SrcAlpha OneMinusSrcAlpha, One OneMinusSrcAlpha - ZTest LEqual - ZWrite On - ColorMask 0 - - // Debug - // - - // -------------------------------------------------- - // Pass - - HLSLPROGRAM - - // Pragmas - #pragma target 4.5 - #pragma exclude_renderers gles gles3 glcore - #pragma multi_compile_instancing - #pragma multi_compile _ DOTS_INSTANCING_ON - #pragma vertex vert - #pragma fragment frag - - // DotsInstancingOptions: - // HybridV1InjectedBuiltinProperties: - - // Keywords - // PassKeywords: - // GraphKeywords: - - // Defines - #define _SURFACE_TYPE_TRANSPARENT 1 - #define ATTRIBUTES_NEED_NORMAL - #define ATTRIBUTES_NEED_TANGENT - #define ATTRIBUTES_NEED_TEXCOORD0 - #define VARYINGS_NEED_POSITION_WS - #define VARYINGS_NEED_TEXCOORD0 - #define FEATURES_GRAPH_VERTEX - /* WARNING: $splice Could not find named fragment 'PassInstancing' */ - #define SHADERPASS SHADERPASS_SHADOWCASTER - /* WARNING: $splice Could not find named fragment 'DotsInstancingVars' */ - - // Includes - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl" - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl" - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl" - - // -------------------------------------------------- - // Structs and Packing - - struct Attributes - { - float3 positionOS : POSITION; - float3 normalOS : NORMAL; - float4 tangentOS : TANGENT; - float4 uv0 : TEXCOORD0; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : INSTANCEID_SEMANTIC; - #endif - }; - struct Varyings - { - float4 positionCS : SV_POSITION; - float3 positionWS; - float4 texCoord0; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : CUSTOM_INSTANCE_ID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - uint stereoTargetEyeIndexAsBlendIdx0 : BLENDINDICES0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - uint stereoTargetEyeIndexAsRTArrayIdx : SV_RenderTargetArrayIndex; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - FRONT_FACE_TYPE cullFace : FRONT_FACE_SEMANTIC; - #endif - }; - struct SurfaceDescriptionInputs - { - float3 WorldSpacePosition; - float4 uv0; - }; - struct VertexDescriptionInputs - { - float3 ObjectSpaceNormal; - float3 ObjectSpaceTangent; - float3 ObjectSpacePosition; - }; - struct PackedVaryings - { - float4 positionCS : SV_POSITION; - float3 interp0 : TEXCOORD0; - float4 interp1 : TEXCOORD1; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : CUSTOM_INSTANCE_ID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - uint stereoTargetEyeIndexAsBlendIdx0 : BLENDINDICES0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - uint stereoTargetEyeIndexAsRTArrayIdx : SV_RenderTargetArrayIndex; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - FRONT_FACE_TYPE cullFace : FRONT_FACE_SEMANTIC; - #endif - }; - - PackedVaryings PackVaryings(Varyings input) - { - PackedVaryings output; - output.positionCS = input.positionCS; - output.interp0.xyz = input.positionWS; - output.interp1.xyzw = input.texCoord0; - #if UNITY_ANY_INSTANCING_ENABLED - output.instanceID = input.instanceID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - output.stereoTargetEyeIndexAsBlendIdx0 = input.stereoTargetEyeIndexAsBlendIdx0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - output.stereoTargetEyeIndexAsRTArrayIdx = input.stereoTargetEyeIndexAsRTArrayIdx; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - output.cullFace = input.cullFace; - #endif - return output; - } - Varyings UnpackVaryings(PackedVaryings input) - { - Varyings output; - output.positionCS = input.positionCS; - output.positionWS = input.interp0.xyz; - output.texCoord0 = input.interp1.xyzw; - #if UNITY_ANY_INSTANCING_ENABLED - output.instanceID = input.instanceID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - output.stereoTargetEyeIndexAsBlendIdx0 = input.stereoTargetEyeIndexAsBlendIdx0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - output.stereoTargetEyeIndexAsRTArrayIdx = input.stereoTargetEyeIndexAsRTArrayIdx; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - output.cullFace = input.cullFace; - #endif - return output; - } - - // -------------------------------------------------- - // Graph - - // Graph Properties - CBUFFER_START(UnityPerMaterial) -half4 Color_1; -half4 Color_328ade08c2094a788fa974395f6e561f; -half Vector1_a906bcbc01034447a774e7157f439325; -half Vector1_a906bcbc01034447a774e7157f439325_1; -half Vector1_a906bcbc01034447a774e7157f439325_2; -half Vector1_a906bcbc01034447a774e7157f439325_3; -half2 Vector2_3bb87bf6a4674236a46e2b16cdeb72e9; -CBUFFER_END - -// Object and Global properties - - // Graph Functions - -void Unity_TilingAndOffset_half(half2 UV, half2 Tiling, half2 Offset, out half2 Out) -{ - Out = UV * Tiling + Offset; -} - -void Unity_Fraction_half2(half2 In, out half2 Out) -{ - Out = frac(In); -} - -void Unity_Rectangle_half(half2 UV, half Width, half Height, out half Out) -{ - half2 d = abs(UV * 2 - 1) - half2(Width, Height); - d = 1 - d / fwidth(d); - Out = saturate(min(d.x, d.y)); -} - -void Unity_OneMinus_half(half In, out half Out) -{ - Out = 1 - In; -} - -void Unity_Blend_Screen_half(half Base, half Blend, out half Out, half Opacity) -{ - Out = 1.0 - (1.0 - Blend) * (1.0 - Base); - Out = lerp(Base, Out, Opacity); -} - -void Unity_Distance_float3(float3 A, float3 B, out float Out) -{ - Out = distance(A, B); -} - -void Unity_Remap_float(float In, float2 InMinMax, float2 OutMinMax, out float Out) -{ - Out = OutMinMax.x + (In - InMinMax.x) * (OutMinMax.y - OutMinMax.x) / (InMinMax.y - InMinMax.x); -} - -void Unity_Multiply_float(float A, float B, out float Out) -{ - Out = A * B; -} - -// Graph Vertex -struct VertexDescription -{ - half3 Position; - half3 Normal; - half3 Tangent; -}; - -VertexDescription VertexDescriptionFunction(VertexDescriptionInputs IN) -{ - VertexDescription description = (VertexDescription)0; - description.Position = IN.ObjectSpacePosition; - description.Normal = IN.ObjectSpaceNormal; - description.Tangent = IN.ObjectSpaceTangent; - return description; -} - -// Graph Pixel -struct SurfaceDescription -{ - float Alpha; -}; - -SurfaceDescription SurfaceDescriptionFunction(SurfaceDescriptionInputs IN) -{ - SurfaceDescription surface = (SurfaceDescription)0; - half _Property_7d5ef2692d2f455e9b758d2241872a1f_Out_0 = Vector1_a906bcbc01034447a774e7157f439325; - half _Float_86b90f585d9e419685c9d6129c32ad92_Out_0 = _Property_7d5ef2692d2f455e9b758d2241872a1f_Out_0; - half2 _TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3; - Unity_TilingAndOffset_half(IN.uv0.xy, (_Float_86b90f585d9e419685c9d6129c32ad92_Out_0.xx), half2 (0, 0), _TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3); - half2 _Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1; - Unity_Fraction_half2(_TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3, _Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1); - half _Property_3b2fa75379e04f3a852ebb6643ceda3b_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_2; - half _Float_34d1f47975c24b9d830b7e63338babb2_Out_0 = _Property_3b2fa75379e04f3a852ebb6643ceda3b_Out_0; - half _Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3; - Unity_Rectangle_half(_Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1, _Float_34d1f47975c24b9d830b7e63338babb2_Out_0, _Float_34d1f47975c24b9d830b7e63338babb2_Out_0, _Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3); - half _OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1; - Unity_OneMinus_half(_Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3, _OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1); - half _Property_816cd0f020e341689218fdfa135b61f0_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_1; - half _Float_6a98aa8a551f43e09c01822dab195b73_Out_0 = _Property_816cd0f020e341689218fdfa135b61f0_Out_0; - half2 _TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3; - Unity_TilingAndOffset_half(IN.uv0.xy, (_Float_6a98aa8a551f43e09c01822dab195b73_Out_0.xx), half2 (0, 0), _TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3); - half2 _Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1; - Unity_Fraction_half2(_TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3, _Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1); - half _Property_029d48997b1b4d5e89aa95c4f228c444_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_3; - half _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0 = _Property_029d48997b1b4d5e89aa95c4f228c444_Out_0; - half _Rectangle_3956398494ff4acea9b8910877d3c065_Out_3; - Unity_Rectangle_half(_Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1, _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0, _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0, _Rectangle_3956398494ff4acea9b8910877d3c065_Out_3); - half _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1; - Unity_OneMinus_half(_Rectangle_3956398494ff4acea9b8910877d3c065_Out_3, _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1); - half _Blend_a56c5b0489e24745855fa904b20f4807_Out_2; - Unity_Blend_Screen_half(_OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1, _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1, _Blend_a56c5b0489e24745855fa904b20f4807_Out_2, 1); - float _Distance_c1f3965872c542578a1c3a4012301496_Out_2; - Unity_Distance_float3(_WorldSpaceCameraPos, IN.WorldSpacePosition, _Distance_c1f3965872c542578a1c3a4012301496_Out_2); - half2 _Property_c0f9d128ce18446ab3574833920ea240_Out_0 = Vector2_3bb87bf6a4674236a46e2b16cdeb72e9; - float _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3; - Unity_Remap_float(_Distance_c1f3965872c542578a1c3a4012301496_Out_2, _Property_c0f9d128ce18446ab3574833920ea240_Out_0, float2 (1, 0), _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3); - float _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2; - Unity_Multiply_float(_Blend_a56c5b0489e24745855fa904b20f4807_Out_2, _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3, _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2); - surface.Alpha = _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2; - return surface; -} - -// -------------------------------------------------- -// Build Graph Inputs - -VertexDescriptionInputs BuildVertexDescriptionInputs(Attributes input) -{ - VertexDescriptionInputs output; - ZERO_INITIALIZE(VertexDescriptionInputs, output); - - output.ObjectSpaceNormal = input.normalOS; - output.ObjectSpaceTangent = input.tangentOS.xyz; - output.ObjectSpacePosition = input.positionOS; - - return output; -} - SurfaceDescriptionInputs BuildSurfaceDescriptionInputs(Varyings input) -{ - SurfaceDescriptionInputs output; - ZERO_INITIALIZE(SurfaceDescriptionInputs, output); - - - - - - output.WorldSpacePosition = input.positionWS; - output.uv0 = input.texCoord0; -#if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) -#define BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN output.FaceSign = IS_FRONT_VFACE(input.cullFace, true, false); -#else -#define BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN -#endif -#undef BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN - - return output; -} - - // -------------------------------------------------- - // Main - - #include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl" -#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/Varyings.hlsl" -#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShadowCasterPass.hlsl" - - ENDHLSL -} -Pass -{ - Name "DepthOnly" - Tags - { - "LightMode" = "DepthOnly" - } - - // Render State - Cull Back - Blend SrcAlpha OneMinusSrcAlpha, One OneMinusSrcAlpha - ZTest LEqual - ZWrite On - ColorMask 0 - - // Debug - // - - // -------------------------------------------------- - // Pass - - HLSLPROGRAM - - // Pragmas - #pragma target 4.5 - #pragma exclude_renderers gles gles3 glcore - #pragma multi_compile_instancing - #pragma multi_compile _ DOTS_INSTANCING_ON - #pragma vertex vert - #pragma fragment frag - - // DotsInstancingOptions: - // HybridV1InjectedBuiltinProperties: - - // Keywords - // PassKeywords: - // GraphKeywords: - - // Defines - #define _SURFACE_TYPE_TRANSPARENT 1 - #define ATTRIBUTES_NEED_NORMAL - #define ATTRIBUTES_NEED_TANGENT - #define ATTRIBUTES_NEED_TEXCOORD0 - #define VARYINGS_NEED_POSITION_WS - #define VARYINGS_NEED_TEXCOORD0 - #define FEATURES_GRAPH_VERTEX - /* WARNING: $splice Could not find named fragment 'PassInstancing' */ - #define SHADERPASS SHADERPASS_DEPTHONLY - /* WARNING: $splice Could not find named fragment 'DotsInstancingVars' */ - - // Includes - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl" - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Texture.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Lighting.hlsl" - #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureStack.hlsl" - #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl" - - // -------------------------------------------------- - // Structs and Packing - - struct Attributes - { - float3 positionOS : POSITION; - float3 normalOS : NORMAL; - float4 tangentOS : TANGENT; - float4 uv0 : TEXCOORD0; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : INSTANCEID_SEMANTIC; - #endif - }; - struct Varyings - { - float4 positionCS : SV_POSITION; - float3 positionWS; - float4 texCoord0; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : CUSTOM_INSTANCE_ID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - uint stereoTargetEyeIndexAsBlendIdx0 : BLENDINDICES0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - uint stereoTargetEyeIndexAsRTArrayIdx : SV_RenderTargetArrayIndex; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - FRONT_FACE_TYPE cullFace : FRONT_FACE_SEMANTIC; - #endif - }; - struct SurfaceDescriptionInputs - { - float3 WorldSpacePosition; - float4 uv0; - }; - struct VertexDescriptionInputs - { - float3 ObjectSpaceNormal; - float3 ObjectSpaceTangent; - float3 ObjectSpacePosition; - }; - struct PackedVaryings - { - float4 positionCS : SV_POSITION; - float3 interp0 : TEXCOORD0; - float4 interp1 : TEXCOORD1; - #if UNITY_ANY_INSTANCING_ENABLED - uint instanceID : CUSTOM_INSTANCE_ID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - uint stereoTargetEyeIndexAsBlendIdx0 : BLENDINDICES0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - uint stereoTargetEyeIndexAsRTArrayIdx : SV_RenderTargetArrayIndex; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - FRONT_FACE_TYPE cullFace : FRONT_FACE_SEMANTIC; - #endif - }; - - PackedVaryings PackVaryings(Varyings input) - { - PackedVaryings output; - output.positionCS = input.positionCS; - output.interp0.xyz = input.positionWS; - output.interp1.xyzw = input.texCoord0; - #if UNITY_ANY_INSTANCING_ENABLED - output.instanceID = input.instanceID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - output.stereoTargetEyeIndexAsBlendIdx0 = input.stereoTargetEyeIndexAsBlendIdx0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - output.stereoTargetEyeIndexAsRTArrayIdx = input.stereoTargetEyeIndexAsRTArrayIdx; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - output.cullFace = input.cullFace; - #endif - return output; - } - Varyings UnpackVaryings(PackedVaryings input) - { - Varyings output; - output.positionCS = input.positionCS; - output.positionWS = input.interp0.xyz; - output.texCoord0 = input.interp1.xyzw; - #if UNITY_ANY_INSTANCING_ENABLED - output.instanceID = input.instanceID; - #endif - #if (defined(UNITY_STEREO_MULTIVIEW_ENABLED)) || (defined(UNITY_STEREO_INSTANCING_ENABLED) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE))) - output.stereoTargetEyeIndexAsBlendIdx0 = input.stereoTargetEyeIndexAsBlendIdx0; - #endif - #if (defined(UNITY_STEREO_INSTANCING_ENABLED)) - output.stereoTargetEyeIndexAsRTArrayIdx = input.stereoTargetEyeIndexAsRTArrayIdx; - #endif - #if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) - output.cullFace = input.cullFace; - #endif - return output; - } - - // -------------------------------------------------- - // Graph - - // Graph Properties - CBUFFER_START(UnityPerMaterial) -half4 Color_1; -half4 Color_328ade08c2094a788fa974395f6e561f; -half Vector1_a906bcbc01034447a774e7157f439325; -half Vector1_a906bcbc01034447a774e7157f439325_1; -half Vector1_a906bcbc01034447a774e7157f439325_2; -half Vector1_a906bcbc01034447a774e7157f439325_3; -half2 Vector2_3bb87bf6a4674236a46e2b16cdeb72e9; -CBUFFER_END - -// Object and Global properties - - // Graph Functions - -void Unity_TilingAndOffset_half(half2 UV, half2 Tiling, half2 Offset, out half2 Out) -{ - Out = UV * Tiling + Offset; -} - -void Unity_Fraction_half2(half2 In, out half2 Out) -{ - Out = frac(In); -} - -void Unity_Rectangle_half(half2 UV, half Width, half Height, out half Out) -{ - half2 d = abs(UV * 2 - 1) - half2(Width, Height); - d = 1 - d / fwidth(d); - Out = saturate(min(d.x, d.y)); -} - -void Unity_OneMinus_half(half In, out half Out) -{ - Out = 1 - In; -} - -void Unity_Blend_Screen_half(half Base, half Blend, out half Out, half Opacity) -{ - Out = 1.0 - (1.0 - Blend) * (1.0 - Base); - Out = lerp(Base, Out, Opacity); -} - -void Unity_Distance_float3(float3 A, float3 B, out float Out) -{ - Out = distance(A, B); -} - -void Unity_Remap_float(float In, float2 InMinMax, float2 OutMinMax, out float Out) -{ - Out = OutMinMax.x + (In - InMinMax.x) * (OutMinMax.y - OutMinMax.x) / (InMinMax.y - InMinMax.x); -} - -void Unity_Multiply_float(float A, float B, out float Out) -{ - Out = A * B; -} - -// Graph Vertex -struct VertexDescription -{ - half3 Position; - half3 Normal; - half3 Tangent; -}; - -VertexDescription VertexDescriptionFunction(VertexDescriptionInputs IN) -{ - VertexDescription description = (VertexDescription)0; - description.Position = IN.ObjectSpacePosition; - description.Normal = IN.ObjectSpaceNormal; - description.Tangent = IN.ObjectSpaceTangent; - return description; -} - -// Graph Pixel -struct SurfaceDescription -{ - float Alpha; -}; - -SurfaceDescription SurfaceDescriptionFunction(SurfaceDescriptionInputs IN) -{ - SurfaceDescription surface = (SurfaceDescription)0; - half _Property_7d5ef2692d2f455e9b758d2241872a1f_Out_0 = Vector1_a906bcbc01034447a774e7157f439325; - half _Float_86b90f585d9e419685c9d6129c32ad92_Out_0 = _Property_7d5ef2692d2f455e9b758d2241872a1f_Out_0; - half2 _TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3; - Unity_TilingAndOffset_half(IN.uv0.xy, (_Float_86b90f585d9e419685c9d6129c32ad92_Out_0.xx), half2 (0, 0), _TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3); - half2 _Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1; - Unity_Fraction_half2(_TilingAndOffset_87b83b503e624d4ba2e6223d1ee4d8e2_Out_3, _Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1); - half _Property_3b2fa75379e04f3a852ebb6643ceda3b_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_2; - half _Float_34d1f47975c24b9d830b7e63338babb2_Out_0 = _Property_3b2fa75379e04f3a852ebb6643ceda3b_Out_0; - half _Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3; - Unity_Rectangle_half(_Fraction_bc4ecc28f5194bd4acb0653f3d154f1a_Out_1, _Float_34d1f47975c24b9d830b7e63338babb2_Out_0, _Float_34d1f47975c24b9d830b7e63338babb2_Out_0, _Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3); - half _OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1; - Unity_OneMinus_half(_Rectangle_294001f03a8844d0a31dcdd7fb17d4da_Out_3, _OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1); - half _Property_816cd0f020e341689218fdfa135b61f0_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_1; - half _Float_6a98aa8a551f43e09c01822dab195b73_Out_0 = _Property_816cd0f020e341689218fdfa135b61f0_Out_0; - half2 _TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3; - Unity_TilingAndOffset_half(IN.uv0.xy, (_Float_6a98aa8a551f43e09c01822dab195b73_Out_0.xx), half2 (0, 0), _TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3); - half2 _Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1; - Unity_Fraction_half2(_TilingAndOffset_6da8f99bc0274484b9770fe0926bba65_Out_3, _Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1); - half _Property_029d48997b1b4d5e89aa95c4f228c444_Out_0 = Vector1_a906bcbc01034447a774e7157f439325_3; - half _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0 = _Property_029d48997b1b4d5e89aa95c4f228c444_Out_0; - half _Rectangle_3956398494ff4acea9b8910877d3c065_Out_3; - Unity_Rectangle_half(_Fraction_d0da617e64d24b4fa08601d60d6ba55e_Out_1, _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0, _Float_eafbc5cfde864359a7121cb6bb207cea_Out_0, _Rectangle_3956398494ff4acea9b8910877d3c065_Out_3); - half _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1; - Unity_OneMinus_half(_Rectangle_3956398494ff4acea9b8910877d3c065_Out_3, _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1); - half _Blend_a56c5b0489e24745855fa904b20f4807_Out_2; - Unity_Blend_Screen_half(_OneMinus_9b3c47487ce3429c957eab09bfb50bc9_Out_1, _OneMinus_d0a9a5dc69584a47b23e8e1395a4c549_Out_1, _Blend_a56c5b0489e24745855fa904b20f4807_Out_2, 1); - float _Distance_c1f3965872c542578a1c3a4012301496_Out_2; - Unity_Distance_float3(_WorldSpaceCameraPos, IN.WorldSpacePosition, _Distance_c1f3965872c542578a1c3a4012301496_Out_2); - half2 _Property_c0f9d128ce18446ab3574833920ea240_Out_0 = Vector2_3bb87bf6a4674236a46e2b16cdeb72e9; - float _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3; - Unity_Remap_float(_Distance_c1f3965872c542578a1c3a4012301496_Out_2, _Property_c0f9d128ce18446ab3574833920ea240_Out_0, float2 (1, 0), _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3); - float _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2; - Unity_Multiply_float(_Blend_a56c5b0489e24745855fa904b20f4807_Out_2, _Remap_8a508cc69b7a434c9a4c8c24eb10f495_Out_3, _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2); - surface.Alpha = _Multiply_f67e6f68e8324618815a6f3413d40cdf_Out_2; - return surface; -} - -// -------------------------------------------------- -// Build Graph Inputs - -VertexDescriptionInputs BuildVertexDescriptionInputs(Attributes input) -{ - VertexDescriptionInputs output; - ZERO_INITIALIZE(VertexDescriptionInputs, output); - - output.ObjectSpaceNormal = input.normalOS; - output.ObjectSpaceTangent = input.tangentOS.xyz; - output.ObjectSpacePosition = input.positionOS; - - return output; -} - SurfaceDescriptionInputs BuildSurfaceDescriptionInputs(Varyings input) -{ - SurfaceDescriptionInputs output; - ZERO_INITIALIZE(SurfaceDescriptionInputs, output); - - - - - - output.WorldSpacePosition = input.positionWS; - output.uv0 = input.texCoord0; -#if defined(SHADER_STAGE_FRAGMENT) && defined(VARYINGS_NEED_CULLFACE) -#define BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN output.FaceSign = IS_FRONT_VFACE(input.cullFace, true, false); -#else -#define BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN -#endif -#undef BUILD_SURFACE_DESCRIPTION_INPUTS_OUTPUT_FACESIGN - - return output; -} - - // -------------------------------------------------- - // Main - - #include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/ShaderPass.hlsl" -#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/Varyings.hlsl" -#include "Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/DepthOnlyPass.hlsl" - - ENDHLSL -} - } - FallBack "Hidden/Shader Graph/FallbackError" -} \ No newline at end of file diff --git a/Assets/PackageStagingArea/Rendering/Shaders/SubGrid.shader.meta b/Assets/PackageStagingArea/Rendering/Shaders/SubGrid.shader.meta deleted file mode 100644 index ab87a7d6d..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/SubGrid.shader.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: a47078b1e2ea32844bc3db935542ade8 -ShaderImporter: - externalObjects: {} - defaultTextures: [] - nonModifiableTextures: [] - preprocessorOverride: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/PackageStagingArea/Rendering/Shaders/SubGrid_Edit.shadergraph b/Assets/PackageStagingArea/Rendering/Shaders/SubGrid_Edit.shadergraph deleted file mode 100644 index e7b13714f..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/SubGrid_Edit.shadergraph +++ /dev/null @@ -1,3602 +0,0 @@ -{ - "m_SGVersion": 2, - "m_Type": "UnityEditor.ShaderGraph.GraphData", - "m_ObjectId": "deede9f654a54d6b9a23ebe27cc2d113", - "m_Properties": [ - { - "m_Id": "5f04989951024544984bcfe429093b75" - }, - { - "m_Id": "328ade08c2094a788fa974395f6e561f" - }, - { - "m_Id": "a906bcbc01034447a774e7157f439325" - }, - { - "m_Id": "903b3a4f18d1409b8e39aedaa966d0ac" - }, - { - "m_Id": "6c7a1592433b4010a5ac3424efc6112f" - }, - { - "m_Id": "1de1a6f9a7454c3bb1277d128c619c9c" - }, - { - "m_Id": "3bb87bf6a4674236a46e2b16cdeb72e9" - } - ], - "m_Keywords": [], - "m_Nodes": [ - { - "m_Id": "7a4ec6678b534eaa8332ca02fc1c9caf" - }, - { - "m_Id": "2ce29d7bec994f988c034e7b6cfb72ff" - }, - { - "m_Id": "d87eaa34c80b4271909f706bb7f7bcd5" - }, - { - "m_Id": "ab3e3febbf1f4de0a9499933d7670d45" - }, - { - "m_Id": "294001f03a8844d0a31dcdd7fb17d4da" - }, - { - "m_Id": "87b83b503e624d4ba2e6223d1ee4d8e2" - }, - { - "m_Id": "34d1f47975c24b9d830b7e63338babb2" - }, - { - "m_Id": "bc4ecc28f5194bd4acb0653f3d154f1a" - }, - { - "m_Id": "86b90f585d9e419685c9d6129c32ad92" - }, - { - "m_Id": "85189b104bb6430ea09f30c53e6bc79e" - }, - { - "m_Id": "9b3c47487ce3429c957eab09bfb50bc9" - }, - { - "m_Id": "6a98aa8a551f43e09c01822dab195b73" - }, - { - "m_Id": "6da8f99bc0274484b9770fe0926bba65" - }, - { - "m_Id": "d0da617e64d24b4fa08601d60d6ba55e" - }, - { - "m_Id": "3956398494ff4acea9b8910877d3c065" - }, - { - "m_Id": "eafbc5cfde864359a7121cb6bb207cea" - }, - { - "m_Id": "c4635b8e87c148f190b08f5072768496" - }, - { - "m_Id": "c3f3cfd35b0945d8ae282815d8e7f439" - }, - { - "m_Id": "c2fe362568a7421997c9f9d96affe0bd" - }, - { - "m_Id": "97128e6b899c41c99fe64525da74777a" - }, - { - "m_Id": "d0a9a5dc69584a47b23e8e1395a4c549" - }, - { - "m_Id": "a56c5b0489e24745855fa904b20f4807" - }, - { - "m_Id": "7d5ef2692d2f455e9b758d2241872a1f" - }, - { - "m_Id": "816cd0f020e341689218fdfa135b61f0" - }, - { - "m_Id": "3b2fa75379e04f3a852ebb6643ceda3b" - }, - { - "m_Id": "029d48997b1b4d5e89aa95c4f228c444" - }, - { - "m_Id": "f67e6f68e8324618815a6f3413d40cdf" - }, - { - "m_Id": "89d638cb55044bcabdfedee075754030" - }, - { - "m_Id": "c1f3965872c542578a1c3a4012301496" - }, - { - "m_Id": "48e6d1142bea489f94e9d811a55ccdba" - }, - { - "m_Id": "8a508cc69b7a434c9a4c8c24eb10f495" - }, - { - "m_Id": "c0f9d128ce18446ab3574833920ea240" - } - ], - "m_GroupDatas": [ - { - "m_Id": "86ef220b6b9d4df4b1949e40941438d7" - }, - { - "m_Id": "ac3972a3cb3d453387d5b7b5b9045f08" - }, - { - "m_Id": "5d76a32b129c4bfca27708e99177c5cf" - }, - { - "m_Id": "d9af247918154616829e4d1402d4f439" - } - ], - "m_StickyNoteDatas": [ - { - "m_Id": "4303164b5fc84c9fac2114f9725dbc90" - } - ], - "m_Edges": [ - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "029d48997b1b4d5e89aa95c4f228c444" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "eafbc5cfde864359a7121cb6bb207cea" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "294001f03a8844d0a31dcdd7fb17d4da" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "9b3c47487ce3429c957eab09bfb50bc9" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "34d1f47975c24b9d830b7e63338babb2" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "294001f03a8844d0a31dcdd7fb17d4da" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "34d1f47975c24b9d830b7e63338babb2" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "294001f03a8844d0a31dcdd7fb17d4da" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "3956398494ff4acea9b8910877d3c065" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "d0a9a5dc69584a47b23e8e1395a4c549" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "3b2fa75379e04f3a852ebb6643ceda3b" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "34d1f47975c24b9d830b7e63338babb2" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "48e6d1142bea489f94e9d811a55ccdba" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "c1f3965872c542578a1c3a4012301496" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "6a98aa8a551f43e09c01822dab195b73" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "6da8f99bc0274484b9770fe0926bba65" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "6da8f99bc0274484b9770fe0926bba65" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "d0da617e64d24b4fa08601d60d6ba55e" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "7d5ef2692d2f455e9b758d2241872a1f" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "86b90f585d9e419685c9d6129c32ad92" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "816cd0f020e341689218fdfa135b61f0" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "6a98aa8a551f43e09c01822dab195b73" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "86b90f585d9e419685c9d6129c32ad92" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "87b83b503e624d4ba2e6223d1ee4d8e2" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "87b83b503e624d4ba2e6223d1ee4d8e2" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "bc4ecc28f5194bd4acb0653f3d154f1a" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "89d638cb55044bcabdfedee075754030" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "c1f3965872c542578a1c3a4012301496" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "8a508cc69b7a434c9a4c8c24eb10f495" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "f67e6f68e8324618815a6f3413d40cdf" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "97128e6b899c41c99fe64525da74777a" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "c4635b8e87c148f190b08f5072768496" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "9b3c47487ce3429c957eab09bfb50bc9" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "a56c5b0489e24745855fa904b20f4807" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "a56c5b0489e24745855fa904b20f4807" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "f67e6f68e8324618815a6f3413d40cdf" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "bc4ecc28f5194bd4acb0653f3d154f1a" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "294001f03a8844d0a31dcdd7fb17d4da" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "c0f9d128ce18446ab3574833920ea240" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8a508cc69b7a434c9a4c8c24eb10f495" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "c1f3965872c542578a1c3a4012301496" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "8a508cc69b7a434c9a4c8c24eb10f495" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "c2fe362568a7421997c9f9d96affe0bd" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "c4635b8e87c148f190b08f5072768496" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "c3f3cfd35b0945d8ae282815d8e7f439" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "c4635b8e87c148f190b08f5072768496" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "c4635b8e87c148f190b08f5072768496" - }, - "m_SlotId": 3 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "ab3e3febbf1f4de0a9499933d7670d45" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "d0a9a5dc69584a47b23e8e1395a4c549" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "a56c5b0489e24745855fa904b20f4807" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "d0a9a5dc69584a47b23e8e1395a4c549" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "c2fe362568a7421997c9f9d96affe0bd" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "d0da617e64d24b4fa08601d60d6ba55e" - }, - "m_SlotId": 1 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3956398494ff4acea9b8910877d3c065" - }, - "m_SlotId": 0 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "eafbc5cfde864359a7121cb6bb207cea" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3956398494ff4acea9b8910877d3c065" - }, - "m_SlotId": 1 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "eafbc5cfde864359a7121cb6bb207cea" - }, - "m_SlotId": 0 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "3956398494ff4acea9b8910877d3c065" - }, - "m_SlotId": 2 - } - }, - { - "m_OutputSlot": { - "m_Node": { - "m_Id": "f67e6f68e8324618815a6f3413d40cdf" - }, - "m_SlotId": 2 - }, - "m_InputSlot": { - "m_Node": { - "m_Id": "85189b104bb6430ea09f30c53e6bc79e" - }, - "m_SlotId": 0 - } - } - ], - "m_VertexContext": { - "m_Position": { - "x": 458.0000915527344, - "y": 22.000003814697267 - }, - "m_Blocks": [ - { - "m_Id": "7a4ec6678b534eaa8332ca02fc1c9caf" - }, - { - "m_Id": "2ce29d7bec994f988c034e7b6cfb72ff" - }, - { - "m_Id": "d87eaa34c80b4271909f706bb7f7bcd5" - } - ] - }, - "m_FragmentContext": { - "m_Position": { - "x": 458.0000915527344, - "y": 751.0000610351563 - }, - "m_Blocks": [ - { - "m_Id": "ab3e3febbf1f4de0a9499933d7670d45" - }, - { - "m_Id": "85189b104bb6430ea09f30c53e6bc79e" - } - ] - }, - "m_PreviewData": { - "serializedMesh": { - "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", - "m_Guid": "" - } - }, - "m_Path": "Shader Graphs", - "m_ConcretePrecision": 1, - "m_PreviewMode": 2, - "m_OutputNode": { - "m_Id": "" - }, - "m_ActiveTargets": [ - { - "m_Id": "eda1b083b17c4f44966dfefef6f741a7" - } - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "029d48997b1b4d5e89aa95c4f228c444", - "m_Group": { - "m_Id": "ac3972a3cb3d453387d5b7b5b9045f08" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1741.9998779296875, - "y": 641.0, - "width": 206.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "11ce5944155d4e4b87f6c8077ea3218e" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "1de1a6f9a7454c3bb1277d128c619c9c" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", - "m_ObjectId": "02ce873da8fa4d33a676b0080509f1b2", - "m_Id": 0, - "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": "02f7dcd5b4b345d8b78d5e0459f36521", - "m_Id": 0, - "m_DisplayName": "Out", - "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.Vector3MaterialSlot", - "m_ObjectId": "0688bd12ee424a6aa4fdfbdc7a4a8b51", - "m_Id": 1, - "m_DisplayName": "Direction", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Direction", - "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.Vector1MaterialSlot", - "m_ObjectId": "110b840874f544ecbf4ee1947ae443b6", - "m_Id": 4, - "m_DisplayName": "Far Plane", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Far Plane", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "116bbc0f3b0b4e6fbd3b6030e14b4458", - "m_Id": 2, - "m_DisplayName": "Height", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Height", - "m_StageCapability": 3, - "m_Value": 0.5, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "11ce5944155d4e4b87f6c8077ea3218e", - "m_Id": 0, - "m_DisplayName": "_LargeGridLineThickness", - "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": "12ab760e5e4940658d5261c455450c48", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "14a40e0a103347869abe1317d31902c9", - "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": "1581533a6ef44ab09f54da277c88ed24", - "m_Id": 2, - "m_DisplayName": "Out", - "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.Vector1MaterialSlot", - "m_ObjectId": "16d8272a03dd489992cc49d396d2255a", - "m_Id": 0, - "m_DisplayName": "Out", - "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.Vector4MaterialSlot", - "m_ObjectId": "18f14268f01f44fca1af515cb63a0261", - "m_Id": 0, - "m_DisplayName": "_MainGridColor", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "1de1a6f9a7454c3bb1277d128c619c9c", - "m_Guid": { - "m_GuidSerialized": "1a47712d-e69b-432d-a8be-a5a749077588" - }, - "m_Name": "_LargeGridLineThickness", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "Vector1_a906bcbc01034447a774e7157f439325_3", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": 1.0, - "m_FloatType": 0, - "m_RangeValues": { - "x": 0.0, - "y": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "211a091dc90347f08a079a55ba4c882b", - "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.RectangleNode", - "m_ObjectId": "294001f03a8844d0a31dcdd7fb17d4da", - "m_Group": { - "m_Id": "5d76a32b129c4bfca27708e99177c5cf" - }, - "m_Name": "Rectangle", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -698.0, - "y": -260.99993896484377, - "width": 207.99998474121095, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "484061e7f8cb4862bd704987d72f1def" - }, - { - "m_Id": "867039548730487ab1e9de74d577f4be" - }, - { - "m_Id": "39b972b1761d4f8c9ae31fde412c663e" - }, - { - "m_Id": "b93b0a700b6745058f409fbb00148954" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "2cb70018fb444d8e9b7e0866e12d587f", - "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.BlockNode", - "m_ObjectId": "2ce29d7bec994f988c034e7b6cfb72ff", - "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": "618b4ed7092846208949952c49ce4ced" - } - ], - "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.Vector3MaterialSlot", - "m_ObjectId": "315bdc8637ac41978281a9d4689f6d98", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - }, - "m_Labels": [ - "X", - "Y", - "Z" - ] -} - -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "328ade08c2094a788fa974395f6e561f", - "m_Guid": { - "m_GuidSerialized": "5ac00f47-1008-420b-85ef-1fbc2ff02d99" - }, - "m_Name": "_LargeGridColor", - "m_DefaultReferenceName": "Color_328ade08c2094a788fa974395f6e561f", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "32c48d5330734d4c88d9b9f3431b6116", - "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.Vector1MaterialSlot", - "m_ObjectId": "3485498b9ba9480bb365b276692e32db", - "m_Id": 3, - "m_DisplayName": "Out", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 2, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1Node", - "m_ObjectId": "34d1f47975c24b9d830b7e63338babb2", - "m_Group": { - "m_Id": "5d76a32b129c4bfca27708e99177c5cf" - }, - "m_Name": "Float", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -975.9999389648438, - "y": 64.99999237060547, - "width": 125.99999237060547, - "height": 77.0 - } - }, - "m_Slots": [ - { - "m_Id": "f2f6bb7f35c14b7987ecf1b319f928f7" - }, - { - "m_Id": "16d8272a03dd489992cc49d396d2255a" - } - ], - "synonyms": [ - "Vector 1" - ], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Value": 0.0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "34eff5a6874148929c145304a92000d8", - "m_Id": 2, - "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.ColorRGBMaterialSlot", - "m_ObjectId": "3533c5882b9e41db82651da4367fb689", - "m_Id": 0, - "m_DisplayName": "Base Color", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "BaseColor", - "m_StageCapability": 2, - "m_Value": { - "x": 1.0, - "y": 1.0, - "z": 1.0 - }, - "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.Vector2MaterialSlot", - "m_ObjectId": "3567d75fd8eb4704917742a725107a20", - "m_Id": 2, - "m_DisplayName": "Out Min Max", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "OutMinMax", - "m_StageCapability": 3, - "m_Value": { - "x": 1.0, - "y": 0.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.RectangleNode", - "m_ObjectId": "3956398494ff4acea9b8910877d3c065", - "m_Group": { - "m_Id": "ac3972a3cb3d453387d5b7b5b9045f08" - }, - "m_Name": "Rectangle", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -730.0, - "y": 256.0, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "8c9fa6a8cc4149c489d2ec03350b5bbd" - }, - { - "m_Id": "70826089cf99420abb409509855bd961" - }, - { - "m_Id": "116bbc0f3b0b4e6fbd3b6030e14b4458" - }, - { - "m_Id": "3485498b9ba9480bb365b276692e32db" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "39b972b1761d4f8c9ae31fde412c663e", - "m_Id": 2, - "m_DisplayName": "Height", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Height", - "m_StageCapability": 3, - "m_Value": 0.5, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "3b2fa75379e04f3a852ebb6643ceda3b", - "m_Group": { - "m_Id": "5d76a32b129c4bfca27708e99177c5cf" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1759.9998779296875, - "y": 107.99999237060547, - "width": 201.99998474121095, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "9bc77ccba04d446a93ce31ee988a999c" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "6c7a1592433b4010a5ac3424efc6112f" - } -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", - "m_ObjectId": "3bb87bf6a4674236a46e2b16cdeb72e9", - "m_Guid": { - "m_GuidSerialized": "975c3b33-04a7-4d2c-9d75-22c23e95afb8" - }, - "m_Name": "_FadeFromToDistance", - "m_DefaultReferenceName": "Vector2_3bb87bf6a4674236a46e2b16cdeb72e9", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "x": 0.0, - "y": 5000.0, - "z": 0.0, - "w": 0.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "3e34f3c335c34f6993054b17c3ea3012", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "3f4706e630414552baa92e3af9d98b0f", - "m_Id": 1, - "m_DisplayName": "Blend", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Blend", - "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": "422e309a5f7746a5b5b2ca8d5fbb3bd9", - "m_Id": 0, - "m_DisplayName": "Out", - "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.StickyNoteData", - "m_ObjectId": "4303164b5fc84c9fac2114f9725dbc90", - "m_Title": "Render in front", - "m_Content": "Copy this shader content via the inspector (Copy Shader)\n\nChange these parameters manualy to render always in front: \n\n\nZTest Always\nZWrite Off\n\nUnity does not allow setting those in this ShaderGraph yet.", - "m_TextSize": 2, - "m_Theme": 0, - "m_Position": { - "serializedVersion": "2", - "x": -281.0, - "y": 948.0, - "width": 1084.023681640625, - "height": 520.9307861328125 - }, - "m_Group": { - "m_Id": "" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "430cb237d9c14f39b07d85a070bdc625", - "m_Id": 2, - "m_DisplayName": "Offset", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Offset", - "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.Vector1MaterialSlot", - "m_ObjectId": "45ce3e269455457aba5a1caccc23d633", - "m_Id": 6, - "m_DisplayName": "Width", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Width", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", - "m_ObjectId": "484061e7f8cb4862bd704987d72f1def", - "m_Id": 0, - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.PositionNode", - "m_ObjectId": "48e6d1142bea489f94e9d811a55ccdba", - "m_Group": { - "m_Id": "86ef220b6b9d4df4b1949e40941438d7" - }, - "m_Name": "Position", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1375.0, - "y": 1068.0001220703125, - "width": 208.0, - "height": 316.0 - } - }, - "m_Slots": [ - { - "m_Id": "315bdc8637ac41978281a9d4689f6d98" - } - ], - "synonyms": [], - "m_Precision": 1, - "m_PreviewExpanded": true, - "m_PreviewMode": 2, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Space": 2 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", - "m_ObjectId": "5428a2faa5b341258efb6eeaf603665c", - "m_Id": 0, - "m_DisplayName": "Position", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Position", - "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.Vector1MaterialSlot", - "m_ObjectId": "58112248508f42548b609e2020daf14e", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "m_StageCapability": 3, - "m_Value": 0.10000000149011612, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "5d76a32b129c4bfca27708e99177c5cf", - "m_Title": "Small grid tiling", - "m_Position": { - "x": 10.0, - "y": 10.0 - } -} - -{ - "m_SGVersion": 3, - "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", - "m_ObjectId": "5f04989951024544984bcfe429093b75", - "m_Guid": { - "m_GuidSerialized": "7c4d88f5-28dc-4e2a-a63a-e7d47de869d5" - }, - "m_Name": "_MainGridColor", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "Color_1", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "m_ColorMode": 0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "5f7625b2f33c414993729e133694813e", - "m_Id": 1, - "m_DisplayName": "X", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "X", - "m_StageCapability": 3, - "m_Value": 100.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", - "m_ObjectId": "618b4ed7092846208949952c49ce4ced", - "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.Vector4MaterialSlot", - "m_ObjectId": "61bb91ef2e5c49e59970e8d85af72bbb", - "m_Id": 0, - "m_DisplayName": "_LargeGridColor", - "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.Vector1MaterialSlot", - "m_ObjectId": "6409a9bda5eb425296ca0e7d17ba0dd4", - "m_Id": 0, - "m_DisplayName": "_MainGridTiling", - "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": "65d4172663a84b04a41df7a22a175c54", - "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.BooleanMaterialSlot", - "m_ObjectId": "678a03c4b08347c8829b5ff324a87fdb", - "m_Id": 2, - "m_DisplayName": "Out", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "67ca2a4a9180482baa0c6a44ab5cd305", - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "6859399a26fd44c7a70cafff634b8696", - "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.Vector1Node", - "m_ObjectId": "6a98aa8a551f43e09c01822dab195b73", - "m_Group": { - "m_Id": "ac3972a3cb3d453387d5b7b5b9045f08" - }, - "m_Name": "Float", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1508.9998779296875, - "y": 297.0000305175781, - "width": 125.99999237060547, - "height": 76.99999237060547 - } - }, - "m_Slots": [ - { - "m_Id": "5f7625b2f33c414993729e133694813e" - }, - { - "m_Id": "422e309a5f7746a5b5b2ca8d5fbb3bd9" - } - ], - "synonyms": [ - "Vector 1" - ], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Value": 0.0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "6b8d3027a32f463c934f1faf29da5492", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "6c7a1592433b4010a5ac3424efc6112f", - "m_Guid": { - "m_GuidSerialized": "2b7675f4-6043-4411-9929-f7e8e0c2b1eb" - }, - "m_Name": "_MainGridLineThickness", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "Vector1_a906bcbc01034447a774e7157f439325_2", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": 1.0, - "m_FloatType": 0, - "m_RangeValues": { - "x": 0.0, - "y": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", - "m_ObjectId": "6da8f99bc0274484b9770fe0926bba65", - "m_Group": { - "m_Id": "ac3972a3cb3d453387d5b7b5b9045f08" - }, - "m_Name": "Tiling And Offset", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1235.9998779296875, - "y": 272.0000305175781, - "width": 207.99998474121095, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "dbaa59c9267248d9bdf6a73264c093e7" - }, - { - "m_Id": "f4446dfc932e4fbfbd8a83baa32e90ae" - }, - { - "m_Id": "be6d38bead634f83add54719d5f50fb2" - }, - { - "m_Id": "8e29c25ef7564e76ad206419c215afb4" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "70826089cf99420abb409509855bd961", - "m_Id": 1, - "m_DisplayName": "Width", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Width", - "m_StageCapability": 3, - "m_Value": 0.5, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "7616f1d1bc904c5cb1a94b46286d7edf", - "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.BlockNode", - "m_ObjectId": "7a4ec6678b534eaa8332ca02fc1c9caf", - "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": "fcb8aeb29e214a5782d39bdd3a02c51f" - } - ], - "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.PropertyNode", - "m_ObjectId": "7d5ef2692d2f455e9b758d2241872a1f", - "m_Group": { - "m_Id": "5d76a32b129c4bfca27708e99177c5cf" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1741.732421875, - "y": -165.3125, - "width": 0.0, - "height": 0.0 - } - }, - "m_Slots": [ - { - "m_Id": "6409a9bda5eb425296ca0e7d17ba0dd4" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "a906bcbc01034447a774e7157f439325" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "7fcbac1c5c4f4d2db0139339d34ce774", - "m_Id": 3, - "m_DisplayName": "Opacity", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Opacity", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "8118ff69e51847a5b79fffd3cb5bc711", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "816cd0f020e341689218fdfa135b61f0", - "m_Group": { - "m_Id": "ac3972a3cb3d453387d5b7b5b9045f08" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1760.0, - "y": 340.0, - "width": 161.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "a685e9e8b7a340f6b5c2690496dcaf0f" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "903b3a4f18d1409b8e39aedaa966d0ac" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "85189b104bb6430ea09f30c53e6bc79e", - "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": "2cb70018fb444d8e9b7e0866e12d587f" - } - ], - "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.Vector1MaterialSlot", - "m_ObjectId": "867039548730487ab1e9de74d577f4be", - "m_Id": 1, - "m_DisplayName": "Width", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Width", - "m_StageCapability": 3, - "m_Value": 0.5, - "m_DefaultValue": 0.5, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1Node", - "m_ObjectId": "86b90f585d9e419685c9d6129c32ad92", - "m_Group": { - "m_Id": "5d76a32b129c4bfca27708e99177c5cf" - }, - "m_Name": "Float", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1508.9998779296875, - "y": -235.99996948242188, - "width": 125.99999237060547, - "height": 76.99999237060547 - } - }, - "m_Slots": [ - { - "m_Id": "b14242fe334242a486d79596bfa49bca" - }, - { - "m_Id": "fbde8d3965f34bde8861b124c72328d6" - } - ], - "synonyms": [ - "Vector 1" - ], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Value": 0.0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.GroupData", - "m_ObjectId": "86ef220b6b9d4df4b1949e40941438d7", - "m_Title": "Fade out by camera distance", - "m_Position": { - "x": -1786.0, - "y": 724.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", - "m_ObjectId": "87b83b503e624d4ba2e6223d1ee4d8e2", - "m_Group": { - "m_Id": "5d76a32b129c4bfca27708e99177c5cf" - }, - "m_Name": "Tiling And Offset", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1235.9998779296875, - "y": -260.99993896484377, - "width": 207.99998474121095, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "02ce873da8fa4d33a676b0080509f1b2" - }, - { - "m_Id": "e85349d1075e4b5ca8d4b918e73c7eb8" - }, - { - "m_Id": "430cb237d9c14f39b07d85a070bdc625" - }, - { - "m_Id": "8118ff69e51847a5b79fffd3cb5bc711" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.CameraNode", - "m_ObjectId": "89d638cb55044bcabdfedee075754030", - "m_Group": { - "m_Id": "86ef220b6b9d4df4b1949e40941438d7" - }, - "m_Name": "Camera", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1290.9998779296875, - "y": 804.0, - "width": 124.0, - "height": 245.0 - } - }, - "m_Slots": [ - { - "m_Id": "5428a2faa5b341258efb6eeaf603665c" - }, - { - "m_Id": "0688bd12ee424a6aa4fdfbdc7a4a8b51" - }, - { - "m_Id": "f8a69b3890a74852980ebee62534f7ed" - }, - { - "m_Id": "ebcf3620984c43afa3203242f9f5ccd9" - }, - { - "m_Id": "110b840874f544ecbf4ee1947ae443b6" - }, - { - "m_Id": "9c493b84625f4e2c8530fc32aab341c1" - }, - { - "m_Id": "45ce3e269455457aba5a1caccc23d633" - }, - { - "m_Id": "a605c2554c6d4fb988107aecdcdf3294" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.RemapNode", - "m_ObjectId": "8a508cc69b7a434c9a4c8c24eb10f495", - "m_Group": { - "m_Id": "86ef220b6b9d4df4b1949e40941438d7" - }, - "m_Name": "Remap", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -860.9999389648438, - "y": 1106.0, - "width": 208.0, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "d8e13974632c4275a1e6eb2791ad95c3" - }, - { - "m_Id": "cd5901f00aa84756979baa65625cfa44" - }, - { - "m_Id": "3567d75fd8eb4704917742a725107a20" - }, - { - "m_Id": "211a091dc90347f08a079a55ba4c882b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "8b21e95031024a859a926ffdb0e081e0", - "m_Id": 0, - "m_DisplayName": "Base", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Base", - "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.UVMaterialSlot", - "m_ObjectId": "8c9fa6a8cc4149c489d2ec03350b5bbd", - "m_Id": 0, - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "8d3b3d71929e45daabde532d8862d767", - "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.Vector2MaterialSlot", - "m_ObjectId": "8e29c25ef7564e76ad206419c215afb4", - "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 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", - "m_ObjectId": "8f6fdc1053ac442590b21674c6d1d833", - "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": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "903b3a4f18d1409b8e39aedaa966d0ac", - "m_Guid": { - "m_GuidSerialized": "52ccdae9-7a89-4158-b1ce-4d549f1eafce" - }, - "m_Name": "_LargeGridTiling", - "m_DefaultReferenceName": "", - "m_OverrideReferenceName": "Vector1_a906bcbc01034447a774e7157f439325_1", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": 1.0, - "m_FloatType": 0, - "m_RangeValues": { - "x": 0.0, - "y": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "90b0ba2247344ca88b011fc79a405757", - "m_Id": 0, - "m_DisplayName": "A", - "m_SlotType": 0, - "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.PropertyNode", - "m_ObjectId": "97128e6b899c41c99fe64525da74777a", - "m_Group": { - "m_Id": "d9af247918154616829e4d1402d4f439" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -122.00005340576172, - "y": 530.0, - "width": 163.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "61bb91ef2e5c49e59970e8d85af72bbb" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "328ade08c2094a788fa974395f6e561f" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", - "m_ObjectId": "9b3c47487ce3429c957eab09bfb50bc9", - "m_Group": { - "m_Id": "5d76a32b129c4bfca27708e99177c5cf" - }, - "m_Name": "One Minus", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -472.0, - "y": -260.99993896484377, - "width": 207.99998474121095, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "6859399a26fd44c7a70cafff634b8696" - }, - { - "m_Id": "cffa7d53762c43e6b41e59d339153736" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "9bc77ccba04d446a93ce31ee988a999c", - "m_Id": 0, - "m_DisplayName": "_MainGridLineThickness", - "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.Vector1MaterialSlot", - "m_ObjectId": "9c493b84625f4e2c8530fc32aab341c1", - "m_Id": 5, - "m_DisplayName": "Z Buffer Sign", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Z Buffer Sign", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlendNode", - "m_ObjectId": "a56c5b0489e24745855fa904b20f4807", - "m_Group": { - "m_Id": "5d76a32b129c4bfca27708e99177c5cf" - }, - "m_Name": "Blend", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -139.99984741210938, - "y": -261.0000305175781, - "width": 208.00001525878907, - "height": 362.0000305175781 - } - }, - "m_Slots": [ - { - "m_Id": "8b21e95031024a859a926ffdb0e081e0" - }, - { - "m_Id": "3f4706e630414552baa92e3af9d98b0f" - }, - { - "m_Id": "7fcbac1c5c4f4d2db0139339d34ce774" - }, - { - "m_Id": "34eff5a6874148929c145304a92000d8" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_BlendMode": 17 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "a605c2554c6d4fb988107aecdcdf3294", - "m_Id": 7, - "m_DisplayName": "Height", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Height", - "m_StageCapability": 3, - "m_Value": 1.0, - "m_DefaultValue": 1.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "a685e9e8b7a340f6b5c2690496dcaf0f", - "m_Id": 0, - "m_DisplayName": "_LargeGridTiling", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 1, - "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", - "m_ObjectId": "a906bcbc01034447a774e7157f439325", - "m_Guid": { - "m_GuidSerialized": "7e36e6b9-630b-46d1-ae8b-67e1f7935750" - }, - "m_Name": "_MainGridTiling", - "m_DefaultReferenceName": "Vector1_a906bcbc01034447a774e7157f439325", - "m_OverrideReferenceName": "", - "m_GeneratePropertyBlock": true, - "m_Precision": 0, - "overrideHLSLDeclaration": false, - "hlslDeclarationOverride": 0, - "m_Hidden": false, - "m_Value": 1.0, - "m_FloatType": 0, - "m_RangeValues": { - "x": 0.0, - "y": 1.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BlockNode", - "m_ObjectId": "ab3e3febbf1f4de0a9499933d7670d45", - "m_Group": { - "m_Id": "" - }, - "m_Name": "SurfaceDescription.BaseColor", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 100.00007629394531, - "y": 243.99998474121095, - "width": 200.0, - "height": 41.0 - } - }, - "m_Slots": [ - { - "m_Id": "3533c5882b9e41db82651da4367fb689" - } - ], - "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.GroupData", - "m_ObjectId": "ac3972a3cb3d453387d5b7b5b9045f08", - "m_Title": "Large grid tiing", - "m_Position": { - "x": 10.0, - "y": 10.0 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "b14242fe334242a486d79596bfa49bca", - "m_Id": 1, - "m_DisplayName": "X", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "X", - "m_StageCapability": 3, - "m_Value": 1000.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", - "m_ObjectId": "b632a7a8aca34225ac144aa1b37a1f5d", - "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": "b93b0a700b6745058f409fbb00148954", - "m_Id": 3, - "m_DisplayName": "Out", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Out", - "m_StageCapability": 2, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.FractionNode", - "m_ObjectId": "bc4ecc28f5194bd4acb0653f3d154f1a", - "m_Group": { - "m_Id": "5d76a32b129c4bfca27708e99177c5cf" - }, - "m_Name": "Fraction", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -976.0, - "y": -260.99993896484377, - "width": 207.99998474121095, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "3e34f3c335c34f6993054b17c3ea3012" - }, - { - "m_Id": "7616f1d1bc904c5cb1a94b46286d7edf" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "bcf8dd46515e40869d720b60534f572e", - "m_Id": 1, - "m_DisplayName": "B", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "B", - "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.Vector2MaterialSlot", - "m_ObjectId": "be6d38bead634f83add54719d5f50fb2", - "m_Id": 2, - "m_DisplayName": "Offset", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Offset", - "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.BooleanMaterialSlot", - "m_ObjectId": "bf6089d8ce7d4cf2ab012c2e807f98f7", - "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.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", - "m_ObjectId": "bfae97bddd094ec6a70c0fc340bfa537" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "c0f9d128ce18446ab3574833920ea240", - "m_Group": { - "m_Id": "86ef220b6b9d4df4b1949e40941438d7" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1761.0, - "y": 1184.0, - "width": 194.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "db146f22130c4c9ab64ad1dee745090b" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "3bb87bf6a4674236a46e2b16cdeb72e9" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "c109030efe6a4ca5b6a09d396b7994a3", - "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.DistanceNode", - "m_ObjectId": "c1f3965872c542578a1c3a4012301496", - "m_Group": { - "m_Id": "86ef220b6b9d4df4b1949e40941438d7" - }, - "m_Name": "Distance", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -1112.0, - "y": 804.0, - "width": 208.0, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "12ab760e5e4940658d5261c455450c48" - }, - { - "m_Id": "bcf8dd46515e40869d720b60534f572e" - }, - { - "m_Id": "1581533a6ef44ab09f54da277c88ed24" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.ComparisonNode", - "m_ObjectId": "c2fe362568a7421997c9f9d96affe0bd", - "m_Group": { - "m_Id": "d9af247918154616829e4d1402d4f439" - }, - "m_Name": "Comparison", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -122.00005340576172, - "y": 265.0000305175781, - "width": 145.0, - "height": 137.0 - } - }, - "m_Slots": [ - { - "m_Id": "90b0ba2247344ca88b011fc79a405757" - }, - { - "m_Id": "58112248508f42548b609e2020daf14e" - }, - { - "m_Id": "678a03c4b08347c8829b5ff324a87fdb" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_ComparisonType": 4 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.PropertyNode", - "m_ObjectId": "c3f3cfd35b0945d8ae282815d8e7f439", - "m_Group": { - "m_Id": "d9af247918154616829e4d1402d4f439" - }, - "m_Name": "Property", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -118.0001220703125, - "y": 590.0, - "width": 159.0, - "height": 34.0 - } - }, - "m_Slots": [ - { - "m_Id": "18f14268f01f44fca1af515cb63a0261" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Property": { - "m_Id": "5f04989951024544984bcfe429093b75" - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.BranchNode", - "m_ObjectId": "c4635b8e87c148f190b08f5072768496", - "m_Group": { - "m_Id": "d9af247918154616829e4d1402d4f439" - }, - "m_Name": "Branch", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": 118.00003051757813, - "y": 263.0, - "width": 208.00001525878907, - "height": 326.0 - } - }, - "m_Slots": [ - { - "m_Id": "bf6089d8ce7d4cf2ab012c2e807f98f7" - }, - { - "m_Id": "67ca2a4a9180482baa0c6a44ab5cd305" - }, - { - "m_Id": "d8552dfbede74558b7522d19c5433e6a" - }, - { - "m_Id": "65d4172663a84b04a41df7a22a175c54" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "ca9e4f6e576c4421a6f10752b1afd5bc", - "m_Id": 1, - "m_DisplayName": "X", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "X", - "m_StageCapability": 3, - "m_Value": 0.9980000257492065, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "cd5901f00aa84756979baa65625cfa44", - "m_Id": 1, - "m_DisplayName": "In Min Max", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "InMinMax", - "m_StageCapability": 3, - "m_Value": { - "x": 0.0, - "y": 5000.0 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [ - "X", - "Y" - ] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "cffa7d53762c43e6b41e59d339153736", - "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.OneMinusNode", - "m_ObjectId": "d0a9a5dc69584a47b23e8e1395a4c549", - "m_Group": { - "m_Id": "ac3972a3cb3d453387d5b7b5b9045f08" - }, - "m_Name": "One Minus", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -490.00006103515627, - "y": 256.0, - "width": 208.0, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "c109030efe6a4ca5b6a09d396b7994a3" - }, - { - "m_Id": "14a40e0a103347869abe1317d31902c9" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.FractionNode", - "m_ObjectId": "d0da617e64d24b4fa08601d60d6ba55e", - "m_Group": { - "m_Id": "ac3972a3cb3d453387d5b7b5b9045f08" - }, - "m_Name": "Fraction", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -976.0, - "y": 272.0000305175781, - "width": 207.99998474121095, - "height": 278.0 - } - }, - "m_Slots": [ - { - "m_Id": "6b8d3027a32f463c934f1faf29da5492" - }, - { - "m_Id": "8d3b3d71929e45daabde532d8862d767" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", - "m_ObjectId": "d8552dfbede74558b7522d19c5433e6a", - "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, - "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": "d87eaa34c80b4271909f706bb7f7bcd5", - "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": "8f6fdc1053ac442590b21674c6d1d833" - } - ], - "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.DynamicVectorMaterialSlot", - "m_ObjectId": "d8e13974632c4275a1e6eb2791ad95c3", - "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.GroupData", - "m_ObjectId": "d9af247918154616829e4d1402d4f439", - "m_Title": "Grid collors", - "m_Position": { - "x": -147.0, - "y": 204.00003051757813 - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "db146f22130c4c9ab64ad1dee745090b", - "m_Id": 0, - "m_DisplayName": "_FadeFromToDistance", - "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": "dbaa59c9267248d9bdf6a73264c093e7", - "m_Id": 0, - "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.DynamicValueMaterialSlot", - "m_ObjectId": "e1634d930eb447aeb8fbce8127b54d16", - "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": "e85349d1075e4b5ca8d4b918e73c7eb8", - "m_Id": 1, - "m_DisplayName": "Tiling", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Tiling", - "m_StageCapability": 3, - "m_Value": { - "x": 0.10000000149011612, - "y": 0.10000000149011612 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1Node", - "m_ObjectId": "eafbc5cfde864359a7121cb6bb207cea", - "m_Group": { - "m_Id": "ac3972a3cb3d453387d5b7b5b9045f08" - }, - "m_Name": "Float", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -975.9998779296875, - "y": 598.9999389648438, - "width": 125.99999237060547, - "height": 77.0 - } - }, - "m_Slots": [ - { - "m_Id": "ca9e4f6e576c4421a6f10752b1afd5bc" - }, - { - "m_Id": "02f7dcd5b4b345d8b78d5e0459f36521" - } - ], - "synonyms": [ - "Vector 1" - ], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - }, - "m_Value": 0.0 -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "ebcf3620984c43afa3203242f9f5ccd9", - "m_Id": 3, - "m_DisplayName": "Near Plane", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Near Plane", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", - "m_ObjectId": "eda1b083b17c4f44966dfefef6f741a7", - "m_ActiveSubTarget": { - "m_Id": "bfae97bddd094ec6a70c0fc340bfa537" - }, - "m_SurfaceType": 1, - "m_AlphaMode": 0, - "m_TwoSided": false, - "m_AlphaClip": false, - "m_CustomEditorGUI": "" -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "f2f6bb7f35c14b7987ecf1b319f928f7", - "m_Id": 1, - "m_DisplayName": "X", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "X", - "m_StageCapability": 3, - "m_Value": 0.9800000190734863, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", - "m_ObjectId": "f4446dfc932e4fbfbd8a83baa32e90ae", - "m_Id": 1, - "m_DisplayName": "Tiling", - "m_SlotType": 0, - "m_Hidden": false, - "m_ShaderOutputName": "Tiling", - "m_StageCapability": 3, - "m_Value": { - "x": 0.10000000149011612, - "y": 0.10000000149011612 - }, - "m_DefaultValue": { - "x": 0.0, - "y": 0.0 - }, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", - "m_ObjectId": "f67e6f68e8324618815a6f3413d40cdf", - "m_Group": { - "m_Id": "86ef220b6b9d4df4b1949e40941438d7" - }, - "m_Name": "Multiply", - "m_DrawState": { - "m_Expanded": true, - "m_Position": { - "serializedVersion": "2", - "x": -581.0, - "y": 783.0, - "width": 208.0, - "height": 302.0 - } - }, - "m_Slots": [ - { - "m_Id": "b632a7a8aca34225ac144aa1b37a1f5d" - }, - { - "m_Id": "32c48d5330734d4c88d9b9f3431b6116" - }, - { - "m_Id": "e1634d930eb447aeb8fbce8127b54d16" - } - ], - "synonyms": [], - "m_Precision": 0, - "m_PreviewExpanded": true, - "m_PreviewMode": 0, - "m_CustomColors": { - "m_SerializableColors": [] - } -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "f8a69b3890a74852980ebee62534f7ed", - "m_Id": 2, - "m_DisplayName": "Orthographic", - "m_SlotType": 1, - "m_Hidden": false, - "m_ShaderOutputName": "Orthographic", - "m_StageCapability": 3, - "m_Value": 0.0, - "m_DefaultValue": 0.0, - "m_Labels": [] -} - -{ - "m_SGVersion": 0, - "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", - "m_ObjectId": "fbde8d3965f34bde8861b124c72328d6", - "m_Id": 0, - "m_DisplayName": "Out", - "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.PositionMaterialSlot", - "m_ObjectId": "fcb8aeb29e214a5782d39bdd3a02c51f", - "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 -} - diff --git a/Assets/PackageStagingArea/Rendering/Shaders/SubGrid_Edit.shadergraph.meta b/Assets/PackageStagingArea/Rendering/Shaders/SubGrid_Edit.shadergraph.meta deleted file mode 100644 index 4f7b40143..000000000 --- a/Assets/PackageStagingArea/Rendering/Shaders/SubGrid_Edit.shadergraph.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: ad7dd330b24808745a3d5bbc1b29a895 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3}