diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..ddb6ff85 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "visualstudiotoolsforunity.vstuc" + ] +} diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..da60e25a --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,10 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Attach to Unity", + "type": "vstuc", + "request": "attach" + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..e91bdcca --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,55 @@ +{ + "files.exclude": { + "**/.DS_Store": true, + "**/.git": true, + "**/.gitmodules": true, + "**/*.booproj": true, + "**/*.pidb": true, + "**/*.suo": true, + "**/*.user": true, + "**/*.userprefs": true, + "**/*.unityproj": true, + "**/*.dll": true, + "**/*.exe": true, + "**/*.pdf": true, + "**/*.mid": true, + "**/*.midi": true, + "**/*.wav": true, + "**/*.gif": true, + "**/*.ico": true, + "**/*.jpg": true, + "**/*.jpeg": true, + "**/*.png": true, + "**/*.psd": true, + "**/*.tga": true, + "**/*.tif": true, + "**/*.tiff": true, + "**/*.3ds": true, + "**/*.3DS": true, + "**/*.fbx": true, + "**/*.FBX": true, + "**/*.lxo": true, + "**/*.LXO": true, + "**/*.ma": true, + "**/*.MA": true, + "**/*.obj": true, + "**/*.OBJ": true, + "**/*.asset": true, + "**/*.cubemap": true, + "**/*.flare": true, + "**/*.mat": true, + "**/*.meta": true, + "**/*.prefab": true, + "**/*.unity": true, + "build/": true, + "Build/": true, + "Library/": true, + "library/": true, + "obj/": true, + "Obj/": true, + "ProjectSettings/": true, + "temp/": true, + "Temp/": true + }, + "dotnet.defaultSolution": "hw02-stylization.sln" +} \ No newline at end of file diff --git a/Assets/CameraRotater.cs b/Assets/CameraRotater.cs new file mode 100644 index 00000000..86fd93f5 --- /dev/null +++ b/Assets/CameraRotater.cs @@ -0,0 +1,12 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class CameraRotater : MonoBehaviour +{ + [SerializeField] float speed = 0.0f; + void Update() + { + transform.rotation = Quaternion.AngleAxis(speed * Time.deltaTime, Vector3.up) * transform.rotation; + } +} diff --git a/Assets/CameraRotater.cs.meta b/Assets/CameraRotater.cs.meta new file mode 100644 index 00000000..cfad82dd --- /dev/null +++ b/Assets/CameraRotater.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2b31d4af524f7a648b34d4164663c44f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/DarkPurpleToon.mat b/Assets/Materials/DarkPurpleToon.mat new file mode 100644 index 00000000..273ec51b --- /dev/null +++ b/Assets/Materials/DarkPurpleToon.mat @@ -0,0 +1,162 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1718343509630805669 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: DarkPurpleToon + m_Shader: {fileID: -6465566751694194690, guid: ba8c08d3532c4e443b4df52ec8d74a5d, + type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - ADDITIONAL_LIGHT_CALCULATE_SHADOWS + - MAIN_LIGHT_CALCULATE_SHADOWS + - _ADDITIONAL_LIGHTS + - _MAIN_LIGHT_SHADOWS_CASCADE + - _SHADOWS_SOFT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SampleTexture2D_cdd9ca5429304419a0925af5a8d75a81_Texture_1_Texture2D: + m_Texture: {fileID: 2800000, guid: 41537de09a85c194f834a6dec827c757, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - ADDITIONAL_LIGHT_CALCULATE_SHADOWS: 1 + - MAIN_LIGHT_CALCULATE_SHADOWS: 1 + - _ADDITIONAL_LIGHTS: 1 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DistortionIntensity: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _Framerate: 5 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _HiThreshod: 0.515 + - _LoThreshold: 0.214 + - _MAIN_LIGHT_SHADOWS_CASCADE: 1 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _SHADOWS_SOFT: 1 + - _ShadowHatchIntensity: 0.72 + - _ShadowHatchRotation: 0.61 + - _ShadowHatchScale: 16.03 + - _ShadowRotation: 0 + - _ShadowScale: 10 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _Threshold: 0.5 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Highlight: {r: 0.482, g: 0.31089, b: 0.4760996, a: 0} + - _Midtone: {r: 0.27858195, g: 0.17760798, b: 0.29799998, a: 0} + - _RampedDiffuseValues: {r: 0, g: 0.32, b: 0.81, a: 0} + - _Shadow: {r: 0.124891564, g: 0.042771082, b: 0.142, a: 0} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Materials/DarkPurpleToon.mat.meta b/Assets/Materials/DarkPurpleToon.mat.meta new file mode 100644 index 00000000..eb65d940 --- /dev/null +++ b/Assets/Materials/DarkPurpleToon.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 94472eb9ba9d6e647881868578b4ce89 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/DarkRedToon.mat b/Assets/Materials/DarkRedToon.mat new file mode 100644 index 00000000..86d97809 --- /dev/null +++ b/Assets/Materials/DarkRedToon.mat @@ -0,0 +1,162 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1718343509630805669 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: DarkRedToon + m_Shader: {fileID: -6465566751694194690, guid: ba8c08d3532c4e443b4df52ec8d74a5d, + type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - ADDITIONAL_LIGHT_CALCULATE_SHADOWS + - MAIN_LIGHT_CALCULATE_SHADOWS + - _ADDITIONAL_LIGHTS + - _MAIN_LIGHT_SHADOWS_CASCADE + - _SHADOWS_SOFT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SampleTexture2D_cdd9ca5429304419a0925af5a8d75a81_Texture_1_Texture2D: + m_Texture: {fileID: 2800000, guid: 41537de09a85c194f834a6dec827c757, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - ADDITIONAL_LIGHT_CALCULATE_SHADOWS: 1 + - MAIN_LIGHT_CALCULATE_SHADOWS: 1 + - _ADDITIONAL_LIGHTS: 1 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DistortionIntensity: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _Framerate: 5 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _HiThreshod: 0.515 + - _LoThreshold: 0.214 + - _MAIN_LIGHT_SHADOWS_CASCADE: 1 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _SHADOWS_SOFT: 1 + - _ShadowHatchIntensity: 0.72 + - _ShadowHatchRotation: 0.61 + - _ShadowHatchScale: 16.03 + - _ShadowRotation: 0 + - _ShadowScale: 10 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _Threshold: 0.5 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Highlight: {r: 0.4716981, g: 0.26432893, b: 0.26432893, a: 1} + - _Midtone: {r: 0.29803923, g: 0.1764706, b: 0.1764706, a: 1} + - _RampedDiffuseValues: {r: 0, g: 0.32, b: 0.81, a: 0} + - _Shadow: {r: 0.14117648, g: 0.043137252, b: 0.043137252, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Materials/DarkRedToon.mat.meta b/Assets/Materials/DarkRedToon.mat.meta new file mode 100644 index 00000000..e5a4b5bf --- /dev/null +++ b/Assets/Materials/DarkRedToon.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 97df42d9e72a2f540b45f1c09f2ae41a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/DarkSkybox.mat b/Assets/Materials/DarkSkybox.mat new file mode 100644 index 00000000..cd69f192 --- /dev/null +++ b/Assets/Materials/DarkSkybox.mat @@ -0,0 +1,140 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: DarkSkybox + m_Shader: {fileID: 106, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _SUNDISK_HIGH_QUALITY + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _AtmosphereThickness: 5 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _Exposure: 0.25 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _SunDisk: 2 + - _SunSize: 0 + - _SunSizeConvergence: 3.23 + - _Surface: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _GroundColor: {r: 0.36899996, g: 0.34899998, b: 0.34099993, a: 1} + - _SkyTint: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &5344987142831059961 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 diff --git a/Assets/Materials/DarkSkybox.mat.meta b/Assets/Materials/DarkSkybox.mat.meta new file mode 100644 index 00000000..a3e9bcd0 --- /dev/null +++ b/Assets/Materials/DarkSkybox.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 35f878c209c39504f9159110fdda3b71 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/NormalCopy.mat b/Assets/Materials/NormalCopy.mat new file mode 100644 index 00000000..7132bd74 --- /dev/null +++ b/Assets/Materials/NormalCopy.mat @@ -0,0 +1,29 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: NormalCopy + m_Shader: {fileID: 4800000, guid: cc22dca0c7ea93b468ff810ba472fe57, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: [] + m_Ints: [] + m_Floats: [] + m_Colors: [] + m_BuildTextureStacks: [] diff --git a/Assets/Materials/NormalCopy.mat.meta b/Assets/Materials/NormalCopy.mat.meta new file mode 100644 index 00000000..d1345661 --- /dev/null +++ b/Assets/Materials/NormalCopy.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bed0f8924b1d11f49ac36a2f1473489c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/Outline2.mat b/Assets/Materials/Outline2.mat new file mode 100644 index 00000000..81002b95 --- /dev/null +++ b/Assets/Materials/Outline2.mat @@ -0,0 +1,153 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7342692254249670285 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Outline2 + m_Shader: {fileID: -6465566751694194690, guid: 27142cb88b3b6da4b93357f29ba5ebb9, + type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalsBuffer: + m_Texture: {fileID: 8400000, guid: a348fe2d588e6ba48b8e31d4143cb7ba, type: 2} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _Boolean: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _Framerate: 5 + - _GlitchMultiplier: 0.01 + - _GlitchSize: 0.12 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _NormalOutlinePower: 1 + - _NormalOutlineStrength: 140 + - _NormalOutlineThickness: 1 + - _OcclusionStrength: 1 + - _OutlinePower: 1 + - _OutlineStrength: 1.77 + - _OutlineThickness: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _TurbulenceScale: 9.89 + - _TurbulenceStrength: 0.05 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DepthEdges: {r: 0, g: 0.1, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _NormalOutlineColor: {r: 0.94509804, g: 0.37647057, b: 0.8488212, a: 0} + - _NormalOutlineRamp: {r: 0, g: 1, b: 0, a: 0} + - _OutlineColor: {r: 0.94509804, g: 0.49411765, b: 0.6544927, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Materials/Outline2.mat.meta b/Assets/Materials/Outline2.mat.meta new file mode 100644 index 00000000..848b124d --- /dev/null +++ b/Assets/Materials/Outline2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 90176182aecaaf5408b6ed9a1b0314e0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/Outlines.mat b/Assets/Materials/Outlines.mat new file mode 100644 index 00000000..566e12db --- /dev/null +++ b/Assets/Materials/Outlines.mat @@ -0,0 +1,153 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7342692254249670285 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Outlines + m_Shader: {fileID: -6465566751694194690, guid: 27142cb88b3b6da4b93357f29ba5ebb9, + type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalsBuffer: + m_Texture: {fileID: 8400000, guid: a348fe2d588e6ba48b8e31d4143cb7ba, type: 2} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _Boolean: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _Framerate: 5 + - _GlitchMultiplier: 0.01 + - _GlitchSize: 0.12 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _NormalOutlinePower: 1 + - _NormalOutlineStrength: 140 + - _NormalOutlineThickness: 1 + - _OcclusionStrength: 1 + - _OutlinePower: 1 + - _OutlineStrength: 1.77 + - _OutlineThickness: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _TurbulenceScale: 9.89 + - _TurbulenceStrength: 0.05 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DepthEdges: {r: 0, g: 0.1, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _NormalOutlineColor: {r: 0.87532306, g: 0.49411765, b: 0.94509804, a: 0} + - _NormalOutlineRamp: {r: 0, g: 1, b: 0, a: 0} + - _OutlineColor: {r: 0.9433962, g: 0.493058, b: 0.9433962, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Materials/Outlines.mat.meta b/Assets/Materials/Outlines.mat.meta new file mode 100644 index 00000000..95f4a3b6 --- /dev/null +++ b/Assets/Materials/Outlines.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 200f0f0f0e696e54e9f8afabcf27ee01 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/PinkToon.mat b/Assets/Materials/PinkToon.mat new file mode 100644 index 00000000..6997be5a --- /dev/null +++ b/Assets/Materials/PinkToon.mat @@ -0,0 +1,161 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1718343509630805669 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: PinkToon + m_Shader: {fileID: -6465566751694194690, guid: ba8c08d3532c4e443b4df52ec8d74a5d, + type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - ADDITIONAL_LIGHT_CALCULATE_SHADOWS + - MAIN_LIGHT_CALCULATE_SHADOWS + - _ADDITIONAL_LIGHTS + - _MAIN_LIGHT_SHADOWS_CASCADE + - _SHADOWS_SOFT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SampleTexture2D_cdd9ca5429304419a0925af5a8d75a81_Texture_1_Texture2D: + m_Texture: {fileID: 2800000, guid: 41537de09a85c194f834a6dec827c757, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - ADDITIONAL_LIGHT_CALCULATE_SHADOWS: 1 + - MAIN_LIGHT_CALCULATE_SHADOWS: 1 + - _ADDITIONAL_LIGHTS: 1 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DistortionIntensity: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _Framerate: 12 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _HiThreshod: 0.515 + - _LoThreshold: 0.214 + - _MAIN_LIGHT_SHADOWS_CASCADE: 1 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _SHADOWS_SOFT: 1 + - _ShadowHatchRotation: -0.6 + - _ShadowHatchScale: 5.29 + - _ShadowRotation: 0 + - _ShadowScale: 10 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _Threshold: 0.5 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Highlight: {r: 1, g: 0.5226415, b: 0.97782004, a: 0} + - _Midtone: {r: 0.74006253, g: 0.3398362, b: 0.8113208, a: 0} + - _RampedDiffuseValues: {r: 0, g: 0.32, b: 0.81, a: 0} + - _Shadow: {r: 0.62109697, g: 0.20959415, b: 0.7075472, a: 0} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Materials/PinkToon.mat.meta b/Assets/Materials/PinkToon.mat.meta new file mode 100644 index 00000000..8a9f3a90 --- /dev/null +++ b/Assets/Materials/PinkToon.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3ac962f3b5c591a45ba03d889e5e5080 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/PostProcess.mat b/Assets/Materials/PostProcess.mat new file mode 100644 index 00000000..f1b38f54 --- /dev/null +++ b/Assets/Materials/PostProcess.mat @@ -0,0 +1,156 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: PostProcess + m_Shader: {fileID: -6465566751694194690, guid: 216ab01e47f9a244d9483c675fb0bf40, + type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalsBuffer: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BrightenCenterEdges: 0 + - _BrightenCenterMultiplier: 2.73 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DarkVignetteMultiplier: 1.07 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _Framerate: 5 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Grayscale: 0 + - _Metallic: 0 + - _NoisyColorMultiplier: 0.5 + - _NoisyColorScale: 1.85 + - _OcclusionStrength: 1 + - _OtherTurbulenceMultiplier: 0.02 + - _OtherTurbulenceScale: 2.6 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _TintFactor: 0.36 + - _TurbulenceMultiplier: 0.003 + - _TurbulenceScale: 322.4 + - _VignetteMultiplier: 0.1 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _BrightenCenterEdges: {r: 0.32, g: 0.09, b: 0, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DarkVignetteEdges: {r: -0.12, g: 1.18, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _NoisyColor: {r: 0.39607838, g: 0.15294117, b: 0.6901961, a: 0} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _TintColor: {r: 0.12518707, g: 0.09950156, b: 0.49056596, a: 0} + - _VignetteColor: {r: 0.3436894, g: 0.18054466, b: 0.6509434, a: 0} + - _VignetteEdges: {r: 0.46, g: 1.04, b: 0, a: 0} + m_BuildTextureStacks: [] +--- !u!114 &2187654170519261601 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 diff --git a/Assets/Materials/PostProcess.mat.meta b/Assets/Materials/PostProcess.mat.meta new file mode 100644 index 00000000..05aa5e24 --- /dev/null +++ b/Assets/Materials/PostProcess.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 935318f134fc9154ba007b4299e76607 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/PostProcess2.mat b/Assets/Materials/PostProcess2.mat new file mode 100644 index 00000000..bae816aa --- /dev/null +++ b/Assets/Materials/PostProcess2.mat @@ -0,0 +1,151 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: PostProcess2 + m_Shader: {fileID: -6465566751694194690, guid: 216ab01e47f9a244d9483c675fb0bf40, + type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalsBuffer: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _Framerate: 5 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Grayscale: 1 + - _Metallic: 0 + - _NoisyColorMultiplier: 0.5 + - _NoisyColorScale: 1.85 + - _OcclusionStrength: 1 + - _OtherTurbulenceMultiplier: 0.02 + - _OtherTurbulenceScale: 2.6 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _TintFactor: 0.36 + - _TurbulenceMultiplier: 0.003 + - _TurbulenceScale: 322.4 + - _VignetteMultiplier: 0.1 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _NoisyColor: {r: 0.6901961, g: 0.15294115, b: 0.45061928, a: 0} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _TintColor: {r: 0.49019608, g: 0.09803921, b: 0.35820642, a: 0} + - _VignetteColor: {r: 0.6509804, g: 0.18039216, b: 0.48405284, a: 0} + - _VignetteEdges: {r: 0.46, g: 1.04, b: 0, a: 0} + m_BuildTextureStacks: [] +--- !u!114 &2187654170519261601 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 diff --git a/Assets/Materials/PostProcess2.mat.meta b/Assets/Materials/PostProcess2.mat.meta new file mode 100644 index 00000000..d81b2d02 --- /dev/null +++ b/Assets/Materials/PostProcess2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a7803ec077626ae469d4f69d4a13a4af +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/PurpleToon.mat b/Assets/Materials/PurpleToon.mat new file mode 100644 index 00000000..5432beae --- /dev/null +++ b/Assets/Materials/PurpleToon.mat @@ -0,0 +1,59 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1718343509630805669 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: PurpleToon + m_Shader: {fileID: -6465566751694194690, guid: ba8c08d3532c4e443b4df52ec8d74a5d, + type: 3} + m_Parent: {fileID: 2100000, guid: 3ac962f3b5c591a45ba03d889e5e5080, type: 2} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - ADDITIONAL_LIGHT_CALCULATE_SHADOWS + - MAIN_LIGHT_CALCULATE_SHADOWS + - _ADDITIONAL_LIGHTS + - _MAIN_LIGHT_SHADOWS_CASCADE + - _SHADOWS_SOFT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _SampleTexture2D_cdd9ca5429304419a0925af5a8d75a81_Texture_1_Texture2D: + m_Texture: {fileID: 2800000, guid: 41537de09a85c194f834a6dec827c757, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _DistortionIntensity: 0 + - _Framerate: 5 + - _ShadowHatchRotation: 0.61 + - _ShadowHatchScale: 10.4 + m_Colors: + - _Highlight: {r: 0.518, g: 0.27017257, b: 0.50581175, a: 0} + - _Midtone: {r: 0.37617388, g: 0.17315944, b: 0.412, a: 0} + - _Shadow: {r: 0.08707228, g: 0.029819274, b: 0.099, a: 0} + m_BuildTextureStacks: [] diff --git a/Assets/Materials/PurpleToon.mat.meta b/Assets/Materials/PurpleToon.mat.meta new file mode 100644 index 00000000..be5b292b --- /dev/null +++ b/Assets/Materials/PurpleToon.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fabe243dc665f554b893c7182fe151ea +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/RedOutlines.mat b/Assets/Materials/RedOutlines.mat new file mode 100644 index 00000000..592a5c9e --- /dev/null +++ b/Assets/Materials/RedOutlines.mat @@ -0,0 +1,153 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7342692254249670285 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: RedOutlines + m_Shader: {fileID: -6465566751694194690, guid: 27142cb88b3b6da4b93357f29ba5ebb9, + type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalsBuffer: + m_Texture: {fileID: 8400000, guid: a348fe2d588e6ba48b8e31d4143cb7ba, type: 2} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _Boolean: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _Framerate: 5 + - _GlitchMultiplier: 0.01 + - _GlitchSize: 0.12 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _NormalOutlinePower: 1 + - _NormalOutlineStrength: 140 + - _NormalOutlineThickness: 1 + - _OcclusionStrength: 1 + - _OutlinePower: 1 + - _OutlineStrength: 1.77 + - _OutlineThickness: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _TurbulenceScale: 9.89 + - _TurbulenceStrength: 0.05 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DepthEdges: {r: 0, g: 0.1, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _NormalOutlineColor: {r: 0.94509804, g: 0.49411765, b: 0.49411765, a: 0} + - _NormalOutlineRamp: {r: 0, g: 1, b: 0, a: 0} + - _OutlineColor: {r: 0.94509804, g: 0.49411765, b: 0.49411765, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Materials/RedOutlines.mat.meta b/Assets/Materials/RedOutlines.mat.meta new file mode 100644 index 00000000..7a032553 --- /dev/null +++ b/Assets/Materials/RedOutlines.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bb679c1b73cf6fa42ada695501fd61b5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/TVScreen.mat b/Assets/Materials/TVScreen.mat new file mode 100644 index 00000000..f2dabd1b --- /dev/null +++ b/Assets/Materials/TVScreen.mat @@ -0,0 +1,178 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TVScreen + m_Shader: {fileID: -6465566751694194690, guid: 243b542a89bd8b74fb5e58a9f7fa3e0e, + type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - ADDITIONAL_LIGHT_CALCULATE_SHADOWS + - MAIN_LIGHT_CALCULATE_SHADOWS + - _ADDITIONAL_LIGHTS + - _MAIN_LIGHT_SHADOWS_CASCADE + - _SHADOWS_SOFT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SampleTexture2D_5ff49fa1a2ab4fd0aa030f3a8ebae736_Texture_1_Texture2D: + m_Texture: {fileID: 2800000, guid: 966f2baf5f8eaa745a5bcdc4c8127425, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SampleTexture2D_cdd9ca5429304419a0925af5a8d75a81_Texture_1_Texture2D: + m_Texture: {fileID: 2800000, guid: 966f2baf5f8eaa745a5bcdc4c8127425, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - ADDITIONAL_LIGHT_CALCULATE_SHADOWS: 1 + - MAIN_LIGHT_CALCULATE_SHADOWS: 1 + - _ADDITIONAL_LIGHTS: 1 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CCGlitchOffset: 0.12 + - _CCGlitchSize: 0.02 + - _ChannelChangeFac: 0 + - _ChannelChangeGlitchOffsetMultiplier: 1 + - _ChannelChangeGlitchSize_1: 1 + - _ChannelChangeGlitchSize_2: 0 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _CloverHighlightMode: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DistortionMultiplier: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _Framerate: 5 + - _GlitchOffsetMultiplier: 0.004 + - _GlitchSize: 0.012 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _HasClover: 1 + - _HiThreshod: 0.6 + - _LoThreshold: 0.4 + - _MAIN_LIGHT_SHADOWS_CASCADE: 1 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _SHADOWS_SOFT: 1 + - _ShadowHatchRotation: -0.6 + - _ShadowHatchScale: 5.29 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _TVBrightness: 1 + - _TestParam: 1 + - _UVRotation: 36.65 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Highlight: {r: 0, g: 0, b: 0, a: 0} + - _InnerColor: {r: 1, g: 0.31899998, b: 1, a: 0} + - _Midtone: {r: 0, g: 0, b: 0, a: 0} + - _OuterColor: {r: 0, g: 0, b: 0, a: 0} + - _RampedDiffuseValues: {r: 0, g: 0, b: 0, a: 0} + - _Shadow: {r: 0, g: 0, b: 0, a: 0} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _UVOffset: {r: 0.23, g: -1.04, b: 0, a: 0} + m_BuildTextureStacks: [] +--- !u!114 &1030689240939434387 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 diff --git a/Assets/Materials/TVScreen.mat.meta b/Assets/Materials/TVScreen.mat.meta new file mode 100644 index 00000000..f86a27d1 --- /dev/null +++ b/Assets/Materials/TVScreen.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eda2fdefefdab0e45a665091920276f3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/TVScreen2.mat b/Assets/Materials/TVScreen2.mat new file mode 100644 index 00000000..4d25e27a --- /dev/null +++ b/Assets/Materials/TVScreen2.mat @@ -0,0 +1,178 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TVScreen2 + m_Shader: {fileID: -6465566751694194690, guid: 243b542a89bd8b74fb5e58a9f7fa3e0e, + type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - ADDITIONAL_LIGHT_CALCULATE_SHADOWS + - MAIN_LIGHT_CALCULATE_SHADOWS + - _ADDITIONAL_LIGHTS + - _MAIN_LIGHT_SHADOWS_CASCADE + - _SHADOWS_SOFT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SampleTexture2D_5ff49fa1a2ab4fd0aa030f3a8ebae736_Texture_1_Texture2D: + m_Texture: {fileID: 2800000, guid: 966f2baf5f8eaa745a5bcdc4c8127425, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SampleTexture2D_cdd9ca5429304419a0925af5a8d75a81_Texture_1_Texture2D: + m_Texture: {fileID: 2800000, guid: 966f2baf5f8eaa745a5bcdc4c8127425, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - ADDITIONAL_LIGHT_CALCULATE_SHADOWS: 1 + - MAIN_LIGHT_CALCULATE_SHADOWS: 1 + - _ADDITIONAL_LIGHTS: 1 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CCGlitchOffset: 0.12 + - _CCGlitchSize: 0.02 + - _ChannelChangeFac: 0 + - _ChannelChangeGlitchOffsetMultiplier: 1 + - _ChannelChangeGlitchSize_1: 1 + - _ChannelChangeGlitchSize_2: 0 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _CloverHighlightMode: 1 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DistortionMultiplier: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _Framerate: 5 + - _GlitchOffsetMultiplier: 0.004 + - _GlitchSize: 0.012 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _HasClover: 1 + - _HiThreshod: 0.6 + - _LoThreshold: 0.4 + - _MAIN_LIGHT_SHADOWS_CASCADE: 1 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _SHADOWS_SOFT: 1 + - _ShadowHatchRotation: -0.6 + - _ShadowHatchScale: 5.29 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _TVBrightness: 1 + - _TestParam: 1 + - _UVRotation: 36.65 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Highlight: {r: 0, g: 0, b: 0, a: 0} + - _InnerColor: {r: 1, g: 0.31899998, b: 1, a: 0} + - _Midtone: {r: 0, g: 0, b: 0, a: 0} + - _OuterColor: {r: 0, g: 0, b: 0, a: 0} + - _RampedDiffuseValues: {r: 0, g: 0, b: 0, a: 0} + - _Shadow: {r: 0, g: 0, b: 0, a: 0} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _UVOffset: {r: 0.23, g: -1.04, b: 0, a: 0} + m_BuildTextureStacks: [] +--- !u!114 &1030689240939434387 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 diff --git a/Assets/Materials/TVScreen2.mat.meta b/Assets/Materials/TVScreen2.mat.meta new file mode 100644 index 00000000..075feb6a --- /dev/null +++ b/Assets/Materials/TVScreen2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b5e2fa412cb63504483f030bd387663f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/TestFullscreen.mat b/Assets/Materials/TestFullscreen.mat new file mode 100644 index 00000000..ceaa712a --- /dev/null +++ b/Assets/Materials/TestFullscreen.mat @@ -0,0 +1,137 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7342692254249670285 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TestFullscreen + m_Shader: {fileID: -6465566751694194690, guid: 78a0ab23badea71408d5d614e92deeb8, + type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalsBuffer: + m_Texture: {fileID: 8400000, guid: a348fe2d588e6ba48b8e31d4143cb7ba, type: 2} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Materials/TestFullscreen.mat.meta b/Assets/Materials/TestFullscreen.mat.meta new file mode 100644 index 00000000..403d8d15 --- /dev/null +++ b/Assets/Materials/TestFullscreen.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3d2ecfd7c114538469c14b89012c5b80 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/PR_TV.prefab b/Assets/Models/PR_TV.prefab new file mode 100644 index 00000000..5d128974 --- /dev/null +++ b/Assets/Models/PR_TV.prefab @@ -0,0 +1,611 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &934979545777356131 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7161184156702498849} + - component: {fileID: 8695344103691552279} + - component: {fileID: 8886277252895344098} + - component: {fileID: 7816890780992777751} + m_Layer: 0 + m_Name: tv_glass_ekran + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7161184156702498849 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 934979545777356131} + serializedVersion: 2 + m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + m_LocalPosition: {x: -0.0007325974, y: 0.0015986023, z: 0.20611925} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5516629597384793948} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8695344103691552279 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 934979545777356131} + m_Mesh: {fileID: -2017581509916527717, guid: 0cad41dc649d38c4d97ba595d6248ccc, type: 3} +--- !u!23 &8886277252895344098 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 934979545777356131} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: eda2fdefefdab0e45a665091920276f3, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!114 &7816890780992777751 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 934979545777356131} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ca4e88b221cd625449b22392e1bb2f64, type: 3} + m_Name: + m_EditorClassIdentifier: + screenColors: + - {r: 1, g: 0.31764707, b: 1, a: 0} + - {r: 0.3764706, g: 0.31764707, b: 1, a: 1} + - {r: 1, g: 0.3176471, b: 0.39725503, a: 1} + - {r: 1, g: 0.4426437, b: 0.254, a: 1} + - {r: 0.85294133, g: 0.50980395, b: 1, a: 1} + channelChangeTime: 0.12 +--- !u!1 &981207107020031842 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6700332986775563730} + - component: {fileID: 1369980701279019274} + - component: {fileID: 9163607088752450436} + m_Layer: 0 + m_Name: tv_detale_polysk + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6700332986775563730 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 981207107020031842} + serializedVersion: 2 + m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + m_LocalPosition: {x: -0.0007325974, y: 0.0015986023, z: 0.20611925} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5516629597384793948} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1369980701279019274 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 981207107020031842} + m_Mesh: {fileID: 1282467550501871530, guid: 0cad41dc649d38c4d97ba595d6248ccc, type: 3} +--- !u!23 &9163607088752450436 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 981207107020031842} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &2629967535651834651 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8692904288031482211} + - component: {fileID: 6925338205172528210} + - component: {fileID: 5614494419028894319} + m_Layer: 0 + m_Name: tv_front + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8692904288031482211 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2629967535651834651} + serializedVersion: 2 + m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + m_LocalPosition: {x: -0.0007325974, y: 0.0015986023, z: 0.20611925} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5516629597384793948} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6925338205172528210 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2629967535651834651} + m_Mesh: {fileID: 8391915198096660825, guid: 0cad41dc649d38c4d97ba595d6248ccc, type: 3} +--- !u!23 &5614494419028894319 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2629967535651834651} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4300666203694897070 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2705486677561853475} + m_Layer: 0 + m_Name: PR_TV + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2705486677561853475 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4300666203694897070} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5516629597384793948} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5046224656318880022 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 41285709706630265} + - component: {fileID: 4022428294343363410} + - component: {fileID: 4811349391752389245} + m_Layer: 0 + m_Name: tv_drewno_obudowa + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &41285709706630265 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5046224656318880022} + serializedVersion: 2 + m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + m_LocalPosition: {x: -0.0007325974, y: 0.0015986023, z: 0.20611925} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5516629597384793948} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4022428294343363410 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5046224656318880022} + m_Mesh: {fileID: 6455217470253642245, guid: 0cad41dc649d38c4d97ba595d6248ccc, type: 3} +--- !u!23 &4811349391752389245 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5046224656318880022} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5171488960982451686 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5516629597384793948} + - component: {fileID: 1985332323950977565} + m_Layer: 0 + m_Name: TV + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5516629597384793948 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5171488960982451686} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 6700332986775563730} + - {fileID: 41285709706630265} + - {fileID: 8692904288031482211} + - {fileID: 7161184156702498849} + - {fileID: 1410730818694980024} + - {fileID: 1625256599954583005} + m_Father: {fileID: 2705486677561853475} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &1985332323950977565 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5171488960982451686} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Size: {x: 0.56, y: 0.51, z: 0.61} + m_Center: {x: 0, y: 0.27, z: 0} +--- !u!1 &6203865386462273848 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1625256599954583005} + - component: {fileID: 4987502088136219541} + - component: {fileID: 4678030435657919545} + m_Layer: 0 + m_Name: tv_plastic_detale + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1625256599954583005 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6203865386462273848} + serializedVersion: 2 + m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + m_LocalPosition: {x: -0.0007325974, y: 0.0015986023, z: 0.20611925} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5516629597384793948} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4987502088136219541 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6203865386462273848} + m_Mesh: {fileID: -7624070924706218821, guid: 0cad41dc649d38c4d97ba595d6248ccc, type: 3} +--- !u!23 &4678030435657919545 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6203865386462273848} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6945956577980257367 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1410730818694980024} + - component: {fileID: 3774571443642895216} + - component: {fileID: 554992699190491699} + m_Layer: 0 + m_Name: tv_matt + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1410730818694980024 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6945956577980257367} + serializedVersion: 2 + m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + m_LocalPosition: {x: -0.0007325974, y: 0.0015986023, z: 0.20611925} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5516629597384793948} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3774571443642895216 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6945956577980257367} + m_Mesh: {fileID: 4406927699324647016, guid: 0cad41dc649d38c4d97ba595d6248ccc, type: 3} +--- !u!23 &554992699190491699 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6945956577980257367} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/Models/PR_TV.prefab.meta b/Assets/Models/PR_TV.prefab.meta new file mode 100644 index 00000000..a428f30b --- /dev/null +++ b/Assets/Models/PR_TV.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 153fc9dcde85e1049b8a4c20113d1fe1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/TV.fbx b/Assets/Models/TV.fbx new file mode 100644 index 00000000..bfc1a9df Binary files /dev/null and b/Assets/Models/TV.fbx differ diff --git a/Assets/Models/TV.fbx.meta b/Assets/Models/TV.fbx.meta new file mode 100644 index 00000000..b3eb0ec8 --- /dev/null +++ b/Assets/Models/TV.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0cad41dc649d38c4d97ba595d6248ccc +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun 1.meta b/Assets/Models/oneshot_sun 1.meta new file mode 100644 index 00000000..10d0d2bf --- /dev/null +++ b/Assets/Models/oneshot_sun 1.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1f8acc30b5ce4c14995d3a8f10e419e0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun 1/source.meta b/Assets/Models/oneshot_sun 1/source.meta new file mode 100644 index 00000000..0cd9ef67 --- /dev/null +++ b/Assets/Models/oneshot_sun 1/source.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b235939416732e646abca3b23873fb66 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun 1/source/BulbShader.shadergraph b/Assets/Models/oneshot_sun 1/source/BulbShader.shadergraph new file mode 100644 index 00000000..9a47be15 --- /dev/null +++ b/Assets/Models/oneshot_sun 1/source/BulbShader.shadergraph @@ -0,0 +1,1414 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "2585366565cb4b12a63bb092067d22a0", + "m_Properties": [ + { + "m_Id": "5447b8b1ad4c461fb3fc9ac71956bbd7" + }, + { + "m_Id": "f6c3920f32154fa5b581b6f7ff28d2ac" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "0b5c8daace7745adb50356211be851b0" + } + ], + "m_Nodes": [ + { + "m_Id": "7e05da43dde24232acfdfe1cf81a7743" + }, + { + "m_Id": "f5e528b3addb49b5aabb0deceb6ae854" + }, + { + "m_Id": "d7db6255c78348f38c6382627bdbebe0" + }, + { + "m_Id": "1d7daab36c3a4760ac2035c188d3830f" + }, + { + "m_Id": "edad2cd1dcc748608cd37e3ba351d5b3" + }, + { + "m_Id": "930a3421a7514b81a597e3865c66748b" + }, + { + "m_Id": "f42f88b18a8a4190954c91562c8efe19" + }, + { + "m_Id": "1774ec184e774689b3ada984b0d9cbe3" + }, + { + "m_Id": "6bf17d0d0d984a97986bb9673a1fe350" + }, + { + "m_Id": "d2c2e406206b4467a996a49cbb950089" + }, + { + "m_Id": "f84c4353271244dcbf7201016803669a" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1774ec184e774689b3ada984b0d9cbe3" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f42f88b18a8a4190954c91562c8efe19" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6bf17d0d0d984a97986bb9673a1fe350" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d2c2e406206b4467a996a49cbb950089" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "930a3421a7514b81a597e3865c66748b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6bf17d0d0d984a97986bb9673a1fe350" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d2c2e406206b4467a996a49cbb950089" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f42f88b18a8a4190954c91562c8efe19" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "edad2cd1dcc748608cd37e3ba351d5b3" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1774ec184e774689b3ada984b0d9cbe3" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f42f88b18a8a4190954c91562c8efe19" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1d7daab36c3a4760ac2035c188d3830f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f84c4353271244dcbf7201016803669a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d2c2e406206b4467a996a49cbb950089" + }, + "m_SlotId": 0 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 0.0, + "y": 0.0 + }, + "m_Blocks": [ + { + "m_Id": "7e05da43dde24232acfdfe1cf81a7743" + }, + { + "m_Id": "f5e528b3addb49b5aabb0deceb6ae854" + }, + { + "m_Id": "d7db6255c78348f38c6382627bdbebe0" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": 0.0, + "y": 200.0 + }, + "m_Blocks": [ + { + "m_Id": "1d7daab36c3a4760ac2035c188d3830f" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_ActiveTargets": [ + { + "m_Id": "bd983b1ff6f849deb7428c4bb334cc90" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "0383f06d4bb44b5283d1a951bb8779f9", + "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.SamplerStateMaterialSlot", + "m_ObjectId": "07b0360df2224092aa21f300db46ed3a", + "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.CategoryData", + "m_ObjectId": "0b5c8daace7745adb50356211be851b0", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "5447b8b1ad4c461fb3fc9ac71956bbd7" + }, + { + "m_Id": "f6c3920f32154fa5b581b6f7ff28d2ac" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0dba8bc513d646ad97461b584f504dc0", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.5, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "147f665ef21a49759139c4d2c39ac0d3", + "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.Texture2DMaterialSlot", + "m_ObjectId": "15aaf8a0f6884d4eafc5760b3ab8f766", + "m_Id": 0, + "m_DisplayName": "EmissionTexture", + "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": "169746f2f9cb41aba72058a60800a77d", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "1774ec184e774689b3ada984b0d9cbe3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -367.1999816894531, + "y": 182.39999389648438, + "width": 183.1999969482422, + "height": 248.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "5209a13a14ec4dc5b8e276b2d8985308" + }, + { + "m_Id": "ee047d01db724f21bee6d8a0b835c703" + }, + { + "m_Id": "169746f2f9cb41aba72058a60800a77d" + }, + { + "m_Id": "74d1887c97984cee9ec29bb16529799e" + }, + { + "m_Id": "55c89b44c13841be8cc3085d88f160a3" + }, + { + "m_Id": "0383f06d4bb44b5283d1a951bb8779f9" + }, + { + "m_Id": "e9bbbb485a1c4d9e91bc1ba312e664fd" + }, + { + "m_Id": "f8548e53a4c0472097c9592953130fd1" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1788bf5614e44e859ac4ecd95bb8bf6b", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "1d7daab36c3a4760ac2035c188d3830f", + "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": "e5a3447aa80542c7b5cfd75f67408aad" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "20971f4c540444c6a3844c84900690cf", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "27d5be71b8124733b474f050da80ee9e", + "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.Texture2DMaterialSlot", + "m_ObjectId": "2eca8a70e2c84f3c9174ff091ae2c900", + "m_Id": 0, + "m_DisplayName": "BaseTexture", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "31849989e4d14af2a43c51aefa8772e3", + "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": "452f146e8da949b29cb29ffd593a3929", + "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.Vector4MaterialSlot", + "m_ObjectId": "5209a13a14ec4dc5b8e276b2d8985308", + "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.Internal.Texture2DShaderProperty", + "m_ObjectId": "5447b8b1ad4c461fb3fc9ac71956bbd7", + "m_Guid": { + "m_GuidSerialized": "da357a7b-3af3-4ddf-a2d2-5e8e52143625" + }, + "m_Name": "BaseTexture", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "BaseTexture", + "m_DefaultReferenceName": "_BaseTexture", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "55c89b44c13841be8cc3085d88f160a3", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "571db50a3479461e9fbd7b7b69845174", + "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": "587b38140c934765a819dcae170050aa", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "6bf17d0d0d984a97986bb9673a1fe350", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -509.5999755859375, + "y": 537.6000366210938, + "width": 183.19998168945313, + "height": 247.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "f824c6ebf46b41279c3630bdd4332895" + }, + { + "m_Id": "e9b4fd9ca35a49ac87d0c7964b1fbcd6" + }, + { + "m_Id": "1788bf5614e44e859ac4ecd95bb8bf6b" + }, + { + "m_Id": "9ba527f16e454eaa89d40bc16b35da2c" + }, + { + "m_Id": "587b38140c934765a819dcae170050aa" + }, + { + "m_Id": "93355ea63c1f4803a913fe90f24da01a" + }, + { + "m_Id": "20971f4c540444c6a3844c84900690cf" + }, + { + "m_Id": "07b0360df2224092aa21f300db46ed3a" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "6d44f9971e1d495ea082c0d3849e73bf", + "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": "74d1887c97984cee9ec29bb16529799e", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "7e05da43dde24232acfdfe1cf81a7743", + "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": "6d44f9971e1d495ea082c0d3849e73bf" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "930a3421a7514b81a597e3865c66748b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -695.2000122070313, + "y": 552.0000610351563, + "width": 170.4000244140625, + "height": 33.59991455078125 + } + }, + "m_Slots": [ + { + "m_Id": "15aaf8a0f6884d4eafc5760b3ab8f766" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f6c3920f32154fa5b581b6f7ff28d2ac" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "93355ea63c1f4803a913fe90f24da01a", + "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": "9ba527f16e454eaa89d40bc16b35da2c", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "bd983b1ff6f849deb7428c4bb334cc90", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "cc14f3eaec504702b48826af2e28c6ef" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 0, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 2, + "m_AlphaClip": false, + "m_CastShadows": true, + "m_ReceiveShadows": true, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": false +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", + "m_ObjectId": "cc14f3eaec504702b48826af2e28c6ef" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "d2c2e406206b4467a996a49cbb950089", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -314.3999938964844, + "y": 506.4000244140625, + "width": 130.40000915527345, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "d8219bd97d204a7dad3482856e2e17aa" + }, + { + "m_Id": "e898582e84c74a9588aab1e0d197b386" + }, + { + "m_Id": "147f665ef21a49759139c4d2c39ac0d3" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "d7db6255c78348f38c6382627bdbebe0", + "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": "f26a8af191b04b0bac59eb8dff5676c4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d8219bd97d204a7dad3482856e2e17aa", + "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": "d9d287fc45314c63ae77a467a7af820c", + "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": "e5a3447aa80542c7b5cfd75f67408aad", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "e898582e84c74a9588aab1e0d197b386", + "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": "e9b4fd9ca35a49ac87d0c7964b1fbcd6", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "e9bbbb485a1c4d9e91bc1ba312e664fd", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "edad2cd1dcc748608cd37e3ba351d5b3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -524.7999877929688, + "y": 199.99998474121095, + "width": 150.39993286132813, + "height": 33.60002136230469 + } + }, + "m_Slots": [ + { + "m_Id": "2eca8a70e2c84f3c9174ff091ae2c900" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5447b8b1ad4c461fb3fc9ac71956bbd7" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ee047d01db724f21bee6d8a0b835c703", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "f26a8af191b04b0bac59eb8dff5676c4", + "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.AddNode", + "m_ObjectId": "f42f88b18a8a4190954c91562c8efe19", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -143.1999969482422, + "y": 388.79998779296877, + "width": 130.39999389648438, + "height": 117.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "452f146e8da949b29cb29ffd593a3929" + }, + { + "m_Id": "571db50a3479461e9fbd7b7b69845174" + }, + { + "m_Id": "31849989e4d14af2a43c51aefa8772e3" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "f5e528b3addb49b5aabb0deceb6ae854", + "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": "d9d287fc45314c63ae77a467a7af820c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "f6c3920f32154fa5b581b6f7ff28d2ac", + "m_Guid": { + "m_GuidSerialized": "16ae90b8-df60-4956-b6de-57ee335dd452" + }, + "m_Name": "EmissionTexture", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "EmissionTexture", + "m_DefaultReferenceName": "_EmissionTexture", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "f824c6ebf46b41279c3630bdd4332895", + "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.Vector1Node", + "m_ObjectId": "f84c4353271244dcbf7201016803669a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Float", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -452.0, + "y": 460.8000183105469, + "width": 125.60000610351563, + "height": 76.80001831054688 + } + }, + "m_Slots": [ + { + "m_Id": "0dba8bc513d646ad97461b584f504dc0" + }, + { + "m_Id": "27d5be71b8124733b474f050da80ee9e" + } + ], + "synonyms": [ + "Vector 1", + "1", + "v1", + "vec1", + "scalar" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": 0.0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "f8548e53a4c0472097c9592953130fd1", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + diff --git a/Assets/Models/oneshot_sun 1/source/BulbShader.shadergraph.meta b/Assets/Models/oneshot_sun 1/source/BulbShader.shadergraph.meta new file mode 100644 index 00000000..3b132753 --- /dev/null +++ b/Assets/Models/oneshot_sun 1/source/BulbShader.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 34f654cce0b677a4fb21e739cc7d1157 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/Models/oneshot_sun 1/source/M_Bulb.mat b/Assets/Models/oneshot_sun 1/source/M_Bulb.mat new file mode 100644 index 00000000..a37d04d1 --- /dev/null +++ b/Assets/Models/oneshot_sun 1/source/M_Bulb.mat @@ -0,0 +1,142 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5905793855638645501 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: M_Bulb + m_Shader: {fileID: -6465566751694194690, guid: 34f654cce0b677a4fb21e739cc7d1157, + type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 6 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: e0581674080debe4eaf12971018a7c03, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BaseTexture: + m_Texture: {fileID: 2800000, guid: e0581674080debe4eaf12971018a7c03, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 2800000, guid: a65a540dc3e507b45b989c211d7c17fa, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionTexture: + m_Texture: {fileID: 2800000, guid: a65a540dc3e507b45b989c211d7c17fa, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e0581674080debe4eaf12971018a7c03, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Models/oneshot_sun 1/source/M_Bulb.mat.meta b/Assets/Models/oneshot_sun 1/source/M_Bulb.mat.meta new file mode 100644 index 00000000..4c8833d7 --- /dev/null +++ b/Assets/Models/oneshot_sun 1/source/M_Bulb.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4484c08ce7a6c4947b32afa6d8c20d66 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun 1/source/OneShot bulb.fbx b/Assets/Models/oneshot_sun 1/source/OneShot bulb.fbx new file mode 100644 index 00000000..5bd4c9bd Binary files /dev/null and b/Assets/Models/oneshot_sun 1/source/OneShot bulb.fbx differ diff --git a/Assets/Models/oneshot_sun 1/source/OneShot bulb.fbx.meta b/Assets/Models/oneshot_sun 1/source/OneShot bulb.fbx.meta new file mode 100644 index 00000000..ef96ee31 --- /dev/null +++ b/Assets/Models/oneshot_sun 1/source/OneShot bulb.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3ac409522e66e3e45b43490c0def319b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun 1/textures.meta b/Assets/Models/oneshot_sun 1/textures.meta new file mode 100644 index 00000000..70dd0f39 --- /dev/null +++ b/Assets/Models/oneshot_sun 1/textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4d4f8fa6a86f33f4aa5b0f573f261664 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun 1/textures/Lightbulb_BaseColor.png b/Assets/Models/oneshot_sun 1/textures/Lightbulb_BaseColor.png new file mode 100644 index 00000000..85ac3686 Binary files /dev/null and b/Assets/Models/oneshot_sun 1/textures/Lightbulb_BaseColor.png differ diff --git a/Assets/Models/oneshot_sun 1/textures/Lightbulb_BaseColor.png.meta b/Assets/Models/oneshot_sun 1/textures/Lightbulb_BaseColor.png.meta new file mode 100644 index 00000000..19406372 --- /dev/null +++ b/Assets/Models/oneshot_sun 1/textures/Lightbulb_BaseColor.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: e0581674080debe4eaf12971018a7c03 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun 1/textures/Lightbulb_Emission.png b/Assets/Models/oneshot_sun 1/textures/Lightbulb_Emission.png new file mode 100644 index 00000000..ae8f16bd Binary files /dev/null and b/Assets/Models/oneshot_sun 1/textures/Lightbulb_Emission.png differ diff --git a/Assets/Models/oneshot_sun 1/textures/Lightbulb_Emission.png.meta b/Assets/Models/oneshot_sun 1/textures/Lightbulb_Emission.png.meta new file mode 100644 index 00000000..8948154a --- /dev/null +++ b/Assets/Models/oneshot_sun 1/textures/Lightbulb_Emission.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: a65a540dc3e507b45b989c211d7c17fa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun.meta b/Assets/Models/oneshot_sun.meta new file mode 100644 index 00000000..9f05faee --- /dev/null +++ b/Assets/Models/oneshot_sun.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1a877451a27cada45aeabbde3967ae1a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun/source.meta b/Assets/Models/oneshot_sun/source.meta new file mode 100644 index 00000000..10b05c23 --- /dev/null +++ b/Assets/Models/oneshot_sun/source.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b40ea032f71a34e4391773a2f574a96e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun/source/OneShot bulb.fbx b/Assets/Models/oneshot_sun/source/OneShot bulb.fbx new file mode 100644 index 00000000..5bd4c9bd Binary files /dev/null and b/Assets/Models/oneshot_sun/source/OneShot bulb.fbx differ diff --git a/Assets/Models/oneshot_sun/source/OneShot bulb.fbx.meta b/Assets/Models/oneshot_sun/source/OneShot bulb.fbx.meta new file mode 100644 index 00000000..aff871f1 --- /dev/null +++ b/Assets/Models/oneshot_sun/source/OneShot bulb.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 99e5403339b0b0247b7c9595b19aea0b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun/textures.meta b/Assets/Models/oneshot_sun/textures.meta new file mode 100644 index 00000000..285cd186 --- /dev/null +++ b/Assets/Models/oneshot_sun/textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b4f866f908ae4b746b86f2ef1c004d2d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun/textures/Lightbulb_BaseColor.png b/Assets/Models/oneshot_sun/textures/Lightbulb_BaseColor.png new file mode 100644 index 00000000..85ac3686 Binary files /dev/null and b/Assets/Models/oneshot_sun/textures/Lightbulb_BaseColor.png differ diff --git a/Assets/Models/oneshot_sun/textures/Lightbulb_BaseColor.png.meta b/Assets/Models/oneshot_sun/textures/Lightbulb_BaseColor.png.meta new file mode 100644 index 00000000..aa00f073 --- /dev/null +++ b/Assets/Models/oneshot_sun/textures/Lightbulb_BaseColor.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 102aec3cb3b34c74b964c9a5cb979db5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/oneshot_sun/textures/Lightbulb_Emission.png b/Assets/Models/oneshot_sun/textures/Lightbulb_Emission.png new file mode 100644 index 00000000..ae8f16bd Binary files /dev/null and b/Assets/Models/oneshot_sun/textures/Lightbulb_Emission.png differ diff --git a/Assets/Models/oneshot_sun/textures/Lightbulb_Emission.png.meta b/Assets/Models/oneshot_sun/textures/Lightbulb_Emission.png.meta new file mode 100644 index 00000000..5bbbec12 --- /dev/null +++ b/Assets/Models/oneshot_sun/textures/Lightbulb_Emission.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: aa7b0c915df5dee4d9fa6593ff38c85e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Models/the_sun_from_oneshot.glb b/Assets/Models/the_sun_from_oneshot.glb new file mode 100644 index 00000000..8f8bc3ba Binary files /dev/null and b/Assets/Models/the_sun_from_oneshot.glb differ diff --git a/Assets/Models/the_sun_from_oneshot.glb.meta b/Assets/Models/the_sun_from_oneshot.glb.meta new file mode 100644 index 00000000..e7eedf6a --- /dev/null +++ b/Assets/Models/the_sun_from_oneshot.glb.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0f5884098f919344ab44c8742bba0ec2 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Raycaster.cs b/Assets/Raycaster.cs new file mode 100644 index 00000000..65dfc100 --- /dev/null +++ b/Assets/Raycaster.cs @@ -0,0 +1,36 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Raycaster : MonoBehaviour +{ + Camera camera; + void Start() { + camera = GetComponent(); + } + + void Update() { + if (Input.GetMouseButtonDown(0)) + { + Ray ray = camera.ScreenPointToRay(Input.mousePosition); + + RaycastHit hit; + bool hitObject = Physics.Raycast(ray, out hit); + if (hitObject) + { + Debug.Log(hit.collider.gameObject.name); + TVScreen tv = hit.collider.gameObject.GetComponentInChildren(); + + if (tv != null) + { + Debug.Log("Hit TV"); + + if (SceneMaterialSwitcher.Ins.RefugeMode) + tv.TakeClover(); + else + tv.BeginChangeChannel(); + } + } + } + } +} diff --git a/Assets/Raycaster.cs.meta b/Assets/Raycaster.cs.meta new file mode 100644 index 00000000..71e70dc6 --- /dev/null +++ b/Assets/Raycaster.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0d79a0a481a936f4ca3da0b21b65b112 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Render Settings/Render Features/Full Screen Feature.cs b/Assets/Render Settings/Render Features/Full Screen Feature.cs index e4d5d668..becbbe22 100644 --- a/Assets/Render Settings/Render Features/Full Screen Feature.cs +++ b/Assets/Render Settings/Render Features/Full Screen Feature.cs @@ -12,6 +12,7 @@ public class FullScreenPassSettings public Material material; } + public FullScreenPassSettings ExposedSettings => settings; [SerializeField] private FullScreenPassSettings settings; class FullScreenPass : ScriptableRenderPass { @@ -52,6 +53,7 @@ public override void Execute(ScriptableRenderContext context, ref RenderingData { // HW 4 Hint: Blit from the color buffer to a temporary buffer and *back*. Blit(cmd, colorBuffer, temporaryBuffer, settings.material); + Blit(cmd, temporaryBuffer, colorBuffer); } // Execute the command buffer and release it. diff --git a/Assets/Render Settings/URP-Custom-Renderer.asset b/Assets/Render Settings/URP-Custom-Renderer.asset index 27650642..5b5f89ef 100644 --- a/Assets/Render Settings/URP-Custom-Renderer.asset +++ b/Assets/Render Settings/URP-Custom-Renderer.asset @@ -1,5 +1,40 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3526849583332794134 +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: 8faec35144280c146ac2395f7d7187de, type: 3} + m_Name: PostProcessFeature + m_EditorClassIdentifier: + m_Active: 1 + settings: + renderPassEvent: 1000 + material: {fileID: 2100000, guid: 935318f134fc9154ba007b4299e76607, type: 2} +--- !u!114 &-6969757457521848 +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: 552c866e32d5f734daec12e70f016d2c, type: 3} + m_Name: NormalFeature + m_EditorClassIdentifier: + m_Active: 1 + normalsLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + NormalsTexture: {fileID: 8400000, guid: a348fe2d588e6ba48b8e31d4143cb7ba, type: 2} + _NormalsEvent: 300 + normalsMaterial: {fileID: 2100000, guid: bed0f8924b1d11f49ac36a2f1473489c, type: 2} --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 @@ -16,10 +51,14 @@ MonoBehaviour: debugReplacementPS: {fileID: 4800000, guid: cf852408f2e174538bcd9b7fda1c5ae7, type: 3} hdrDebugViewPS: {fileID: 4800000, guid: 573620ae32aec764abd4d728906d2587, type: 3} - m_RendererFeatures: [] - m_RendererFeatureMap: + m_RendererFeatures: + - {fileID: -6969757457521848} + - {fileID: 5158592220006592015} + - {fileID: 4946986010706957091} + - {fileID: -3526849583332794134} + m_RendererFeatureMap: 48e392e20a3de7ff0f2e96ee4a00974723d303059139a744eae03671fd1c0ecf m_UseNativeRenderPass: 0 - postProcessData: {fileID: 0} + postProcessData: {fileID: 11400000, guid: 41439944d30ece34e96484bdb6645b55, type: 2} xrSystemData: {fileID: 11400000, guid: 60e1133243b97e347b653163a8c01b64, type: 2} shaders: blitPS: {fileID: 4800000, guid: c17132b1f77d20942aa75f8429c0f8bc, type: 3} @@ -60,6 +99,38 @@ MonoBehaviour: m_CopyDepthMode: 0 m_AccurateGbufferNormals: 0 m_IntermediateTextureMode: 1 +--- !u!114 &4946986010706957091 +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: 8faec35144280c146ac2395f7d7187de, type: 3} + m_Name: OutlineFeature + m_EditorClassIdentifier: + m_Active: 1 + settings: + renderPassEvent: 500 + material: {fileID: 2100000, guid: 200f0f0f0e696e54e9f8afabcf27ee01, type: 2} +--- !u!114 &5158592220006592015 +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: 8faec35144280c146ac2395f7d7187de, type: 3} + m_Name: TestFullscreen + m_EditorClassIdentifier: + m_Active: 0 + settings: + renderPassEvent: 1000 + material: {fileID: 2100000, guid: 3d2ecfd7c114538469c14b89012c5b80, type: 2} --- !u!114 &5953239638328874002 MonoBehaviour: m_ObjectHideFlags: 0 diff --git a/Assets/SceneMaterialSwitcher.cs b/Assets/SceneMaterialSwitcher.cs new file mode 100644 index 00000000..db6f40ad --- /dev/null +++ b/Assets/SceneMaterialSwitcher.cs @@ -0,0 +1,80 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.Rendering.Universal; + +public class SceneMaterialSwitcher : MonoBehaviour +{ + // Pinkish Purplish, PostProcess goes to Blue a Bit + [SerializeField] Material tvBodyMaterial1; + [SerializeField] Material outlineMaterial1; + [SerializeField] Material postProcessMaterial1; + [SerializeField] Material tvMaterial1; + + // Redish Purplish Refuge, PostProcess goes to Refuge yellow or purple?? + [SerializeField] Material tvBodyMaterial2; + [SerializeField] Material outlineMaterial2; + [SerializeField] Material postProcessMaterial2; + [SerializeField] Material tvMaterial2; + + // + [SerializeField] UniversalRendererData rendererData; + + public bool RefugeMode => refugeMode; + [SerializeField] bool refugeMode; + + public GameObject[] Televisions => televisions; + [SerializeField] GameObject[] televisions; + + public static SceneMaterialSwitcher Ins { get; private set; } + void Start() + { + Ins = this; + } + + void UpdateMaterials() + { + int selectIndex = UnityEngine.Random.Range(0, Televisions.Length); + for (int i = 0; i < Televisions.Length; i++) + { + var tv = Televisions[i]; + foreach (var childRenderer in tv.GetComponentsInChildren()) + { + if (childRenderer.gameObject.name != "tv_glass_ekran") + childRenderer.material = refugeMode ? tvBodyMaterial2 : tvBodyMaterial1; + else + { + childRenderer.material = refugeMode ? tvMaterial2 : tvMaterial1; + childRenderer.GetComponent().SetCloverActive( + !refugeMode || + (refugeMode && selectIndex == i) + ); + } + } + } + + foreach (var feature in rendererData.rendererFeatures) + { + if (feature.name == "OutlineFeature") + { + FullScreenFeature outlineFeature = feature as FullScreenFeature; + outlineFeature.ExposedSettings.material = refugeMode ? outlineMaterial2 : outlineMaterial1; + } + + if (feature.name == "PostProcessFeature") + { + FullScreenFeature postProcessFeature = feature as FullScreenFeature; + postProcessFeature.ExposedSettings.material = refugeMode ? postProcessMaterial2 : postProcessMaterial1; + } + } + } + + void Update() + { + if (Input.GetKeyDown(KeyCode.Space)) + { + refugeMode = !refugeMode; + UpdateMaterials(); + } + } +} diff --git a/Assets/SceneMaterialSwitcher.cs.meta b/Assets/SceneMaterialSwitcher.cs.meta new file mode 100644 index 00000000..0da69fe4 --- /dev/null +++ b/Assets/SceneMaterialSwitcher.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9ef4e739f0ba615419d8af3753c9b46a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/Additional Light Demo.unity b/Assets/Scenes/Additional Light Demo.unity deleted file mode 100644 index 25f2eaec..00000000 --- a/Assets/Scenes/Additional Light Demo.unity +++ /dev/null @@ -1,1049 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!29 &1 -OcclusionCullingSettings: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_OcclusionBakeSettings: - smallestOccluder: 5 - smallestHole: 0.25 - backfaceThreshold: 100 - m_SceneGUID: 00000000000000000000000000000000 - m_OcclusionCullingData: {fileID: 0} ---- !u!104 &2 -RenderSettings: - m_ObjectHideFlags: 0 - serializedVersion: 9 - m_Fog: 0 - m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} - m_FogMode: 3 - m_FogDensity: 0.01 - m_LinearFogStart: 0 - m_LinearFogEnd: 300 - m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} - m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} - m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} - m_AmbientIntensity: 1 - m_AmbientMode: 0 - m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} - m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} - m_HaloStrength: 0.5 - m_FlareStrength: 1 - m_FlareFadeSpeed: 3 - m_HaloTexture: {fileID: 0} - m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} - m_DefaultReflectionMode: 0 - m_DefaultReflectionResolution: 128 - m_ReflectionBounces: 1 - m_ReflectionIntensity: 1 - m_CustomReflection: {fileID: 0} - m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.17934927, g: 0.22457004, b: 0.30625606, a: 1} - m_UseRadianceAmbientProbe: 0 ---- !u!157 &3 -LightmapSettings: - m_ObjectHideFlags: 0 - serializedVersion: 12 - m_GIWorkflowMode: 1 - m_GISettings: - serializedVersion: 2 - m_BounceScale: 1 - m_IndirectOutputScale: 1 - m_AlbedoBoost: 1 - m_EnvironmentLightingMode: 0 - m_EnableBakedLightmaps: 1 - m_EnableRealtimeLightmaps: 0 - m_LightmapEditorSettings: - serializedVersion: 12 - m_Resolution: 2 - m_BakeResolution: 40 - m_AtlasSize: 1024 - m_AO: 0 - m_AOMaxDistance: 1 - m_CompAOExponent: 1 - m_CompAOExponentDirect: 0 - m_ExtractAmbientOcclusion: 0 - m_Padding: 2 - m_LightmapParameters: {fileID: 0} - m_LightmapsBakeMode: 1 - m_TextureCompression: 1 - m_FinalGather: 0 - m_FinalGatherFiltering: 1 - m_FinalGatherRayCount: 256 - m_ReflectionCompression: 2 - m_MixedBakeMode: 2 - m_BakeBackend: 1 - m_PVRSampling: 1 - m_PVRDirectSampleCount: 32 - m_PVRSampleCount: 512 - m_PVRBounces: 2 - m_PVREnvironmentSampleCount: 256 - m_PVREnvironmentReferencePointCount: 2048 - m_PVRFilteringMode: 1 - m_PVRDenoiserTypeDirect: 1 - m_PVRDenoiserTypeIndirect: 1 - m_PVRDenoiserTypeAO: 1 - m_PVRFilterTypeDirect: 0 - m_PVRFilterTypeIndirect: 0 - m_PVRFilterTypeAO: 0 - m_PVREnvironmentMIS: 1 - m_PVRCulling: 1 - m_PVRFilteringGaussRadiusDirect: 1 - m_PVRFilteringGaussRadiusIndirect: 5 - m_PVRFilteringGaussRadiusAO: 2 - m_PVRFilteringAtrousPositionSigmaDirect: 0.5 - m_PVRFilteringAtrousPositionSigmaIndirect: 2 - m_PVRFilteringAtrousPositionSigmaAO: 1 - m_ExportTrainingData: 0 - m_TrainingDataDestination: TrainingData - m_LightProbeSampleCountMultiplier: 4 - m_LightingDataAsset: {fileID: 0} - m_LightingSettings: {fileID: 0} ---- !u!196 &4 -NavMeshSettings: - serializedVersion: 2 - m_ObjectHideFlags: 0 - m_BuildSettings: - serializedVersion: 3 - agentTypeID: 0 - agentRadius: 0.5 - agentHeight: 2 - agentSlope: 45 - agentClimb: 0.4 - ledgeDropHeight: 0 - maxJumpAcrossDistance: 0 - minRegionArea: 2 - manualCellSize: 0 - cellSize: 0.16666667 - manualTileSize: 0 - tileSize: 256 - buildHeightMesh: 0 - maxJobWorkers: 0 - preserveTilesOutsideBounds: 0 - debug: - m_Flags: 0 - m_NavMeshData: {fileID: 0} ---- !u!1 &330585543 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 330585546} - - component: {fileID: 330585545} - - component: {fileID: 330585544} - - component: {fileID: 330585547} - m_Layer: 0 - m_Name: Main Camera - m_TagString: MainCamera - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!81 &330585544 -AudioListener: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 330585543} - m_Enabled: 1 ---- !u!20 &330585545 -Camera: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 330585543} - m_Enabled: 1 - serializedVersion: 2 - m_ClearFlags: 2 - m_BackGroundColor: {r: 0.9333334, g: 0.8352942, b: 0.6313726, a: 0} - m_projectionMatrixMode: 1 - m_GateFitMode: 2 - m_FOVAxisMode: 0 - m_Iso: 200 - m_ShutterSpeed: 0.005 - m_Aperture: 16 - m_FocusDistance: 10 - m_FocalLength: 50 - m_BladeCount: 5 - m_Curvature: {x: 2, y: 11} - m_BarrelClipping: 0.25 - m_Anamorphism: 0 - m_SensorSize: {x: 36, y: 24} - m_LensShift: {x: 0, y: 0} - m_NormalizedViewPortRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - near clip plane: 0.3 - far clip plane: 1000 - field of view: 60 - orthographic: 0 - orthographic size: 5 - m_Depth: -1 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingPath: -1 - m_TargetTexture: {fileID: 0} - m_TargetDisplay: 0 - m_TargetEye: 3 - m_HDR: 1 - m_AllowMSAA: 1 - m_AllowDynamicResolution: 0 - m_ForceIntoRT: 0 - m_OcclusionCulling: 1 - m_StereoConvergence: 10 - m_StereoSeparation: 0.022 ---- !u!4 &330585546 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 330585543} - serializedVersion: 2 - m_LocalRotation: {x: 0.13034073, y: -0.7033583, z: 0.12732522, w: 0.6870857} - m_LocalPosition: {x: 3.493, y: 2.477, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 20.991, y: -91.436, z: -0.515} ---- !u!114 &330585547 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 330585543} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_RenderShadows: 1 - m_RequiresDepthTextureOption: 2 - m_RequiresOpaqueTextureOption: 2 - m_CameraType: 0 - m_Cameras: [] - m_RendererIndex: -1 - m_VolumeLayerMask: - serializedVersion: 2 - m_Bits: 1 - m_VolumeTrigger: {fileID: 0} - m_VolumeFrameworkUpdateModeOption: 2 - m_RenderPostProcessing: 0 - m_Antialiasing: 0 - m_AntialiasingQuality: 2 - m_StopNaN: 0 - m_Dithering: 0 - m_ClearDepth: 1 - m_AllowXRRendering: 1 - m_AllowHDROutput: 1 - m_UseScreenCoordOverride: 0 - m_ScreenSizeOverride: {x: 0, y: 0, z: 0, w: 0} - m_ScreenCoordScaleBias: {x: 0, y: 0, z: 0, w: 0} - m_RequiresDepthTexture: 0 - m_RequiresColorTexture: 0 - m_Version: 2 - m_TaaSettings: - quality: 3 - frameInfluence: 0.1 - jitterScale: 1 - mipBias: 0 - varianceClampScale: 0.9 - contrastAdaptiveSharpening: 0 ---- !u!1 &410087039 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 410087041} - - component: {fileID: 410087040} - - component: {fileID: 410087042} - m_Layer: 0 - m_Name: Directional Light - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!108 &410087040 -Light: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 410087039} - m_Enabled: 1 - serializedVersion: 10 - m_Type: 1 - m_Shape: 0 - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_Intensity: 1 - m_Range: 10 - m_SpotAngle: 30 - m_InnerSpotAngle: 21.80208 - m_CookieSize: 10 - m_Shadows: - m_Type: 2 - m_Resolution: -1 - m_CustomResolution: -1 - m_Strength: 1 - m_Bias: 0.05 - m_NormalBias: 0.4 - m_NearPlane: 0.2 - m_CullingMatrixOverride: - e00: 1 - e01: 0 - e02: 0 - e03: 0 - e10: 0 - e11: 1 - e12: 0 - e13: 0 - e20: 0 - e21: 0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 - m_UseCullingMatrixOverride: 0 - m_Cookie: {fileID: 0} - m_DrawHalo: 0 - m_Flare: {fileID: 0} - m_RenderMode: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingLayerMask: 1 - m_Lightmapping: 4 - m_LightShadowCasterMode: 0 - m_AreaSize: {x: 1, y: 1} - m_BounceIntensity: 1 - m_ColorTemperature: 5000 - m_UseColorTemperature: 1 - m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} - m_UseBoundingSphereOverride: 0 - m_UseViewFrustumForShadowCasterCull: 1 - m_ShadowRadius: 0 - m_ShadowAngle: 0 ---- !u!4 &410087041 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 410087039} - serializedVersion: 2 - m_LocalRotation: {x: -0.44861466, y: 0.75539726, z: -0.46347755, w: -0.11536227} - m_LocalPosition: {x: 0, y: 3, z: -2.61} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 53.487, y: 876.048, z: -73.613} ---- !u!114 &410087042 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 410087039} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Version: 3 - m_UsePipelineSettings: 1 - m_AdditionalLightsShadowResolutionTier: 2 - m_LightLayerMask: 1 - m_RenderingLayers: 1 - m_CustomShadowLayers: 0 - m_ShadowLayerMask: 1 - m_ShadowRenderingLayers: 1 - m_LightCookieSize: {x: 1, y: 1} - m_LightCookieOffset: {x: 0, y: 0} - m_SoftShadowQuality: 1 ---- !u!1 &510549499 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 510549503} - - component: {fileID: 510549502} - - component: {fileID: 510549501} - - component: {fileID: 510549500} - m_Layer: 0 - m_Name: Sphere - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!135 &510549500 -SphereCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 510549499} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 3 - m_Radius: 0.5 - m_Center: {x: 0, y: 0, z: 0} ---- !u!23 &510549501 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 510549499} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: d60db1350aa31bd4080a3bb5e2541934, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &510549502 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 510549499} - m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} ---- !u!4 &510549503 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 510549499} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0.28, y: 0.9, z: -0.986} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1309247978 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1309247982} - - component: {fileID: 1309247981} - - component: {fileID: 1309247980} - - component: {fileID: 1309247979} - m_Layer: 0 - m_Name: Plane - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!64 &1309247979 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1309247978} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 5 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} ---- !u!23 &1309247980 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1309247978} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: d60db1350aa31bd4080a3bb5e2541934, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &1309247981 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1309247978} - m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} ---- !u!4 &1309247982 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1309247978} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 1 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1362739483 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1362739487} - - component: {fileID: 1362739486} - - component: {fileID: 1362739485} - - component: {fileID: 1362739484} - m_Layer: 0 - m_Name: Wall 2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!65 &1362739484 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1362739483} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 3 - m_Size: {x: 1, y: 1, z: 1} - m_Center: {x: 0, y: 0, z: 0} ---- !u!23 &1362739485 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1362739483} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: d60db1350aa31bd4080a3bb5e2541934, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &1362739486 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1362739483} - m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} ---- !u!4 &1362739487 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1362739483} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} - m_LocalPosition: {x: 0.26, y: 1.7145, z: 1.17} - m_LocalScale: {x: 0.38215, y: 3.549, z: 4.3991} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0} ---- !u!1 &1386916473 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1386916476} - - component: {fileID: 1386916475} - - component: {fileID: 1386916474} - m_Layer: 0 - m_Name: Point Light (1) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!114 &1386916474 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1386916473} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Version: 3 - m_UsePipelineSettings: 1 - m_AdditionalLightsShadowResolutionTier: 2 - m_LightLayerMask: 1 - m_RenderingLayers: 1 - m_CustomShadowLayers: 0 - m_ShadowLayerMask: 1 - m_ShadowRenderingLayers: 1 - m_LightCookieSize: {x: 1, y: 1} - m_LightCookieOffset: {x: 0, y: 0} - m_SoftShadowQuality: 0 ---- !u!108 &1386916475 -Light: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1386916473} - m_Enabled: 1 - serializedVersion: 10 - m_Type: 2 - m_Shape: 0 - m_Color: {r: 1, g: 0.07232696, b: 0.24310507, a: 1} - m_Intensity: 1 - m_Range: 2.4616618 - m_SpotAngle: 30 - m_InnerSpotAngle: 21.80208 - m_CookieSize: 10 - m_Shadows: - m_Type: 2 - m_Resolution: -1 - m_CustomResolution: -1 - m_Strength: 1 - m_Bias: 0.05 - m_NormalBias: 0.4 - m_NearPlane: 0.2 - m_CullingMatrixOverride: - e00: 1 - e01: 0 - e02: 0 - e03: 0 - e10: 0 - e11: 1 - e12: 0 - e13: 0 - e20: 0 - e21: 0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 - m_UseCullingMatrixOverride: 0 - m_Cookie: {fileID: 0} - m_DrawHalo: 0 - m_Flare: {fileID: 0} - m_RenderMode: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingLayerMask: 1 - m_Lightmapping: 4 - m_LightShadowCasterMode: 0 - m_AreaSize: {x: 1, y: 1} - m_BounceIntensity: 1 - m_ColorTemperature: 6570 - m_UseColorTemperature: 0 - m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} - m_UseBoundingSphereOverride: 0 - m_UseViewFrustumForShadowCasterCull: 1 - m_ShadowRadius: 0 - m_ShadowAngle: 0 ---- !u!4 &1386916476 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1386916473} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0.4, y: 1.54, z: -0.68} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1677239187 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1677239190} - - component: {fileID: 1677239189} - - component: {fileID: 1677239188} - m_Layer: 0 - m_Name: Point Light - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1677239188 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1677239187} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Version: 3 - m_UsePipelineSettings: 1 - m_AdditionalLightsShadowResolutionTier: 2 - m_LightLayerMask: 1 - m_RenderingLayers: 1 - m_CustomShadowLayers: 0 - m_ShadowLayerMask: 1 - m_ShadowRenderingLayers: 1 - m_LightCookieSize: {x: 1, y: 1} - m_LightCookieOffset: {x: 0, y: 0} - m_SoftShadowQuality: 0 ---- !u!108 &1677239189 -Light: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1677239187} - m_Enabled: 1 - serializedVersion: 10 - m_Type: 2 - m_Shape: 0 - m_Color: {r: 0.038414, g: 0, b: 1, a: 1} - m_Intensity: 1 - m_Range: 2.4616618 - m_SpotAngle: 30 - m_InnerSpotAngle: 21.80208 - m_CookieSize: 10 - m_Shadows: - m_Type: 2 - m_Resolution: -1 - m_CustomResolution: -1 - m_Strength: 1 - m_Bias: 0.05 - m_NormalBias: 0.4 - m_NearPlane: 0.2 - m_CullingMatrixOverride: - e00: 1 - e01: 0 - e02: 0 - e03: 0 - e10: 0 - e11: 1 - e12: 0 - e13: 0 - e20: 0 - e21: 0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 - m_UseCullingMatrixOverride: 0 - m_Cookie: {fileID: 0} - m_DrawHalo: 0 - m_Flare: {fileID: 0} - m_RenderMode: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingLayerMask: 1 - m_Lightmapping: 4 - m_LightShadowCasterMode: 0 - m_AreaSize: {x: 1, y: 1} - m_BounceIntensity: 1 - m_ColorTemperature: 6570 - m_UseColorTemperature: 0 - m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} - m_UseBoundingSphereOverride: 0 - m_UseViewFrustumForShadowCasterCull: 1 - m_ShadowRadius: 0 - m_ShadowAngle: 0 ---- !u!4 &1677239190 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1677239187} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0.45, y: 1.251, z: -0.66} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1716243233 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1716243237} - - component: {fileID: 1716243236} - - component: {fileID: 1716243235} - - component: {fileID: 1716243234} - m_Layer: 0 - m_Name: Wall 1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!65 &1716243234 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1716243233} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 3 - m_Size: {x: 1, y: 1, z: 1} - m_Center: {x: 0, y: 0, z: 0} ---- !u!23 &1716243235 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1716243233} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: d60db1350aa31bd4080a3bb5e2541934, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &1716243236 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1716243233} - m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} ---- !u!4 &1716243237 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1716243233} - serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -1.21, y: 1.7145, z: -1.1552} - m_LocalScale: {x: 0.38215, y: 3.549, z: 4.3991} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1660057539 &9223372036854775807 -SceneRoots: - m_ObjectHideFlags: 0 - m_Roots: - - {fileID: 330585546} - - {fileID: 410087041} - - {fileID: 1309247982} - - {fileID: 510549503} - - {fileID: 1716243237} - - {fileID: 1362739487} - - {fileID: 1677239190} - - {fileID: 1386916476} diff --git a/Assets/Scenes/ObjectShowcase.unity b/Assets/Scenes/ObjectShowcase.unity new file mode 100644 index 00000000..8dd1b423 --- /dev/null +++ b/Assets/Scenes/ObjectShowcase.unity @@ -0,0 +1,2008 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 0 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: 35f878c209c39504f9159110fdda3b71, type: 2} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.016526828, g: 0.0033242395, b: 0.00003994487, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 3 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + buildHeightMesh: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &186505303 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 186505307} + - component: {fileID: 186505306} + - component: {fileID: 186505305} + - component: {fileID: 186505304} + m_Layer: 0 + m_Name: Plane (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!64 &186505304 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 186505303} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 5 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &186505305 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 186505303} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fabe243dc665f554b893c7182fe151ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &186505306 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 186505303} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &186505307 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 186505303} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 26.2, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &191547659 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalScale.x + value: 1.9667931 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalScale.y + value: 1.9667931 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalScale.z + value: 1.9667931 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalPosition.x + value: -0.62 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalPosition.y + value: 1.02 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalPosition.z + value: 2.6539998 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.5058822 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.8626026 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -119.22 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 4484c08ce7a6c4947b32afa6d8c20d66, type: 2} + - target: {fileID: 919132149155446097, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_Name + value: OneShot bulb + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3ac409522e66e3e45b43490c0def319b, type: 3} +--- !u!1 &410087039 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 410087041} + - component: {fileID: 410087040} + - component: {fileID: 410087042} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &410087040 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 410087039} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 5000 + m_UseColorTemperature: 1 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &410087041 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 410087039} + serializedVersion: 2 + m_LocalRotation: {x: -0.47446823, y: 0.7394323, z: -0.4592111, w: -0.13132048} + m_LocalPosition: {x: 0, y: 3, z: -2.61} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 53.487, y: 876.048, z: -77.576} +--- !u!114 &410087042 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 410087039} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 1 +--- !u!1 &510549499 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 510549503} + - component: {fileID: 510549502} + - component: {fileID: 510549501} + - component: {fileID: 510549500} + m_Layer: 0 + m_Name: Sphere + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!135 &510549500 +SphereCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 510549499} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Radius: 0.5 + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &510549501 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 510549499} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fabe243dc665f554b893c7182fe151ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &510549502 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 510549499} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &510549503 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 510549499} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.572999, y: 0.827, z: -1.416} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &605247364 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 605247368} + - component: {fileID: 605247367} + - component: {fileID: 605247366} + - component: {fileID: 605247365} + m_Layer: 0 + m_Name: Plane (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!64 &605247365 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 605247364} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 5 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &605247366 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 605247364} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fabe243dc665f554b893c7182fe151ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &605247367 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 605247364} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &605247368 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 605247364} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 9.37, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &636010613 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 636010617} + - component: {fileID: 636010616} + - component: {fileID: 636010615} + - component: {fileID: 636010614} + m_Layer: 0 + m_Name: Plane (5) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!64 &636010614 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 636010613} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 5 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &636010615 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 636010613} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fabe243dc665f554b893c7182fe151ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &636010616 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 636010613} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &636010617 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 636010613} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -8.05, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &817248666 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 817248669} + - component: {fileID: 817248668} + - component: {fileID: 817248667} + m_Layer: 0 + m_Name: Point Light (4) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &817248667 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 817248666} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &817248668 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 817248666} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0, b: 0.85984373, a: 1} + m_Intensity: 0.34 + m_Range: 2.4616618 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &817248669 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 817248666} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.6809988, y: 1.251, z: -0.63} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1079143423 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1079143427} + - component: {fileID: 1079143426} + - component: {fileID: 1079143425} + - component: {fileID: 1079143424} + m_Layer: 0 + m_Name: Plane (4) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!64 &1079143424 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1079143423} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 5 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &1079143425 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1079143423} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fabe243dc665f554b893c7182fe151ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &1079143426 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1079143423} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1079143427 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1079143423} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -8.05, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1307286137 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1307286140} + - component: {fileID: 1307286139} + - component: {fileID: 1307286138} + m_Layer: 0 + m_Name: Point Light (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1307286138 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1307286137} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &1307286139 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1307286137} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.34229422, g: 0, b: 1, a: 1} + m_Intensity: 0.34 + m_Range: 2.4616618 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1307286140 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1307286137} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.6809988, y: 1.251, z: -2.12} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1309247978 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1309247982} + - component: {fileID: 1309247981} + - component: {fileID: 1309247980} + - component: {fileID: 1309247979} + m_Layer: 0 + m_Name: Plane + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!64 &1309247979 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1309247978} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 5 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &1309247980 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1309247978} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fabe243dc665f554b893c7182fe151ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &1309247981 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1309247978} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1309247982 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1309247978} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1386916473 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1386916476} + - component: {fileID: 1386916475} + - component: {fileID: 1386916474} + m_Layer: 0 + m_Name: Point Light (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!114 &1386916474 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1386916473} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &1386916475 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1386916473} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.07232696, b: 0.24310507, a: 1} + m_Intensity: 1 + m_Range: 2.4616618 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1386916476 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1386916473} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.4, y: 1.54, z: -0.68} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1565880588 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1565880592} + - component: {fileID: 1565880591} + - component: {fileID: 1565880590} + - component: {fileID: 1565880589} + m_Layer: 0 + m_Name: Camera + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1565880589 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1565880588} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 0 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_AllowHDROutput: 1 + m_UseScreenCoordOverride: 0 + m_ScreenSizeOverride: {x: 0, y: 0, z: 0, w: 0} + m_ScreenCoordScaleBias: {x: 0, y: 0, z: 0, w: 0} + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 + m_TaaSettings: + quality: 3 + frameInfluence: 0.1 + jitterScale: 1 + mipBias: 0 + varianceClampScale: 0.9 + contrastAdaptiveSharpening: 0 +--- !u!81 &1565880590 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1565880588} + m_Enabled: 1 +--- !u!20 &1565880591 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1565880588} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 16 + m_FocusDistance: 10 + m_FocalLength: 50 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1565880592 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1565880588} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: -0.73945487, z: 0, w: 0.67320615} + m_LocalPosition: {x: -7.069, y: 0.52, z: 0.652} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: -95.37, z: 0} +--- !u!1 &1675704608 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1675704611} + - component: {fileID: 1675704610} + - component: {fileID: 1675704609} + m_Layer: 0 + m_Name: Point Light (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!114 &1675704609 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1675704608} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &1675704610 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1675704608} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.60996103, g: 0, b: 1, a: 1} + m_Intensity: 1 + m_Range: 2.4616618 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1675704611 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1675704608} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.206, y: 1.251, z: -2.509} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1677239187 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1677239190} + - component: {fileID: 1677239189} + - component: {fileID: 1677239188} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1677239188 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1677239187} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &1677239189 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1677239187} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.7849016, g: 0, b: 1, a: 1} + m_Intensity: 0.34 + m_Range: 2.4616618 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1677239190 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1677239187} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.28399944, y: 1.251, z: 1.732} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1920295210 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1920295214} + - component: {fileID: 1920295213} + - component: {fileID: 1920295212} + - component: {fileID: 1920295211} + m_Layer: 0 + m_Name: e + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!65 &1920295211 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1920295210} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &1920295212 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1920295210} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &1920295213 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1920295210} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1920295214 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1920295210} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 2.754, y: 0, z: 0} + m_LocalScale: {x: 0.63574535, y: 7.6129417, z: 0.63574535} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &2007602988 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 2.1314 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 2.1314 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 2.1314 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -8.61 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.004 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.4356587 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.7583164 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.6518867 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 81.368 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &2109080873 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2109080877} + - component: {fileID: 2109080876} + - component: {fileID: 2109080875} + - component: {fileID: 2109080874} + m_Layer: 0 + m_Name: Plane (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!64 &2109080874 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2109080873} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 5 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &2109080875 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2109080873} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fabe243dc665f554b893c7182fe151ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &2109080876 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2109080873} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &2109080877 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2109080873} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 17.63, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1660057539 &9223372036854775807 +SceneRoots: + m_ObjectHideFlags: 0 + m_Roots: + - {fileID: 410087041} + - {fileID: 1309247982} + - {fileID: 1079143427} + - {fileID: 636010617} + - {fileID: 605247368} + - {fileID: 2109080877} + - {fileID: 186505307} + - {fileID: 510549503} + - {fileID: 1677239190} + - {fileID: 1307286140} + - {fileID: 817248669} + - {fileID: 1675704611} + - {fileID: 1386916476} + - {fileID: 191547659} + - {fileID: 1920295214} + - {fileID: 2007602988} + - {fileID: 1565880592} diff --git a/Assets/Scenes/ObjectShowcase.unity.meta b/Assets/Scenes/ObjectShowcase.unity.meta new file mode 100644 index 00000000..e1ae5e94 --- /dev/null +++ b/Assets/Scenes/ObjectShowcase.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 545be13ddff2df14fbfb5a0aa500c268 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TVScene.unity b/Assets/Scenes/TVScene.unity new file mode 100644 index 00000000..abd4eaa5 --- /dev/null +++ b/Assets/Scenes/TVScene.unity @@ -0,0 +1,6625 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 0 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: 35f878c209c39504f9159110fdda3b71, type: 2} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.00023256986, g: 0.000015198294, b: 0.0000000057256457, + a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 3 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + buildHeightMesh: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1001 &19464661 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.2056074 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.2056074 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.2056074 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 1.78 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 1.02 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -3.86 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.94659114 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.027823534 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.3210747 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.010102844 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 3.392 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -397.471 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.072 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (9) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &52432561 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 2.948642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 2.948642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 2.948642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -4.81 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 3.85 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 1.2 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.75262296 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.035251934 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.65566355 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.049207523 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 6.753 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -277.972 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -1.607 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (2) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &59762770 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.74489 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.74489 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.74489 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.13 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 3.63 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -6.67 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.9895232 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.046102867 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.1342698 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.026268298 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 5.641 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -375.342 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 2.281 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (23) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &67187610 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.2225595 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.2225595 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.2225595 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 2.04 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 4.77 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -5.07 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.9355565 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.082922526 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.34319517 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.008662314 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 8.581 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -400.608 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -4.241 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (26) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &68052863 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 953066523} + m_PrefabAsset: {fileID: 0} +--- !u!1 &76471647 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1235086230} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &118433165 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.3134718 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.3134718 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.3134718 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 3.026 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -1.884 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.8235148 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.036141817 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.56366843 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.05286726 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -6.842 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -428.621 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -2.675 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (14) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &122535204 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1480673614} + m_PrefabAsset: {fileID: 0} +--- !u!1 &161565532 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1485831515} + m_PrefabAsset: {fileID: 0} +--- !u!1 &165552234 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1372779588} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &191547659 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalScale.x + value: 1.9667931 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalScale.y + value: 1.9667931 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalScale.z + value: 1.9667931 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalPosition.x + value: 11.414 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalPosition.y + value: 1.02 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.686 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.5058822 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.8626026 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -119.22 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 4484c08ce7a6c4947b32afa6d8c20d66, type: 2} + - target: {fileID: 919132149155446097, guid: 3ac409522e66e3e45b43490c0def319b, + type: 3} + propertyPath: m_Name + value: OneShot bulb + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3ac409522e66e3e45b43490c0def319b, type: 3} +--- !u!1 &206845262 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 643354965} + m_PrefabAsset: {fileID: 0} +--- !u!1 &209091639 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 209091642} + - component: {fileID: 209091641} + - component: {fileID: 209091640} + m_Layer: 0 + m_Name: Point Light (7) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &209091640 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 209091639} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &209091641 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 209091639} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.80425507, g: 0.255, b: 1, a: 1} + m_Intensity: 0.12 + m_Range: 22.25 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &209091642 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 209091639} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -1.506, y: 4.529, z: 2.574} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &256647840 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.74489 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.74489 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.74489 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -3.38 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 4.53 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -5.49 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.965005 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.06274 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.25234047 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.033961464 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 5.967 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -330.399 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 5.609 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (24) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &262680107 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1876397957} + m_PrefabAsset: {fileID: 0} +--- !u!1 &285461644 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1508392241} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &287980266 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.239399 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.239399 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.239399 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -4.557 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.447 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.097 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.6983675 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.010657475 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.71558726 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0102137225 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 1.691 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -268.604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.057 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (9) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &324460671 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1241179710} + m_PrefabAsset: {fileID: 0} +--- !u!1 &330585543 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 330585546} + - component: {fileID: 330585545} + - component: {fileID: 330585544} + - component: {fileID: 330585547} + - component: {fileID: 330585548} + - component: {fileID: 330585549} + - component: {fileID: 330585550} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &330585544 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 330585543} + m_Enabled: 1 +--- !u!20 &330585545 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 330585543} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 2 + m_BackGroundColor: {r: 0, g: 0, b: 0, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 16 + m_FocusDistance: 10 + m_FocalLength: 50 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &330585546 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 330585543} + serializedVersion: 2 + m_LocalRotation: {x: 0.021736225, y: -0.7146058, z: 0.016223045, w: 0.69900143} + m_LocalPosition: {x: -0.36, y: 3.44, z: -0.06} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 3.071, y: -91.278, z: -0.481} +--- !u!114 &330585547 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 330585543} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 0 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_AllowHDROutput: 1 + m_UseScreenCoordOverride: 0 + m_ScreenSizeOverride: {x: 0, y: 0, z: 0, w: 0} + m_ScreenCoordScaleBias: {x: 0, y: 0, z: 0, w: 0} + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 + m_TaaSettings: + quality: 3 + frameInfluence: 0.1 + jitterScale: 1 + mipBias: 0 + varianceClampScale: 0.9 + contrastAdaptiveSharpening: 0 +--- !u!114 &330585548 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 330585543} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0d79a0a481a936f4ca3da0b21b65b112, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &330585549 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 330585543} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9ef4e739f0ba615419d8af3753c9b46a, type: 3} + m_Name: + m_EditorClassIdentifier: + tvBodyMaterial1: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + outlineMaterial1: {fileID: 2100000, guid: 200f0f0f0e696e54e9f8afabcf27ee01, type: 2} + postProcessMaterial1: {fileID: 2100000, guid: 935318f134fc9154ba007b4299e76607, + type: 2} + tvMaterial1: {fileID: 2100000, guid: eda2fdefefdab0e45a665091920276f3, type: 2} + tvBodyMaterial2: {fileID: 2100000, guid: 97df42d9e72a2f540b45f1c09f2ae41a, type: 2} + outlineMaterial2: {fileID: 2100000, guid: 90176182aecaaf5408b6ed9a1b0314e0, type: 2} + postProcessMaterial2: {fileID: 2100000, guid: a7803ec077626ae469d4f69d4a13a4af, + type: 2} + tvMaterial2: {fileID: 2100000, guid: b5e2fa412cb63504483f030bd387663f, type: 2} + rendererData: {fileID: 11400000, guid: 04b3e88365069a642a3bcb043610ea48, type: 2} + refugeMode: 0 + televisions: + - {fileID: 957814195} + - {fileID: 206845262} + - {fileID: 2119060275} + - {fileID: 649229126} + - {fileID: 1913187684} + - {fileID: 1385116640} + - {fileID: 1800459550} + - {fileID: 829014662} + - {fileID: 68052863} + - {fileID: 769687785} + - {fileID: 122535204} + - {fileID: 76471647} + - {fileID: 161565532} + - {fileID: 2137826545} + - {fileID: 1277312022} + - {fileID: 1765305133} + - {fileID: 1285658677} + - {fileID: 413928289} + - {fileID: 985371252} + - {fileID: 1661794904} + - {fileID: 1665751131} + - {fileID: 1390144733} + - {fileID: 419235273} + - {fileID: 816202032} + - {fileID: 324460671} + - {fileID: 1067071755} + - {fileID: 1353452565} + - {fileID: 285461644} + - {fileID: 1154550103} + - {fileID: 1942128897} + - {fileID: 285461644} + - {fileID: 2033298823} + - {fileID: 1184237975} + - {fileID: 1062670245} + - {fileID: 649229126} + - {fileID: 165552234} + - {fileID: 285461644} + - {fileID: 262680107} + - {fileID: 2034553368} + - {fileID: 1118291144} + - {fileID: 717645121} + - {fileID: 1868563790} + - {fileID: 717645121} + - {fileID: 728878688} + - {fileID: 1306868371} +--- !u!114 &330585550 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 330585543} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2b31d4af524f7a648b34d4164663c44f, type: 3} + m_Name: + m_EditorClassIdentifier: + speed: 10 +--- !u!1001 &344802036 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.109926 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.109926 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.109926 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -3.271 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 1.104 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 4.053 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.28722075 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.02407831 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.9566961 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.040708255 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 3.673 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -573.55 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -3.991 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (12) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &379598052 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.610902 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.610902 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.610902 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -4.732 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.492 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 3.06 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.5434396 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0020265642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.83934355 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.013102185 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -1.387 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -245.85 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.621 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (10) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &408753242 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.760841 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.760841 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.760841 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -1.32 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.17 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 4.72 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.05187091 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.008490962 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.9981075 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.031918842 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -3.704 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -534.075 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.783 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (17) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &410087039 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 410087041} + - component: {fileID: 410087040} + - component: {fileID: 410087042} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &410087040 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 410087039} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 5000 + m_UseColorTemperature: 1 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &410087041 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 410087039} + serializedVersion: 2 + m_LocalRotation: {x: -0.47446823, y: 0.7394323, z: -0.4592111, w: -0.13132048} + m_LocalPosition: {x: 0, y: 3, z: -2.61} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 53.487, y: 876.048, z: -77.576} +--- !u!114 &410087042 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 410087039} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 1 +--- !u!1 &413928289 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 575359527} + m_PrefabAsset: {fileID: 0} +--- !u!1 &419235273 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 441839823} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &441839823 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.7235904 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.7235904 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.7235904 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 3.9 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 4.23 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.64 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.69603944 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.07844906 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.7125529 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.040535126 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 9.612 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -451.614 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -3.219 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (21) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &444298510 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 2.948642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 2.948642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 2.948642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -3.319 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 1.339 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -3.815 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.9725524 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.008782438 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.23250175 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.002787705 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -1.053 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -333.111 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.077 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (1) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &473296379 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 5.399843 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 5.399843 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 5.399843 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -5.04 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.62 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -2.51 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.7814099 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.0076467134 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.6238978 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.009577239 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 1.37 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -282.794 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -0.311 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (13) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &510549499 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 510549503} + - component: {fileID: 510549502} + - component: {fileID: 510549501} + - component: {fileID: 510549500} + m_Layer: 0 + m_Name: Sphere + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!135 &510549500 +SphereCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 510549499} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Radius: 0.5 + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &510549501 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 510549499} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fabe243dc665f554b893c7182fe151ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &510549502 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 510549499} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &510549503 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 510549499} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 11.461, y: 0.827, z: -1.416} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &534299907 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.7649066 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.7649066 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.7649066 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -3.596 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 2.61 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 3.849 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.28257382 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.00029719746 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.9582061 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.04464366 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 4.918 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -572.922 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -1.418 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (7) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &546615291 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.0099206 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.0099206 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.0099206 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -1.84 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 4.1 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -5.61 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.98652583 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.065157026 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.14775223 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.026280051 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 7.835 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -343.093 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -1.886 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (7) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &575359527 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 5.062604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 5.062604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 5.062604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -1.04 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 2.04 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 4.58 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.011975594 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.012856105 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.99893117 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.042753596 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 4.918 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -538.687 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -1.418 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (3) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &608010548 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.412211 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.412211 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.412211 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -3.58 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.29 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 4.28 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.28958747 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.05422299 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.9554617 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.017088434 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 3.673 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -573.55 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 5.389 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (25) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &643354965 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 5.062604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 5.062604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 5.062604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 3.47 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 2.03 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -1.3 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.8032621 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.007971508 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.5954996 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.009308629 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 1.369 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -433.099 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.313 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (1) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &649229126 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 52432561} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &695841898 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.4091053 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.4091053 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.4091053 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -4.702 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 3.956 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 3.133 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.53931653 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.01364346 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.84093344 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.04221933 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 4.918 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -605.402 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -1.299 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (8) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &717645121 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1236149458} + m_PrefabAsset: {fileID: 0} +--- !u!1 &728878688 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 444298510} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &755843353 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.525614 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.525614 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.525614 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 2.05 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 3.72 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.35493818 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.05378926 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.9291416 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.088439986 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 11.685 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -498.40802 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -2.176 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (5) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &769687785 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 118433165} + m_PrefabAsset: {fileID: 0} +--- !u!1 &816202032 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1952614407} + m_PrefabAsset: {fileID: 0} +--- !u!1 &829014662 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 19464661} + m_PrefabAsset: {fileID: 0} +--- !u!1 &846038019 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 846038022} + - component: {fileID: 846038021} + - component: {fileID: 846038020} + m_Layer: 0 + m_Name: Point Light (5) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &846038020 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 846038019} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &846038021 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 846038019} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.80425507, g: 0.255, b: 1, a: 1} + m_Intensity: 0.12 + m_Range: 22.25 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &846038022 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 846038019} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -2.635, y: 3.871, z: 0.83} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &890229966 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 890229969} + - component: {fileID: 890229968} + - component: {fileID: 890229967} + m_Layer: 0 + m_Name: Point Light (8) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &890229967 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 890229966} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &890229968 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 890229966} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.80425507, g: 0.255, b: 1, a: 1} + m_Intensity: 0.12 + m_Range: 22.25 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &890229969 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 890229966} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 1.43, y: 3.93, z: 0.1} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &953066523 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.3134718 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.3134718 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.3134718 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 2.629 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 3.215 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -3.639 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.9269364 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.08173697 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.36602572 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.011542123 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 9.206 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -403.276 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -2.232 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (10) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &957814195 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1482901764} + m_PrefabAsset: {fileID: 0} +--- !u!1 &965215143 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 965215147} + - component: {fileID: 965215146} + - component: {fileID: 965215145} + - component: {fileID: 965215144} + m_Layer: 0 + m_Name: Plane (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!64 &965215144 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 965215143} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 5 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &965215145 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 965215143} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fabe243dc665f554b893c7182fe151ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &965215146 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 965215143} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &965215147 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 965215143} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 13.12, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &985371252 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 534299907} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1062670245 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1577311023} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1067071755 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 59762770} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1118291144 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 287980266} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1154550103 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1444285766} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1164754448 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.3015099 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.3015099 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.3015099 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.83 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.21 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -4.57 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.96855325 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.02309199 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.2473896 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.013029389 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -2.934 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -388.636 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -0.793 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (14) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &1178665907 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.7104702 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.7104702 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.7104702 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -2.967 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 4.221 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 4.521 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.2065751 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.02771016 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.97742426 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.034652025 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 4.542 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -563.776 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 2.291 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (18) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &1184237975 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 546615291} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1192722557 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1192722560} + - component: {fileID: 1192722559} + - component: {fileID: 1192722558} + m_Layer: 0 + m_Name: Point Light (10) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1192722558 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1192722557} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &1192722559 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1192722557} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.80425507, g: 0.255, b: 1, a: 1} + m_Intensity: 0.12 + m_Range: 22.25 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1192722560 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1192722557} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -1.748, y: 4.609, z: -2.661} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1235086230 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.8114867 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.8114867 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.8114867 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 3.09 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 1.03 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 2.87 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.56647396 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0039650267 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.82344645 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.03205368 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -3.284 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -470.9 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -1.71 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (15) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &1236149458 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.32375 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.32375 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.32375 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -4.81 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 4.44 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.41 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.70762414 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.015666509 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.70553535 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.03525086 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 4.124 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -270.227 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -1.596 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (6) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &1236498998 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.2056074 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.2056074 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.2056074 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 3.38 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 2.01 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 1.17 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.69243246 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.054236174 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.71944094 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.00069762283 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 4.365 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -452.361 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -4.433 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (4) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &1241179710 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.2225595 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.2225595 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.2225595 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 3.45 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 4.4 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -3.26 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.858026 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.065134265 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.5059585 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.059622817 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 9.91 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -420.87 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 2.118 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (22) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &1277312022 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 408753242} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1285658677 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 608010548} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1292667849 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.045582 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.045582 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.045582 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 1.409 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 1.01 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 4.319 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.20496377 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0051242583 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.9776271 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.046997886 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 5.152 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -516.243 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 1.685 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (6) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &1306868371 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 67187610} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1307286137 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1307286140} + - component: {fileID: 1307286139} + - component: {fileID: 1307286138} + m_Layer: 0 + m_Name: Point Light (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1307286138 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1307286137} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &1307286139 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1307286137} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.34229422, g: 0, b: 1, a: 1} + m_Intensity: 0.34 + m_Range: 2.4616618 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1307286140 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1307286137} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 11.353001, y: 1.251, z: -2.12} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1309247978 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1309247982} + - component: {fileID: 1309247981} + - component: {fileID: 1309247980} + - component: {fileID: 1309247979} + m_Layer: 0 + m_Name: Plane + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!64 &1309247979 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1309247978} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 5 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &1309247980 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1309247978} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fabe243dc665f554b893c7182fe151ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &1309247981 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1309247978} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1309247982 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1309247978} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1353452565 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 256647840} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1372779588 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.0008328 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.0008328 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.0008328 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -4.55 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.95 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 1.641 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.67916477 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.009084106 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.73389125 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.007508516 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 1.339 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -265.562 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.18 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (8) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &1385116640 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1236498998} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1386916473 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1386916476} + - component: {fileID: 1386916475} + - component: {fileID: 1386916474} + m_Layer: 0 + m_Name: Point Light (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!114 &1386916474 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1386916473} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &1386916475 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1386916473} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.07232696, b: 0.24310507, a: 1} + m_Intensity: 1 + m_Range: 2.4616618 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1386916476 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1386916473} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.4, y: 1.54, z: -0.68} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1390144733 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1474872500} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1444285766 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.7677286 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.7677286 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.7677286 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -1.042 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.257 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -4.91 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.9988454 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.036653783 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.026897738 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.015522627 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -4.151 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -363.154 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 1.895 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (13) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &1474872500 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.6823854 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.6823854 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.6823854 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -0.3 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 3.92 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 4.79 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.10007697 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.015703445 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.9946016 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.022487056 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 2.384 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -528.466 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 2.05 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (19) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &1480673614 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 5.0381203 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 5.0381203 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 5.0381203 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 3.98 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.42 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.36 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.70967203 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0011119355 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.70335394 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.04071388 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -3.374 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -449.393 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -3.229 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (16) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &1482901764 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 5.062604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 5.062604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 5.062604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -4.42 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 1.93 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.4 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.7070537 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.008665901 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.7070537 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.008665901 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 1.404 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -270 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &1485831515 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.1819634 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.1819634 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.1819634 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.897 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 3.153 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -4.783 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.9827362 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.08336776 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.16514574 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0025297478 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 9.382 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -379.233 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -1.888 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (11) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &1508392241 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 2.948642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 2.948642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 2.948642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -2.893 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.109 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -4.021 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.98616916 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.038914446 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.1608914 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.008373608 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -4.557 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -341.477 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.23 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (12) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &1557150099 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 2.6658006 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 2.6658006 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 2.6658006 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -4.5387416 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 1.8990458 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -2.4369547 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.7708717 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.008851076 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.63692385 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0025613771 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -0.595 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -280.866 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -0.872 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &1567441254 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1567441257} + - component: {fileID: 1567441256} + - component: {fileID: 1567441255} + m_Layer: 0 + m_Name: Point Light (9) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1567441255 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1567441254} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &1567441256 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1567441254} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.80425507, g: 0.255, b: 1, a: 1} + m_Intensity: 0.12 + m_Range: 22.25 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1567441257 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1567441254} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 1.11, y: 4.95, z: -2.83} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1577311023 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.1331563 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.1331563 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.1331563 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -5.226 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 3.392 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -2.654 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.7608704 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.055916455 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.6450893 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.042537432 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 8.046 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -279.385 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.429 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (5) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1001 &1649485794 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 5.062604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 5.062604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 5.062604 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -1.08 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 1.42 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -4.71 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.9945946 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.006411707 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.10324617 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.008985 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -0.837 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -348.154 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.948 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (2) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &1661794904 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 695841898} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1665751131 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1178665907} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1675704608 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1675704611} + - component: {fileID: 1675704610} + - component: {fileID: 1675704609} + m_Layer: 0 + m_Name: Point Light (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!114 &1675704609 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1675704608} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &1675704610 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1675704608} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.60996103, g: 0, b: 1, a: 1} + m_Intensity: 1 + m_Range: 2.4616618 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1675704611 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1675704608} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.206, y: 1.251, z: -2.509} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1677239187 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1677239190} + - component: {fileID: 1677239189} + - component: {fileID: 1677239188} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1677239188 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1677239187} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &1677239189 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1677239187} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.7849016, g: 0, b: 1, a: 1} + m_Intensity: 0.34 + m_Range: 2.4616618 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1677239190 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1677239187} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 11.75, y: 1.251, z: -0.236} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1716243233 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1716243237} + - component: {fileID: 1716243236} + - component: {fileID: 1716243235} + - component: {fileID: 1716243234} + m_Layer: 0 + m_Name: Wall 1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!65 &1716243234 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1716243233} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &1716243235 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1716243233} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fabe243dc665f554b893c7182fe151ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &1716243236 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1716243233} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1716243237 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1716243233} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -4.96, y: 2.86, z: -0.17} + m_LocalScale: {x: 0.8670217, y: 8.0519705, z: 9.980677} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1765305133 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 344802036} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1783910776 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 3.8728228 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 3.8728228 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 3.8728228 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -3.573 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 2.874 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: -4.436 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.95516825 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.06825066 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.2876066 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0166711 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 8.046 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -326.45502 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.429 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (4) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &1800459550 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 755843353} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1805672073 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1805672076} + - component: {fileID: 1805672075} + - component: {fileID: 1805672074} + m_Layer: 0 + m_Name: Point Light (6) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1805672074 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1805672073} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!108 &1805672075 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1805672073} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.80425507, g: 0.255, b: 1, a: 1} + m_Intensity: 0.02 + m_Range: 22.25 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1805672076 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1805672073} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -2.635, y: 4.404, z: -0.944} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1868563790 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1649485794} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1876397957 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 2.948642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 2.948642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 2.948642 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: -4.486888 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 2.3978868 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 1.77793 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.7236739 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.01397958 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.6898446 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.014665122 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 2.319 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -272.74402 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -0.111 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: PR_TV (3) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &1913187684 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 473296379} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1942128897 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1164754448} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1952614407 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.x + value: 4.6823854 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.y + value: 4.6823854 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalScale.z + value: 4.6823854 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.x + value: 3.61 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.y + value: 3.74 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalPosition.z + value: 2.01 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.6296115 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.033798583 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.77172416 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.08299954 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 9.827 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -461.32 + objectReference: {fileID: 0} + - target: {fileID: 2705486677561853475, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 3.045 + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Name + value: TV Main (20) + objectReference: {fileID: 0} + - target: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4678030435657919545, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 4811349391752389245, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 5614494419028894319, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + - target: {fileID: 9163607088752450436, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 94472eb9ba9d6e647881868578b4ce89, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 153fc9dcde85e1049b8a4c20113d1fe1, type: 3} +--- !u!1 &2033298823 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1783910776} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2034553368 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 379598052} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2119060275 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1557150099} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2137826545 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4300666203694897070, guid: 153fc9dcde85e1049b8a4c20113d1fe1, + type: 3} + m_PrefabInstance: {fileID: 1292667849} + m_PrefabAsset: {fileID: 0} +--- !u!1660057539 &9223372036854775807 +SceneRoots: + m_ObjectHideFlags: 0 + m_Roots: + - {fileID: 330585546} + - {fileID: 410087041} + - {fileID: 1309247982} + - {fileID: 965215147} + - {fileID: 510549503} + - {fileID: 1716243237} + - {fileID: 1677239190} + - {fileID: 1307286140} + - {fileID: 846038022} + - {fileID: 209091642} + - {fileID: 890229969} + - {fileID: 1567441257} + - {fileID: 1192722560} + - {fileID: 1805672076} + - {fileID: 1675704611} + - {fileID: 1386916476} + - {fileID: 1482901764} + - {fileID: 473296379} + - {fileID: 1649485794} + - {fileID: 1236498998} + - {fileID: 755843353} + - {fileID: 19464661} + - {fileID: 953066523} + - {fileID: 118433165} + - {fileID: 1235086230} + - {fileID: 1480673614} + - {fileID: 1485831515} + - {fileID: 1292667849} + - {fileID: 408753242} + - {fileID: 344802036} + - {fileID: 608010548} + - {fileID: 575359527} + - {fileID: 534299907} + - {fileID: 695841898} + - {fileID: 1178665907} + - {fileID: 1474872500} + - {fileID: 1952614407} + - {fileID: 441839823} + - {fileID: 1241179710} + - {fileID: 67187610} + - {fileID: 59762770} + - {fileID: 256647840} + - {fileID: 643354965} + - {fileID: 1557150099} + - {fileID: 444298510} + - {fileID: 1508392241} + - {fileID: 1444285766} + - {fileID: 1164754448} + - {fileID: 1783910776} + - {fileID: 546615291} + - {fileID: 1577311023} + - {fileID: 52432561} + - {fileID: 1236149458} + - {fileID: 1876397957} + - {fileID: 1372779588} + - {fileID: 379598052} + - {fileID: 287980266} + - {fileID: 191547659} diff --git a/Assets/Scenes/Additional Light Demo.unity.meta b/Assets/Scenes/TVScene.unity.meta similarity index 100% rename from Assets/Scenes/Additional Light Demo.unity.meta rename to Assets/Scenes/TVScene.unity.meta diff --git a/Assets/Shaders/DistortObject.shadersubgraph b/Assets/Shaders/DistortObject.shadersubgraph new file mode 100644 index 00000000..3c123d44 --- /dev/null +++ b/Assets/Shaders/DistortObject.shadersubgraph @@ -0,0 +1,1978 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "90553bc82c3a490d9e01446252e32d82", + "m_Properties": [ + { + "m_Id": "0027f39a799d45e3889fd57ad6b93a6e" + }, + { + "m_Id": "7e61a93d01f64c5586047aa1e329a5ea" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "99f73992330c435caa8a0b722a375ebe" + } + ], + "m_Nodes": [ + { + "m_Id": "476c308ec04b485786e54215b7ecf75b" + }, + { + "m_Id": "b6263cb97e0a4ad0a1cdd079f5a4a7da" + }, + { + "m_Id": "a6fea6e82213427c87e98bf49d634b58" + }, + { + "m_Id": "f40616c3a2554fb5ac073b31b8707f18" + }, + { + "m_Id": "53dd7912afd84ade8f316680f536815a" + }, + { + "m_Id": "035931c7defa47b680e919ff595d3e22" + }, + { + "m_Id": "9b6c1595709f4ab9ba59c4bd559f4a61" + }, + { + "m_Id": "ec1f02fc533942648b288876822135a8" + }, + { + "m_Id": "a4b6a0c3070b4a9589e6fd791acc8fac" + }, + { + "m_Id": "5cc9e4650c4f4f158d5b714ef4b7c3dc" + }, + { + "m_Id": "8fad1caa5c75485bbabfe46262038c6e" + }, + { + "m_Id": "60d53434aefb487fa62ce8e235034c3c" + }, + { + "m_Id": "667321c5d61848faa9586d48039b6173" + }, + { + "m_Id": "81dcc0314f3b4248a980749b0d35689a" + }, + { + "m_Id": "60565e9139d64c1d8b1484cca1b1ce53" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "035931c7defa47b680e919ff595d3e22" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "60565e9139d64c1d8b1484cca1b1ce53" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "53dd7912afd84ade8f316680f536815a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f40616c3a2554fb5ac073b31b8707f18" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5cc9e4650c4f4f158d5b714ef4b7c3dc" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b6263cb97e0a4ad0a1cdd079f5a4a7da" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "60565e9139d64c1d8b1484cca1b1ce53" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a6fea6e82213427c87e98bf49d634b58" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "60d53434aefb487fa62ce8e235034c3c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5cc9e4650c4f4f158d5b714ef4b7c3dc" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "667321c5d61848faa9586d48039b6173" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ec1f02fc533942648b288876822135a8" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "81dcc0314f3b4248a980749b0d35689a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "60565e9139d64c1d8b1484cca1b1ce53" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8fad1caa5c75485bbabfe46262038c6e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "60d53434aefb487fa62ce8e235034c3c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9b6c1595709f4ab9ba59c4bd559f4a61" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ec1f02fc533942648b288876822135a8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a4b6a0c3070b4a9589e6fd791acc8fac" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "60d53434aefb487fa62ce8e235034c3c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a6fea6e82213427c87e98bf49d634b58" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f40616c3a2554fb5ac073b31b8707f18" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b6263cb97e0a4ad0a1cdd079f5a4a7da" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a6fea6e82213427c87e98bf49d634b58" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ec1f02fc533942648b288876822135a8" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a4b6a0c3070b4a9589e6fd791acc8fac" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f40616c3a2554fb5ac073b31b8707f18" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "476c308ec04b485786e54215b7ecf75b" + }, + "m_SlotId": 1 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 0.0, + "y": 0.0 + }, + "m_Blocks": [] + }, + "m_FragmentContext": { + "m_Position": { + "x": 0.0, + "y": 0.0 + }, + "m_Blocks": [] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Sub Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "476c308ec04b485786e54215b7ecf75b" + }, + "m_ActiveTargets": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "0027f39a799d45e3889fd57ad6b93a6e", + "m_Guid": { + "m_GuidSerialized": "b630f065-1eda-460f-8245-2cd0d857d58c" + }, + "m_Name": "Framerate", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Framerate", + "m_DefaultReferenceName": "_Framerate", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "00b97e992abe4e2e8f6ceb94fb502c97", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.05000000074505806, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1Node", + "m_ObjectId": "035931c7defa47b680e919ff595d3e22", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Float", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 90.0, + "y": 192.0, + "width": 126.0, + "height": 77.0 + } + }, + "m_Slots": [ + { + "m_Id": "00b97e992abe4e2e8f6ceb94fb502c97" + }, + { + "m_Id": "f8edc0a32d1542aea2a9c05567c5b353" + } + ], + "synonyms": [ + "Vector 1", + "1", + "v1", + "vec1", + "scalar" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": 0.0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "092734dd4ec442ed8ed0000b5c91e597", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "0bd399ae43d44e518bdf0d810d78557b", + "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": "134eca40f9794343a3a128df5463343a", + "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": "1752f24541664119911a2d076f6c688b", + "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": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "186c721dec804ab09396e5de78349522", + "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.Vector3MaterialSlot", + "m_ObjectId": "1ce808233f374e9fb4dbf9e7a435d165", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "2827d9dffc5441199331ea978b8d3653", + "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.SubGraphOutputNode", + "m_ObjectId": "476c308ec04b485786e54215b7ecf75b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Output", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 771.5, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "7aaf27c0d7e5480babdb318ccbd86415" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "IsFirstSlotValid": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4b505d07d8df4a06b4f21bb25519b202", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.PositionNode", + "m_ObjectId": "53dd7912afd84ade8f316680f536815a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 278.5, + "y": -293.5, + "width": 206.0, + "height": 131.0 + } + }, + "m_Slots": [ + { + "m_Id": "1ce808233f374e9fb4dbf9e7a435d165" + } + ], + "synonyms": [ + "location" + ], + "m_Precision": 1, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 0, + "m_PositionSource": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "571d14ea0f1842e5b9c3fa911c3a44c7", + "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": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "5cc9e4650c4f4f158d5b714ef4b7c3dc", + "m_Group": { + "m_Id": "" + }, + "m_Name": "FBM3D (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -86.49996948242188, + "y": -151.5000762939453, + "width": 207.99996948242188, + "height": 326.0 + } + }, + "m_Slots": [ + { + "m_Id": "881e4682dd5e4eb7bbca2fce18050440" + }, + { + "m_Id": "b6eab7e5f0864c378eb15a0e39f9a1e5" + }, + { + "m_Id": "8309cff61c694ac6a989351569a94c5c" + }, + { + "m_Id": "7c4756668390476c9f1a777bcf960fa0" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "FBM3D", + "m_FunctionSource": "28936fcb20f5ec64bb7a9dd40da42822", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "60565e9139d64c1d8b1484cca1b1ce53", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 229.0, + "y": 192.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "8ab63384c5a7484e85def100dba35191" + }, + { + "m_Id": "0bd399ae43d44e518bdf0d810d78557b" + }, + { + "m_Id": "6ae030e31ab94a21af5f2d483ebe2bfd" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "60d53434aefb487fa62ce8e235034c3c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -229.49993896484376, + "y": -151.50001525878907, + "width": 130.0, + "height": 117.99995422363281 + } + }, + "m_Slots": [ + { + "m_Id": "2827d9dffc5441199331ea978b8d3653" + }, + { + "m_Id": "b0771905287b4ba098d17890baef4d94" + }, + { + "m_Id": "df0fd46f9b8b4bb98eb4212bbe0bf797" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "621ec76b583d4faf88b714317f414e3a", + "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": "62d4613258ba4385b3c4cf8fdd7a60fe", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "656603b045544ba398e4a3afcaacd264", + "m_Id": 0, + "m_DisplayName": "Framerate", + "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": "667321c5d61848faa9586d48039b6173", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -633.0, + "y": 190.00001525878907, + "width": 129.00006103515626, + "height": 33.999969482421878 + } + }, + "m_Slots": [ + { + "m_Id": "656603b045544ba398e4a3afcaacd264" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "0027f39a799d45e3889fd57ad6b93a6e" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6ae030e31ab94a21af5f2d483ebe2bfd", + "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": "7aaf27c0d7e5480babdb318ccbd86415", + "m_Id": 1, + "m_DisplayName": "Out_Vector3", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutVector3", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "7ac6ee9c0d684911829c10019f4000a2", + "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.Vector3MaterialSlot", + "m_ObjectId": "7c4756668390476c9f1a777bcf960fa0", + "m_Id": 3, + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "7e61a93d01f64c5586047aa1e329a5ea", + "m_Guid": { + "m_GuidSerialized": "6ec75632-08bc-4b50-bbcc-fff08461526d" + }, + "m_Name": "Multiplier", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Multiplier", + "m_DefaultReferenceName": "_Multiplier", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "81dcc0314f3b4248a980749b0d35689a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 90.0, + "y": 276.0, + "width": 123.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "a1be6bb5447448efaa6649270ab5f19d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "7e61a93d01f64c5586047aa1e329a5ea" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "82a2821c0d0b48f98ebc332b4f5d290a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 100.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": "8309cff61c694ac6a989351569a94c5c", + "m_Id": 2, + "m_DisplayName": "Iterations", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Iterations", + "m_StageCapability": 3, + "m_Value": 3.009999990463257, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "881e4682dd5e4eb7bbca2fce18050440", + "m_Id": 0, + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8ab63384c5a7484e85def100dba35191", + "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.PositionNode", + "m_ObjectId": "8fad1caa5c75485bbabfe46262038c6e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -460.50006103515627, + "y": -151.5000457763672, + "width": 206.00001525878907, + "height": 131.0 + } + }, + "m_Slots": [ + { + "m_Id": "fbb0ae3d8bcf4bb3a216da7f8252ed84" + } + ], + "synonyms": [ + "location" + ], + "m_Precision": 1, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 2, + "m_PositionSource": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "90941fed92434d00a8f3ff22fa692f05", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "967ec9396a8e4775963fbde14a70dc81", + "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.CategoryData", + "m_ObjectId": "99f73992330c435caa8a0b722a375ebe", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "0027f39a799d45e3889fd57ad6b93a6e" + }, + { + "m_Id": "7e61a93d01f64c5586047aa1e329a5ea" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "9b6c1595709f4ab9ba59c4bd559f4a61", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -633.5, + "y": 6.499969482421875, + "width": 124.00003051757813, + "height": 173.0 + } + }, + "m_Slots": [ + { + "m_Id": "90941fed92434d00a8f3ff22fa692f05" + }, + { + "m_Id": "62d4613258ba4385b3c4cf8fdd7a60fe" + }, + { + "m_Id": "cc66c91089a345e1a76bbd3f2a680ba0" + }, + { + "m_Id": "e4429dc9054f47c196b89390318fd302" + }, + { + "m_Id": "c2111f3b9dbf44a189d9bc2614182ced" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a1be6bb5447448efaa6649270ab5f19d", + "m_Id": 0, + "m_DisplayName": "Multiplier", + "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.MultiplyNode", + "m_ObjectId": "a4b6a0c3070b4a9589e6fd791acc8fac", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -229.4999237060547, + "y": 6.499969482421875, + "width": 125.99999237060547, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "ccbff80612214e08ad10a245f5e437f0" + }, + { + "m_Id": "82a2821c0d0b48f98ebc332b4f5d290a" + }, + { + "m_Id": "092734dd4ec442ed8ed0000b5c91e597" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a6db6d64f1ca454db855265ac4e2db4e", + "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": "a6fea6e82213427c87e98bf49d634b58", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 354.5, + "y": -151.50001525878907, + "width": 130.0, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "b37bd96780d542119ce1cf9f51e0c681" + }, + { + "m_Id": "a6db6d64f1ca454db855265ac4e2db4e" + }, + { + "m_Id": "134eca40f9794343a3a128df5463343a" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "aee40156321b4c1e840ed47733c10412", + "m_Id": 1, + "m_DisplayName": "PosterizedTime", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "PosterizedTime", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b0771905287b4ba098d17890baef4d94", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "b37bd96780d542119ce1cf9f51e0c681", + "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.RemapNode", + "m_ObjectId": "b6263cb97e0a4ad0a1cdd079f5a4a7da", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 132.50001525878907, + "y": -151.50001525878907, + "width": 208.00001525878907, + "height": 326.0 + } + }, + "m_Slots": [ + { + "m_Id": "7ac6ee9c0d684911829c10019f4000a2" + }, + { + "m_Id": "571d14ea0f1842e5b9c3fa911c3a44c7" + }, + { + "m_Id": "1752f24541664119911a2d076f6c688b" + }, + { + "m_Id": "186c721dec804ab09396e5de78349522" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b6eab7e5f0864c378eb15a0e39f9a1e5", + "m_Id": 1, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Scale", + "m_StageCapability": 3, + "m_Value": 0.6000000238418579, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c2111f3b9dbf44a189d9bc2614182ced", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "cc66c91089a345e1a76bbd3f2a680ba0", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ccbff80612214e08ad10a245f5e437f0", + "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": "df0fd46f9b8b4bb98eb4212bbe0bf797", + "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": "e4429dc9054f47c196b89390318fd302", + "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": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "ec1f02fc533942648b288876822135a8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "PosterizeTime (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -490.0, + "y": 7.0, + "width": 236.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "f06c3c439332466ab92e98ac4fe864d6" + }, + { + "m_Id": "f2181c66013d40cd9bd3d21a8680d086" + }, + { + "m_Id": "aee40156321b4c1e840ed47733c10412" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "PosterizeTime", + "m_FunctionSource": "3273bfff58f7f734982b696c1460cce5", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f06c3c439332466ab92e98ac4fe864d6", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f2181c66013d40cd9bd3d21a8680d086", + "m_Id": 2, + "m_DisplayName": "Framerate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Framerate", + "m_StageCapability": 3, + "m_Value": 12.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "f40616c3a2554fb5ac073b31b8707f18", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 506.5, + "y": -250.50001525878907, + "width": 130.00006103515626, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "967ec9396a8e4775963fbde14a70dc81" + }, + { + "m_Id": "4b505d07d8df4a06b4f21bb25519b202" + }, + { + "m_Id": "621ec76b583d4faf88b714317f414e3a" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f8edc0a32d1542aea2a9c05567c5b353", + "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": "fbb0ae3d8bcf4bb3a216da7f8252ed84", + "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": [] +} + diff --git a/Assets/Shaders/DistortObject.shadersubgraph.meta b/Assets/Shaders/DistortObject.shadersubgraph.meta new file mode 100644 index 00000000..a3e23849 --- /dev/null +++ b/Assets/Shaders/DistortObject.shadersubgraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 57e2210b2d8dadc42bd381a9507e1140 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 60072b568d64c40a485e0fc55012dc9f, type: 3} diff --git a/Assets/Shaders/Includes/LightingHelp.hlsl b/Assets/Shaders/Includes/LightingHelp.hlsl index ded53d74..ab8bb1f8 100644 --- a/Assets/Shaders/Includes/LightingHelp.hlsl +++ b/Assets/Shaders/Includes/LightingHelp.hlsl @@ -22,7 +22,7 @@ void GetMainLight_float(float3 WorldPos, out float3 Color, out float3 Direction, } void ComputeAdditionalLighting_float(float3 WorldPosition, float3 WorldNormal, - float2 Thresholds, float3 RampedDiffuseValues, + float2 Thresholds, float3 RampedDiffuseValues, float DiffuseOffset, out float3 Color, out float Diffuse) { Color = float3(0, 0, 0); @@ -40,7 +40,7 @@ void ComputeAdditionalLighting_float(float3 WorldPosition, float3 WorldNormal, half shadowAtten = light.shadowAttenuation * AdditionalLightRealtimeShadow(light_i, WorldPosition, light.direction); - half NdotL = saturate(dot(WorldNormal, light.direction)); + half NdotL = saturate(dot(WorldNormal, light.direction) + DiffuseOffset); half distanceAtten = light.distanceAttenuation; half thisDiffuse = distanceAtten * shadowAtten * NdotL; @@ -79,18 +79,34 @@ void ComputeAdditionalLighting_float(float3 WorldPosition, float3 WorldNormal, #endif } -void ChooseColor_float(float3 Highlight, float3 Midtone, float3 Shadow, float Diffuse, float2 Thresholds, out float3 OUT) +void ChooseColor_float(float3 Highlight, float3 Midtone, float3 Shadow, float Diffuse, float LoThreshold, float HiThreshold, float Smoothness, out float3 OUT) { - if (Diffuse < Thresholds.x) - { - OUT = Shadow; - } - else if (Diffuse < Thresholds.y) - { - OUT = Midtone; - } - else - { - OUT = Highlight; - } + Smoothness += 0.0001; + + float shadowMult = smoothstep(LoThreshold+Smoothness*.5, LoThreshold-Smoothness*.5, Diffuse); + float midtoneMult = smoothstep(LoThreshold-Smoothness*.5, LoThreshold+Smoothness*.5, Diffuse) * smoothstep(HiThreshold+Smoothness*.5, HiThreshold-Smoothness*.5, Diffuse); + float highlightMult = smoothstep(HiThreshold-Smoothness*.5, HiThreshold+Smoothness*.5, Diffuse); + + OUT = + shadowMult * Shadow + + midtoneMult * Midtone + + highlightMult * Highlight; +} + +void ChooseSpecularColor_float(float Specular, float3 Midtone, float3 Highlight, float LoThreshold, float HiThreshold, out float3 COL) { + float3 midtone = Midtone * step(LoThreshold, Specular) * step(Specular, HiThreshold); + float3 highlight = Highlight * (1.-step(Specular,HiThreshold)); + + COL = midtone + highlight; } + +void SampleBoxField_float(float2 UV, float BoxSize, float FieldValue, out float Opacity) { + UV += 100.; + float2 p = UV; + + p = fmod(p, BoxSize) - BoxSize*.5; + p = abs(p); + float exists = step(max(p.x,p.y), BoxSize*.5*FieldValue); + + Opacity = exists; +} \ No newline at end of file diff --git a/Assets/Shaders/Includes/NoiseHelp.hlsl b/Assets/Shaders/Includes/NoiseHelp.hlsl new file mode 100644 index 00000000..b8e8be73 --- /dev/null +++ b/Assets/Shaders/Includes/NoiseHelp.hlsl @@ -0,0 +1,126 @@ +float hash31(float3 p3) // From https://www.shadertoy.com/view/4djSRW +{ + p3 = frac(p3 * .1031); + p3 += dot(p3, p3.zyx + 31.32); + return frac((p3.x + p3.y) * p3.z); +} + +float3 hash33(float3 p3) // From https://www.shadertoy.com/view/4djSRW +{ + p3 = frac(p3 * float3(.1031, .1030, .0973)); + p3 += dot(p3, p3.yxz+33.33); + return frac((p3.xxy + p3.yxx)*p3.zyx); + +} + +float3x3 rotZ(float o) { + return float3x3(cos(o), sin(o), 0., -sin(o), cos(o), 0., 0., 0., 1.); +} + +float3x3 rotX(float o) { + return float3x3(1., 0., 0., 0., cos(o), sin(o), 0., -sin(o), cos(o)); +} + +float noise(float3 p) { + float3 lp = frac(p); + float3 id = floor(p); + + float2 d = float2(1.,0.); + + float r000 = hash31(id+d.yyy); + float r001 = hash31(id+d.yyx); + float r010 = hash31(id+d.yxy); + float r011 = hash31(id+d.yxx); + float r100 = hash31(id+d.xyy); + float r101 = hash31(id+d.xyx); + float r110 = hash31(id+d.xxy); + float r111 = hash31(id+d.xxx); + + float r00 = lerp(r000, r001, lp.z); + float r01 = lerp(r010, r011, lp.z); + float r10 = lerp(r100, r101, lp.z); + float r11 = lerp(r110, r111, lp.z); + + float r0 = lerp(r00, r01, lp.y); + float r1 = lerp(r10, r11, lp.y); + + float r = lerp(r0, r1, lp.x); + + return r; +} + +float3 noise3D(float3 p) { + float3 lp = frac(p); + float3 id = floor(p); + + float2 d = float2(1.,0.); + + float3 r000 = hash33(id+d.yyy); + float3 r001 = hash33(id+d.yyx); + float3 r010 = hash33(id+d.yxy); + float3 r011 = hash33(id+d.yxx); + float3 r100 = hash33(id+d.xyy); + float3 r101 = hash33(id+d.xyx); + float3 r110 = hash33(id+d.xxy); + float3 r111 = hash33(id+d.xxx); + + float3 r00 = lerp(r000, r001, lp.z); + float3 r01 = lerp(r010, r011, lp.z); + float3 r10 = lerp(r100, r101, lp.z); + float3 r11 = lerp(r110, r111, lp.z); + + float3 r0 = lerp(r00, r01, lp.y); + float3 r1 = lerp(r10, r11, lp.y); + + float3 r = lerp(r0, r1, lp.x); + + return r; +} + +void FBM_float(float3 p, float scale, float iterations, out float VAL) { + p *= scale; + + float3x3 rot = rotX(32.53) * rotZ(18.4) * rotX(41.2); + + float scaleMult = 2.; + float decay = .5; + + float sum = 0.; + float currMult = .5; + + float3 q = p; + for(int i=0; iw) return 0.; + x /= w; + return 1.-x*x*(3.-2.*x); +} + +float stripe(float x, float rep, float stripeFac) { + return step(abs(fmod(x, rep) - rep*.5), rep*.5*stripeFac); +} + +float hash11(float p) // From https://www.shadertoy.com/view/4djSRW +{ + p = frac(p * .1031); + p *= p + 33.33; + p *= p + p; + return frac(p); +} + +void SampleTVBrightness_float(float Time, out float BrightnessFac) { + const float repTime = 1.; + const float pulseFac = 0.78; + + float lt = fmod(Time, repTime) - repTime*.5; + lt /= repTime*.5; + float pulse = cubicPulse(0., pulseFac, lt); + + BrightnessFac = pulse;//sin(Time*10.)*.5+.5;//pulse; +} + +void DistortTVUV_float(float2 UV, float StripeRepSize, float OffsetMultiplier, float HashOffset, out float2 UVOutput) { + float2 p = UV + float2(0.,1000.); + + float yID = StripeRepSize*floor(p.y/StripeRepSize); + float off = hash11(yID+HashOffset)*2.-1.; + off *= OffsetMultiplier; + + UVOutput = UV + float2(off, 0.); +} + +void SampleTV_float(float2 UV, float TVScale, float Offset, out float Opacity) { + float2 p = UV; + + // Sawtooth + const float sawToothRep = 0.1; + const float sawToothAmp = 0.03; + float v = sawToothAmp*(1.-abs((fmod(p.x+1000.+Offset, sawToothRep)/sawToothRep)-.5)); + p.y += v; + + float s1 = stripe(p.y+1000.+Offset, TVScale*0.25, 0.8-0.15); + float s2 = 0.*0.1*stripe(-p.y+1000.+0.7*Offset, TVScale*0.2, 0.7); + + Opacity = max(s1, s2); +} \ No newline at end of file diff --git a/Assets/Shaders/Includes/TVHelp.hlsl.meta b/Assets/Shaders/Includes/TVHelp.hlsl.meta new file mode 100644 index 00000000..e7bd5d54 --- /dev/null +++ b/Assets/Shaders/Includes/TVHelp.hlsl.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2a36314700333c44c8bb14f85178aa0a +ShaderIncludeImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Shaders/Includes/TimeHelp.hlsl b/Assets/Shaders/Includes/TimeHelp.hlsl new file mode 100644 index 00000000..ef28cd75 --- /dev/null +++ b/Assets/Shaders/Includes/TimeHelp.hlsl @@ -0,0 +1,4 @@ +void PosterizeTime_float(float Time, float Framerate, out float PosterizedTime) { + float repTime = 1./Framerate; + PosterizedTime = floor(Time/repTime)*repTime; +} \ No newline at end of file diff --git a/Assets/Shaders/Includes/TimeHelp.hlsl.meta b/Assets/Shaders/Includes/TimeHelp.hlsl.meta new file mode 100644 index 00000000..f9bac0a3 --- /dev/null +++ b/Assets/Shaders/Includes/TimeHelp.hlsl.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3273bfff58f7f734982b696c1460cce5 +ShaderIncludeImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Shaders/OutlineShader.shadergraph b/Assets/Shaders/OutlineShader.shadergraph new file mode 100644 index 00000000..da0a68d0 --- /dev/null +++ b/Assets/Shaders/OutlineShader.shadergraph @@ -0,0 +1,7082 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "a95eab04c2ec4bcf96593e34f9569ef8", + "m_Properties": [ + { + "m_Id": "61f7d09bf73643f69bcdf3e2d79f0208" + }, + { + "m_Id": "47bd0fe91e9d45e39c3cbc677c1a2558" + }, + { + "m_Id": "99b2dc4ed92a4b438e97a53079d19303" + }, + { + "m_Id": "caec1f93a3114c6685d690a1a8d89694" + }, + { + "m_Id": "b12afff30dea4b22befc2ee7d289d7e5" + }, + { + "m_Id": "288dbdce073742f0859aa19fe80e0ea5" + }, + { + "m_Id": "2423c0dc1bed4415968ff2bdeb14b824" + }, + { + "m_Id": "a33c8846b0dd408f810b7fd524a81fdf" + }, + { + "m_Id": "fc70630aebef472f9d8af0dbf33ffd43" + }, + { + "m_Id": "1c0a7bc333694bdf860e336f9cfbe870" + }, + { + "m_Id": "5aa40e0db3f3486ba2f69c6e6e3d468c" + }, + { + "m_Id": "6d52b38337ba4a4e945ca038e44beb88" + }, + { + "m_Id": "f6dab6b9e6e54c169a8047ed093f3f9b" + }, + { + "m_Id": "36357e25b61741b1a7cb662a508e5881" + }, + { + "m_Id": "c395a77baa504126839224979b7440db" + }, + { + "m_Id": "5b47ee9387da45fd83c6917290664fe1" + }, + { + "m_Id": "b73195242229499eb25b288c46d52c86" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "ac16cd49ee414bc4909b4b86520ccb4e" + } + ], + "m_Nodes": [ + { + "m_Id": "7971adefd91e4c2fbbc2b32e1b47c800" + }, + { + "m_Id": "eddad20b74e44580ae9927469fd7d8f9" + }, + { + "m_Id": "c6d76aee34144a918e892f255350fb67" + }, + { + "m_Id": "70188e9e1d40432ea2479b5a495234e4" + }, + { + "m_Id": "5b3deb9c8d684100bb79446988af2fbf" + }, + { + "m_Id": "b3ad655d0af54fe6abb2ea820d4fbf1a" + }, + { + "m_Id": "b9bda1eb3d704534a3de9d8fb69e21f6" + }, + { + "m_Id": "57496b87bdd94de5a0632a218cec4722" + }, + { + "m_Id": "32272a58dcce403fa6927ee1b3bbcb10" + }, + { + "m_Id": "d0ee568df0a34d8c9a48053b91db5c71" + }, + { + "m_Id": "fbc53af2cc134d5ba1b313104f572a46" + }, + { + "m_Id": "b00aee9e01a4453bb52846251f68b154" + }, + { + "m_Id": "f7060bb7991a4316bc283d21e58853f7" + }, + { + "m_Id": "b30a93d7c4044e17beff0dad66aa4e97" + }, + { + "m_Id": "3d96dc8858fc4b76bcb4ac0265a1258d" + }, + { + "m_Id": "7f5e5f9dda4d421a8b82066c6ba0adc6" + }, + { + "m_Id": "0c78f0d0de5d4b80b3ade85245a32611" + }, + { + "m_Id": "fd6c540b99cd475d8a4ca136108d1b87" + }, + { + "m_Id": "4c9377ba2a63417bb51b4184aa606407" + }, + { + "m_Id": "bf7371f68f9c4f749d0ee6a49f36aae7" + }, + { + "m_Id": "62474834755946abba4c7ce8453fdcfd" + }, + { + "m_Id": "09d0f6a17e254b70a9088f5aa0e76f98" + }, + { + "m_Id": "6415e5a108f647a8891eaeadc04d7bad" + }, + { + "m_Id": "5cf82828167b4b2db8df961cf563412d" + }, + { + "m_Id": "ed98c51e2513437599a2068f8eda2ba5" + }, + { + "m_Id": "fd06f200faed48f8b9499905bdde51db" + }, + { + "m_Id": "6dfc1df1acb04f9a98e7f8d4b842484c" + }, + { + "m_Id": "bb0225ea34a14f398a9e2ce9ddf92642" + }, + { + "m_Id": "383bb62398f841efabb1e02e72c871f6" + }, + { + "m_Id": "0e7aa8746ce243e1bc99825fdeb6c664" + }, + { + "m_Id": "2beb6ffb2e574d2eb71571d34fe60065" + }, + { + "m_Id": "b4d9ae66a84a46ecb853caa6a451857b" + }, + { + "m_Id": "9f3b3501af124e2abcfe2a015619cd1b" + }, + { + "m_Id": "5be911e6494144be83182362a233ed8b" + }, + { + "m_Id": "eda3856e10d64f2daf9e6c5a66ea9fdd" + }, + { + "m_Id": "cba5f4679b0247dfb16c6593ae9138dc" + }, + { + "m_Id": "13d44f2e80c04900a029c7f5f148fe4c" + }, + { + "m_Id": "d8d42866a99a41deb13926c3cf65d784" + }, + { + "m_Id": "7ef627d96b2c43008cf4d77a4b3513e4" + }, + { + "m_Id": "cac429f5bc7e4059bff13a3482799004" + }, + { + "m_Id": "7bffb2ff731d4eba9890767ff1e1bdc0" + }, + { + "m_Id": "ed188277a48647878907563992b5fd16" + }, + { + "m_Id": "8b6583429a5f4bb188ceb4022e0437ef" + }, + { + "m_Id": "33463fe12e2e4843aba69392093496af" + }, + { + "m_Id": "bb9f0904eff2438089603c7ac7daa7e5" + }, + { + "m_Id": "ab4a74c21a964387ab31ae1ef4936b2b" + }, + { + "m_Id": "3100421e26d94a339200b481069b9acd" + }, + { + "m_Id": "f20b0486fd514cffb39ef865b303bef1" + }, + { + "m_Id": "ff2d260646904aceb849470a07991eee" + }, + { + "m_Id": "e50502a667714dedb964c88921077af0" + }, + { + "m_Id": "8f1b0758b70b4daf812cdc62b0c84d3e" + }, + { + "m_Id": "075744e027f34312a1c0c9fae63d93a3" + }, + { + "m_Id": "77bf49bc982b4e63a7de0e5ed189d524" + }, + { + "m_Id": "74f3b69ca14b450d9a0b91a873975b18" + }, + { + "m_Id": "cc6c4cf252ae4bdbbed9b96487d3f1f7" + }, + { + "m_Id": "ce2d475a30854a9f87fb3ee629b4910b" + } + ], + "m_GroupDatas": [ + { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + } + ], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "075744e027f34312a1c0c9fae63d93a3" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "77bf49bc982b4e63a7de0e5ed189d524" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "09d0f6a17e254b70a9088f5aa0e76f98" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "62474834755946abba4c7ce8453fdcfd" + }, + "m_SlotId": 1935985648 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0c78f0d0de5d4b80b3ade85245a32611" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7f5e5f9dda4d421a8b82066c6ba0adc6" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0e7aa8746ce243e1bc99825fdeb6c664" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b4d9ae66a84a46ecb853caa6a451857b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "13d44f2e80c04900a029c7f5f148fe4c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d8d42866a99a41deb13926c3cf65d784" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3100421e26d94a339200b481069b9acd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f20b0486fd514cffb39ef865b303bef1" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "32272a58dcce403fa6927ee1b3bbcb10" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d0ee568df0a34d8c9a48053b91db5c71" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "33463fe12e2e4843aba69392093496af" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ed188277a48647878907563992b5fd16" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "383bb62398f841efabb1e02e72c871f6" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "32272a58dcce403fa6927ee1b3bbcb10" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "383bb62398f841efabb1e02e72c871f6" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ed188277a48647878907563992b5fd16" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3d96dc8858fc4b76bcb4ac0265a1258d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fbc53af2cc134d5ba1b313104f572a46" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4c9377ba2a63417bb51b4184aa606407" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "32272a58dcce403fa6927ee1b3bbcb10" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "57496b87bdd94de5a0632a218cec4722" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b9bda1eb3d704534a3de9d8fb69e21f6" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5be911e6494144be83182362a233ed8b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "62474834755946abba4c7ce8453fdcfd" + }, + "m_SlotId": 337845618 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5cf82828167b4b2db8df961cf563412d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ed98c51e2513437599a2068f8eda2ba5" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "62474834755946abba4c7ce8453fdcfd" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bb0225ea34a14f398a9e2ce9ddf92642" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6415e5a108f647a8891eaeadc04d7bad" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ed98c51e2513437599a2068f8eda2ba5" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6dfc1df1acb04f9a98e7f8d4b842484c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "09d0f6a17e254b70a9088f5aa0e76f98" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "70188e9e1d40432ea2479b5a495234e4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c6d76aee34144a918e892f255350fb67" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "74f3b69ca14b450d9a0b91a873975b18" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "77bf49bc982b4e63a7de0e5ed189d524" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "77bf49bc982b4e63a7de0e5ed189d524" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cc6c4cf252ae4bdbbed9b96487d3f1f7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7bffb2ff731d4eba9890767ff1e1bdc0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eda3856e10d64f2daf9e6c5a66ea9fdd" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7ef627d96b2c43008cf4d77a4b3513e4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eda3856e10d64f2daf9e6c5a66ea9fdd" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7f5e5f9dda4d421a8b82066c6ba0adc6" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cc6c4cf252ae4bdbbed9b96487d3f1f7" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8f1b0758b70b4daf812cdc62b0c84d3e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "075744e027f34312a1c0c9fae63d93a3" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9f3b3501af124e2abcfe2a015619cd1b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b4d9ae66a84a46ecb853caa6a451857b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ab4a74c21a964387ab31ae1ef4936b2b" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ff2d260646904aceb849470a07991eee" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b30a93d7c4044e17beff0dad66aa4e97" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d0ee568df0a34d8c9a48053b91db5c71" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b30a93d7c4044e17beff0dad66aa4e97" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d0ee568df0a34d8c9a48053b91db5c71" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b4d9ae66a84a46ecb853caa6a451857b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "383bb62398f841efabb1e02e72c871f6" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bb0225ea34a14f398a9e2ce9ddf92642" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0e7aa8746ce243e1bc99825fdeb6c664" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bb9f0904eff2438089603c7ac7daa7e5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "33463fe12e2e4843aba69392093496af" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bf7371f68f9c4f749d0ee6a49f36aae7" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4c9377ba2a63417bb51b4184aa606407" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c6d76aee34144a918e892f255350fb67" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5b3deb9c8d684100bb79446988af2fbf" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c6d76aee34144a918e892f255350fb67" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "77bf49bc982b4e63a7de0e5ed189d524" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cac429f5bc7e4059bff13a3482799004" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eda3856e10d64f2daf9e6c5a66ea9fdd" + }, + "m_SlotId": 4 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cba5f4679b0247dfb16c6593ae9138dc" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d8d42866a99a41deb13926c3cf65d784" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cc6c4cf252ae4bdbbed9b96487d3f1f7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7971adefd91e4c2fbbc2b32e1b47c800" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ce2d475a30854a9f87fb3ee629b4910b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cc6c4cf252ae4bdbbed9b96487d3f1f7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d0ee568df0a34d8c9a48053b91db5c71" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fbc53af2cc134d5ba1b313104f572a46" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d8d42866a99a41deb13926c3cf65d784" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eda3856e10d64f2daf9e6c5a66ea9fdd" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e50502a667714dedb964c88921077af0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ff2d260646904aceb849470a07991eee" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ed188277a48647878907563992b5fd16" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ab4a74c21a964387ab31ae1ef4936b2b" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ed98c51e2513437599a2068f8eda2ba5" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6dfc1df1acb04f9a98e7f8d4b842484c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "eda3856e10d64f2daf9e6c5a66ea9fdd" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "383bb62398f841efabb1e02e72c871f6" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f20b0486fd514cffb39ef865b303bef1" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ab4a74c21a964387ab31ae1ef4936b2b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f20b0486fd514cffb39ef865b303bef1" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ab4a74c21a964387ab31ae1ef4936b2b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f7060bb7991a4316bc283d21e58853f7" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b30a93d7c4044e17beff0dad66aa4e97" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fbc53af2cc134d5ba1b313104f572a46" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7f5e5f9dda4d421a8b82066c6ba0adc6" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fd06f200faed48f8b9499905bdde51db" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6dfc1df1acb04f9a98e7f8d4b842484c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ff2d260646904aceb849470a07991eee" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "075744e027f34312a1c0c9fae63d93a3" + }, + "m_SlotId": 0 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 0.0, + "y": 0.0 + }, + "m_Blocks": [] + }, + "m_FragmentContext": { + "m_Position": { + "x": 0.0, + "y": 200.0 + }, + "m_Blocks": [ + { + "m_Id": "7971adefd91e4c2fbbc2b32e1b47c800" + }, + { + "m_Id": "eddad20b74e44580ae9927469fd7d8f9" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_ActiveTargets": [ + { + "m_Id": "88f9c2d9611e40d9a0679ebd28071b0a" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0277fc918c2c4daf822d9128c613fbd9", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0448cc04ad3d4236bc532f150ce6ddd7", + "m_Id": 2, + "m_DisplayName": "Framerate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Framerate", + "m_StageCapability": 3, + "m_Value": 12.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "049bc3971c8a4df8bd17c0b7fd0b7b53", + "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.MultiplyNode", + "m_ObjectId": "075744e027f34312a1c0c9fae63d93a3", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 109.00003051757813, + "y": 1491.0001220703125, + "width": 125.99998474121094, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "27b498d4dc074e85bcc7bfb037aec87d" + }, + { + "m_Id": "60f1c99dc54a40c5af0934d1f034bf1e" + }, + { + "m_Id": "2597960c23734bf88e50c8dd0a81ac3a" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "081d0f6448844eacae56026f59a555b8", + "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": "0877c89355614a2da33a238aaf3a546d", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0010000000474974514, + "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.TilingAndOffsetNode", + "m_ObjectId": "09d0f6a17e254b70a9088f5aa0e76f98", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2218.0, + "y": 1060.0, + "width": 155.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "136c92130f9a4dbc88161f6ac4cf4ecc" + }, + { + "m_Id": "f6f75cfc49a94846ad94ad87b128ee5a" + }, + { + "m_Id": "78fed0b048154221b8dbad6ae158b2c2" + }, + { + "m_Id": "262a668b0a4944188dd4e7218b26b7c9" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0b36ffa1616640a69bb782b601c0ce81", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0b656fbdc4fa4d68b81e8c7cf91e17a7", + "m_Id": 1, + "m_DisplayName": "Thickness", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Thickness", + "m_StageCapability": 3, + "m_Value": 0.0010000000474974514, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "0c78f0d0de5d4b80b3ade85245a32611", + "m_Group": { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -139.99998474121095, + "y": 1089.5999755859375, + "width": 157.59999084472657, + "height": 33.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "58bf35e9957b475fa4d9910b91c83449" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "caec1f93a3114c6685d690a1a8d89694" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "0e7aa8746ce243e1bc99825fdeb6c664", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1626.0, + "y": 1060.0, + "width": 188.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "40469026b9da435fba49457efe3ddb4c" + }, + { + "m_Id": "f0772d888f2148c89193ff956169164f" + }, + { + "m_Id": "fd4c73cdc2804fe194e36fa974fc50c0" + }, + { + "m_Id": "049bc3971c8a4df8bd17c0b7fd0b7b53" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0ede01659f3a49cca82a17740ea6f7f8", + "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.ScreenPositionMaterialSlot", + "m_ObjectId": "114cf604b16f430a9d8e5bb69f507194", + "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, + "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": "11b8f63982f74449a1f857d91c15e8e2", + "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": "13480e8af32b40ffbc55a18f74326966", + "m_Id": 0, + "m_DisplayName": "GlitchMultiplier", + "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.UVMaterialSlot", + "m_ObjectId": "136c92130f9a4dbc88161f6ac4cf4ecc", + "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.PropertyNode", + "m_ObjectId": "13d44f2e80c04900a029c7f5f148fe4c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2592.0, + "y": 2049.0, + "width": 129.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "8f829291936844dcb7fd5e2b1d5b9721" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "a33c8846b0dd408f810b7fd524a81fdf" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "15f073bd3d66494fbcc3728ae3cd71fb", + "m_Id": 0, + "m_DisplayName": "NormalOutlineThickness", + "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": "19f117bd83c34e8987724a260a7f148e", + "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": "1b1e8232b4a64e4e91144dcf72ad96eb", + "m_Id": 3, + "m_DisplayName": "HashOffset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "HashOffset", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "1b99b8722fa04ffab657c6c8b3b70638", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "1c0a7bc333694bdf860e336f9cfbe870", + "m_Guid": { + "m_GuidSerialized": "3ffe5999-766e-4b92-b943-fb1b747129d5" + }, + "m_Name": "TurbulenceStrength", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "TurbulenceStrength", + "m_DefaultReferenceName": "_TurbulenceStrength", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1c1a0d4b12c944daa9aa4be9527ca377", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1d8c99ff4f614239b08ee12a31577581", + "m_Id": 1, + "m_DisplayName": "Blend", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Blend", + "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": "1d96c3a4b0274d638212db7cf4fc2b7e", + "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.Vector2MaterialSlot", + "m_ObjectId": "21d8939218bf482a890dd7732a3afa32", + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "22d3df6222ea4e138535a50ec1f58dd5", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "22d6bf81ef7949b397f34f036d6f983c", + "m_Id": 0, + "m_DisplayName": "Edge1", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge1", + "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": "2423c0dc1bed4415968ff2bdeb14b824", + "m_Guid": { + "m_GuidSerialized": "b2f87e4b-6815-422e-a9c2-5e3d372e6ef3" + }, + "m_Name": "OutlineThickness", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "OutlineThickness", + "m_DefaultReferenceName": "_OutlineThickness", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2597960c23734bf88e50c8dd0a81ac3a", + "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": "25b032b88f6d45858678fc04aab6ed2b", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "25d05df355c546679543e3b4be563c7f", + "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.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "262a668b0a4944188dd4e7218b26b7c9", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "26654516a5704613aaeaa4298e0e56eb", + "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": "27b498d4dc074e85bcc7bfb037aec87d", + "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": "27c2fa03af2f4e6c841d5b35fcbe0d63", + "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": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "288dbdce073742f0859aa19fe80e0ea5", + "m_Guid": { + "m_GuidSerialized": "b9611686-8d63-4dde-8594-bd5d8bb7044e" + }, + "m_Name": "OutlineColor", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "OutlineColor", + "m_DefaultReferenceName": "_OutlineColor", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "28c084fbf1db46e9b1a73b4c2b74ca3a", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "2a34076139df4b95af20dc703ef18cc3", + "m_Title": "Normal Outline", + "m_Position": { + "x": 10.0, + "y": 10.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "2beb6ffb2e574d2eb71571d34fe60065", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1584.0, + "y": 1214.0, + "width": 145.0, + "height": 129.0 + } + }, + "m_Slots": [ + { + "m_Id": "1b99b8722fa04ffab657c6c8b3b70638" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2d1173aa7bd44d2ca4b75b1ded23af14", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "3100421e26d94a339200b481069b9acd", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -562.0, + "y": 1712.0, + "width": 180.99996948242188, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "70229e299f59431fbeef75edab9af50a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "36357e25b61741b1a7cb662a508e5881" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "31eb780e742c4648afa892cba620ac06", + "m_Id": 0, + "m_DisplayName": "NormalOutlinePower", + "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.CustomFunctionNode", + "m_ObjectId": "32272a58dcce403fa6927ee1b3bbcb10", + "m_Group": { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + }, + "m_Name": "DepthSobel (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -547.2000122070313, + "y": 916.0, + "width": 222.40005493164063, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "9b619961e21a43af805e7eeecc1abd1e" + }, + { + "m_Id": "0b656fbdc4fa4d68b81e8c7cf91e17a7" + }, + { + "m_Id": "63009662aed84406a075877987720242" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "DepthSobel", + "m_FunctionSource": "da84dc9abbbf4b340be98de06211ab2c", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "33463fe12e2e4843aba69392093496af", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -632.0000610351563, + "y": 1572.0001220703125, + "width": 126.00003051757813, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "0877c89355614a2da33a238aaf3a546d" + }, + { + "m_Id": "f546226259dc4015b91c6a8168a7cdda" + }, + { + "m_Id": "3b4597ae93a445bebe55702f222f6f17" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "35f18c7723e7486dacf44b78eb229ea4", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", + "m_ObjectId": "36357e25b61741b1a7cb662a508e5881", + "m_Guid": { + "m_GuidSerialized": "af186828-cfa3-44cf-8617-93a62760bd68" + }, + "m_Name": "NormalOutlineRamp", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "NormalOutlineRamp", + "m_DefaultReferenceName": "_NormalOutlineRamp", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalFullscreenSubTarget", + "m_ObjectId": "36bb2b229930491c8ca1506f257b9185" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "383bb62398f841efabb1e02e72c871f6", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1260.0001220703125, + "y": 1065.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "26654516a5704613aaeaa4298e0e56eb" + }, + { + "m_Id": "bf32763f4e444e7994b0ef0960c23474" + }, + { + "m_Id": "5c5aa0b743664bac9294a412fd1b426b" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "3a4fff93634844138e774ca830c9cd4a", + "m_Id": 0, + "m_DisplayName": "NormalOutlineColor", + "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": "3b3a36d0435d49b3ba1bbeaad294f91f", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3b4597ae93a445bebe55702f222f6f17", + "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.Vector4MaterialSlot", + "m_ObjectId": "3be4550dd5c744cf98c94e59841b52c2", + "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.Vector1MaterialSlot", + "m_ObjectId": "3d2269993a9448a18e32797186c83654", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "3d96dc8858fc4b76bcb4ac0265a1258d", + "m_Group": { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -300.0, + "y": 1089.5999755859375, + "width": 145.60000610351563, + "height": 33.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "c0587bcd4b9d4569976e3bdf3fdae403" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "b12afff30dea4b22befc2ee7d289d7e5" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3e2c508377e04ddab3ad7fbfba4f3d57", + "m_Id": 1, + "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.Vector1MaterialSlot", + "m_ObjectId": "3e8e6dedec1c4b5c89b7379731506021", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "3f1f785f1506488ca6500153abdc5270", + "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": "40469026b9da435fba49457efe3ddb4c", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "40e659bf2067461594652f2532e05ced", + "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.Texture2DInputMaterialSlot", + "m_ObjectId": "41e5c7ec97144e819cf81d6f979be15c", + "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": "42ff9ed5a5b7407c9364b21f788711cc", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "44031b2120d043e79055245a3cc4b141", + "m_Id": 2, + "m_DisplayName": "UVOutput", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "UVOutput", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "44c1254e0e7a46118595a3b6228d6206", + "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.Internal.Texture2DShaderProperty", + "m_ObjectId": "47bd0fe91e9d45e39c3cbc677c1a2558", + "m_Guid": { + "m_GuidSerialized": "4c1f740c-ab66-4abb-9869-5a8e4d4bdf23" + }, + "m_Name": "_NormalsBuffer", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "_NormalsBuffer", + "m_DefaultReferenceName": "_NormalsBuffer", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4a6c5e946bed4ad8b0dabd712fea8764", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4b2fa27afbee445d9471450d30ae8136", + "m_Id": 0, + "m_DisplayName": "Framerate", + "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.MultiplyNode", + "m_ObjectId": "4c9377ba2a63417bb51b4184aa606407", + "m_Group": { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -695.2000732421875, + "y": 1147.199951171875, + "width": 125.60003662109375, + "height": 117.6002197265625 + } + }, + "m_Slots": [ + { + "m_Id": "a414b64a096f43ac9ac101047d2130a9" + }, + { + "m_Id": "0ede01659f3a49cca82a17740ea6f7f8" + }, + { + "m_Id": "b6fbc45691864caaa2c71baa93a10289" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4fb0b6df540c4fdab45dea3a97251e79", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5179352e8bee462c914bc0ac9a48be2e", + "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.UVNode", + "m_ObjectId": "57496b87bdd94de5a0632a218cec4722", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -750.4000244140625, + "y": -336.0000305175781, + "width": 144.79998779296876, + "height": 127.19999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "42ff9ed5a5b7407c9364b21f788711cc" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "57a27feedb9c4ba7ba0b4a1d0b955129", + "m_Id": 1, + "m_DisplayName": "PosterizedTime", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "PosterizedTime", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "58bf35e9957b475fa4d9910b91c83449", + "m_Id": 0, + "m_DisplayName": "OutlineStrength", + "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": "598cc903f73d4008993f04a34608866c", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "5aa40e0db3f3486ba2f69c6e6e3d468c", + "m_Guid": { + "m_GuidSerialized": "31cca5e1-03cb-49c1-b94e-ca1f3a83e0b0" + }, + "m_Name": "GlitchSize", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "GlitchSize", + "m_DefaultReferenceName": "_GlitchSize", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.012000000104308129, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5add391b8cf0461ca20540105b0c8957", + "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.OneMinusNode", + "m_ObjectId": "5b3deb9c8d684100bb79446988af2fbf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -327.99993896484377, + "y": -208.80001831054688, + "width": 208.00001525878907, + "height": 277.6000061035156 + } + }, + "m_Slots": [ + { + "m_Id": "84f8053fb56b4a129d9e60c0bb0f4414" + }, + { + "m_Id": "40e659bf2067461594652f2532e05ced" + } + ], + "synonyms": [ + "complement", + "invert", + "opposite" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "5b47ee9387da45fd83c6917290664fe1", + "m_Guid": { + "m_GuidSerialized": "2b86108f-0b1c-4fa6-958a-4eac8bc48b7e" + }, + "m_Name": "NormalOutlineStrength", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "NormalOutlineStrength", + "m_DefaultReferenceName": "_NormalOutlineStrength", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "5be911e6494144be83182362a233ed8b", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2226.0, + "y": 1214.0, + "width": 163.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "f8cb6075adb14b8db285fd63af54c01d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "fc70630aebef472f9d8af0dbf33ffd43" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5c5aa0b743664bac9294a412fd1b426b", + "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.TimeNode", + "m_ObjectId": "5cf82828167b4b2db8df961cf563412d", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2745.0, + "y": 1060.0, + "width": 124.0, + "height": 173.0 + } + }, + "m_Slots": [ + { + "m_Id": "2d1173aa7bd44d2ca4b75b1ded23af14" + }, + { + "m_Id": "25b032b88f6d45858678fc04aab6ed2b" + }, + { + "m_Id": "4fb0b6df540c4fdab45dea3a97251e79" + }, + { + "m_Id": "3b3a36d0435d49b3ba1bbeaad294f91f" + }, + { + "m_Id": "ef34cce5f929473cb5b39d996066b559" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "601d728d688a4ae6b94c408fa82d662c", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "60f1c99dc54a40c5af0934d1f034bf1e", + "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.Internal.Texture2DShaderProperty", + "m_ObjectId": "61f7d09bf73643f69bcdf3e2d79f0208", + "m_Guid": { + "m_GuidSerialized": "85105a5e-1a54-4889-b4e2-6ad655e892eb" + }, + "m_Name": "_MainTex", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "_MainTex", + "m_DefaultReferenceName": "_MainTex", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", + "m_ObjectId": "62474834755946abba4c7ce8453fdcfd", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "2DVectorNoise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1992.0, + "y": 1060.0, + "width": 208.0, + "height": 303.0 + } + }, + "m_Slots": [ + { + "m_Id": "7ca52c493fe340f48da457d20de24764" + }, + { + "m_Id": "ea6ebbe0808548fcb12ee3286761072b" + }, + { + "m_Id": "73ecc8b722e3445daf55eafa5c5e7230" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"1b48f02abb176de40b97c3ee8bcae138\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "3f073a34-fd1a-409d-99cf-723b47c38c37", + "308c9d89-48b7-46fa-80c2-4c72cc0a1910" + ], + "m_PropertyIds": [ + 1935985648, + 337845618 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "62c69b4e2a2b45ef8030a1a073f5c4c4", + "m_Id": 2, + "m_DisplayName": "Framerate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Framerate", + "m_StageCapability": 3, + "m_Value": 12.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "63009662aed84406a075877987720242", + "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": "6415e5a108f647a8891eaeadc04d7bad", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2750.0, + "y": 1232.0, + "width": 129.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "4b2fa27afbee445d9471450d30ae8136" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "a33c8846b0dd408f810b7fd524a81fdf" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "65932c769c7543999d3e27f9fb3a91d2", + "m_Id": 0, + "m_DisplayName": "NormalOutlineStrength", + "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.Vector2MaterialSlot", + "m_ObjectId": "659a973e26d446f68a994b0fec2f9756", + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "68b0c9bc7c92482b9dfa5fa893cfbe62", + "m_Id": 0, + "m_DisplayName": "_NormalsBuffer", + "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": "6b6babbdec2f4352b72645b25a9df3fb", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "6d52b38337ba4a4e945ca038e44beb88", + "m_Guid": { + "m_GuidSerialized": "ef5e1d49-367b-4e59-ace0-69c0ceb68f15" + }, + "m_Name": "GlitchMultiplier", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "GlitchMultiplier", + "m_DefaultReferenceName": "_GlitchMultiplier", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.019999999552965165, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "6dfc1df1acb04f9a98e7f8d4b842484c", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2350.0, + "y": 1060.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "5179352e8bee462c914bc0ac9a48be2e" + }, + { + "m_Id": "1c1a0d4b12c944daa9aa4be9527ca377" + }, + { + "m_Id": "b1958ae6369d463e99774b2c32cce1c3" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "6f2afd19fd7142dca1e6bf3705b77b74", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "70188e9e1d40432ea2479b5a495234e4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -847.2000122070313, + "y": 99.20000457763672, + "width": 133.60003662109376, + "height": 33.59996795654297 + } + }, + "m_Slots": [ + { + "m_Id": "9bdefafe6ddb48bb9e79d6b2ee676558" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "61f7d09bf73643f69bcdf3e2d79f0208" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "70229e299f59431fbeef75edab9af50a", + "m_Id": 0, + "m_DisplayName": "NormalOutlineRamp", + "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.Vector1MaterialSlot", + "m_ObjectId": "72db18802f2a402da302dfa955c61859", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 4.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "72ec4d6dd67f450680eb0ff487876022", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "73ecc8b722e3445daf55eafa5c5e7230", + "m_Id": 1, + "m_DisplayName": "Out_Vector3", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "OutVector3", + "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": "743dc13f90ab40d59f0e7dab4a376271", + "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.PropertyNode", + "m_ObjectId": "74f3b69ca14b450d9a0b91a873975b18", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 60.0, + "y": 1638.9998779296875, + "width": 178.99996948242188, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "3a4fff93634844138e774ca830c9cd4a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "b73195242229499eb25b288c46d52c86" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "752c45c3a0a9402c9ffec693f86bf035", + "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.BlendNode", + "m_ObjectId": "77bf49bc982b4e63a7de0e5ed189d524", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "Blend", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 264.0000305175781, + "y": 1491.0, + "width": 207.99996948242188, + "height": 360.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "3f1f785f1506488ca6500153abdc5270" + }, + { + "m_Id": "1d8c99ff4f614239b08ee12a31577581" + }, + { + "m_Id": "6b6babbdec2f4352b72645b25a9df3fb" + }, + { + "m_Id": "11b8f63982f74449a1f857d91c15e8e2" + } + ], + "synonyms": [ + "burn", + "darken", + "difference", + "dodge", + "divide", + "exclusion", + "hard light", + "hard mix", + "linear burn", + "linear dodge", + "linear light", + "multiply", + "negate", + "overlay", + "pin light", + "screen", + "soft light", + "subtract", + "vivid light", + "overwrite" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_BlendMode": 15 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "78fed0b048154221b8dbad6ae158b2c2", + "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.BlockNode", + "m_ObjectId": "7971adefd91e4c2fbbc2b32e1b47c800", + "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": "9e03e145b5ec4699ba1b5da7ebc092f5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "79fa7e7920dd4c3cb1305847dbe804f9", + "m_Id": 1, + "m_DisplayName": "Edge2", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge2", + "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": "7b76c1e7a2c04583a0f5cd1993d4c5cd", + "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.PropertyNode", + "m_ObjectId": "7bffb2ff731d4eba9890767ff1e1bdc0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2366.0, + "y": 1817.0, + "width": 153.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "13480e8af32b40ffbc55a18f74326966" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "6d52b38337ba4a4e945ca038e44beb88" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "7ca52c493fe340f48da457d20de24764", + "m_Id": 1935985648, + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "7ef627d96b2c43008cf4d77a4b3513e4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2358.0, + "y": 1629.0, + "width": 145.0, + "height": 129.0 + } + }, + "m_Slots": [ + { + "m_Id": "72ec4d6dd67f450680eb0ff487876022" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "7f5e5f9dda4d421a8b82066c6ba0adc6", + "m_Group": { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.8000246286392212, + "y": 916.0, + "width": 125.59999084472656, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "44c1254e0e7a46118595a3b6228d6206" + }, + { + "m_Id": "daf7a4e659c74dabb3a539fda8e62178" + }, + { + "m_Id": "f3c04c8d623546329e71c8985b955392" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "7fa5e2439e1b4988aa1d0573d44ce11a", + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "806c98d260ad4ad1a518eb8a63adf151", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "80f9a63341854f42be5f590b872561d1", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "84f8053fb56b4a129d9e60c0bb0f4414", + "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.Vector4MaterialSlot", + "m_ObjectId": "8522451a14dc41488aa0b0ed7dbd7b3a", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "88f9c2d9611e40d9a0679ebd28071b0a", + "m_Datas": [ + { + "m_Id": "d1c114e4d17d4cf0ab6ea9648ab2e038" + } + ], + "m_ActiveSubTarget": { + "m_Id": "36bb2b229930491c8ca1506f257b9185" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 0, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 2, + "m_AlphaClip": false, + "m_CastShadows": true, + "m_ReceiveShadows": true, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "8903292416584b9fb6b40570c2ac0c22", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "8b6583429a5f4bb188ceb4022e0437ef", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -730.0001220703125, + "y": 1421.0, + "width": 145.00006103515626, + "height": 129.0 + } + }, + "m_Slots": [ + { + "m_Id": "8522451a14dc41488aa0b0ed7dbd7b3a" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "8f1b0758b70b4daf812cdc62b0c84d3e", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -140.0, + "y": 1745.9998779296875, + "width": 194.99998474121095, + "height": 34.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "65932c769c7543999d3e27f9fb3a91d2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5b47ee9387da45fd83c6917290664fe1" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8f829291936844dcb7fd5e2b1d5b9721", + "m_Id": 0, + "m_DisplayName": "Framerate", + "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": "975dc90025b84f4391816bdc50eb0caf", + "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": "9954e412d0a441e8b0ce2d2010c21891", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", + "m_ObjectId": "99b2dc4ed92a4b438e97a53079d19303", + "m_Guid": { + "m_GuidSerialized": "356c6621-3b40-47ad-a85e-7afd932ac38f" + }, + "m_Name": "DepthEdges", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "DepthEdges", + "m_DefaultReferenceName": "_DepthEdges", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "9b619961e21a43af805e7eeecc1abd1e", + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "9bdefafe6ddb48bb9e79d6b2ee676558", + "m_Id": 0, + "m_DisplayName": "_MainTex", + "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": "9ccbe0f4daf54d8087c7898d7895e304", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 4.5, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9de260f5343949cbb7fa3739976c0d98", + "m_Id": 0, + "m_DisplayName": "GlitchSize", + "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.ColorRGBMaterialSlot", + "m_ObjectId": "9e03e145b5ec4699ba1b5da7ebc092f5", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.8773584961891174, + "y": 0.0, + "z": 0.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.PropertyNode", + "m_ObjectId": "9f3b3501af124e2abcfe2a015619cd1b", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1619.0, + "y": 1362.0, + "width": 180.0, + "height": 33.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "e35903587e064dc6a721184ccdfe81bb" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "1c0a7bc333694bdf860e336f9cfbe870" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9f440f332487465182f9334af041bb31", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "a33c8846b0dd408f810b7fd524a81fdf", + "m_Guid": { + "m_GuidSerialized": "fe1f6711-2ba8-49d2-a9cf-e311782cb76e" + }, + "m_Name": "Framerate", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Framerate", + "m_DefaultReferenceName": "_Framerate", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a414b64a096f43ac9ac101047d2130a9", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0010000000474974514, + "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": "a7f4bfff67fe45b6be84204b35ee8d6b", + "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.SmoothstepNode", + "m_ObjectId": "ab4a74c21a964387ab31ae1ef4936b2b", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "Smoothstep", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -231.00001525878907, + "y": 1485.0, + "width": 152.0, + "height": 142.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "22d6bf81ef7949b397f34f036d6f983c" + }, + { + "m_Id": "79fa7e7920dd4c3cb1305847dbe804f9" + }, + { + "m_Id": "ad37677063994f5e89dba8fe7d17a16a" + }, + { + "m_Id": "f26bd619dd204fba93ca6d5a1ca94792" + } + ], + "synonyms": [ + "curve" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "ac16cd49ee414bc4909b4b86520ccb4e", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "61f7d09bf73643f69bcdf3e2d79f0208" + }, + { + "m_Id": "47bd0fe91e9d45e39c3cbc677c1a2558" + }, + { + "m_Id": "99b2dc4ed92a4b438e97a53079d19303" + }, + { + "m_Id": "b12afff30dea4b22befc2ee7d289d7e5" + }, + { + "m_Id": "caec1f93a3114c6685d690a1a8d89694" + }, + { + "m_Id": "288dbdce073742f0859aa19fe80e0ea5" + }, + { + "m_Id": "2423c0dc1bed4415968ff2bdeb14b824" + }, + { + "m_Id": "f6dab6b9e6e54c169a8047ed093f3f9b" + }, + { + "m_Id": "36357e25b61741b1a7cb662a508e5881" + }, + { + "m_Id": "c395a77baa504126839224979b7440db" + }, + { + "m_Id": "5b47ee9387da45fd83c6917290664fe1" + }, + { + "m_Id": "b73195242229499eb25b288c46d52c86" + }, + { + "m_Id": "a33c8846b0dd408f810b7fd524a81fdf" + }, + { + "m_Id": "1c0a7bc333694bdf860e336f9cfbe870" + }, + { + "m_Id": "fc70630aebef472f9d8af0dbf33ffd43" + }, + { + "m_Id": "5aa40e0db3f3486ba2f69c6e6e3d468c" + }, + { + "m_Id": "6d52b38337ba4a4e945ca038e44beb88" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "acf67b4532014eef957d970974d2a96e", + "m_Id": 4, + "m_DisplayName": "StripeRepSize", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "StripeRepSize", + "m_StageCapability": 3, + "m_Value": 0.012000000104308129, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ad37677063994f5e89dba8fe7d17a16a", + "m_Id": 2, + "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": "afd0cde63b6947729b6c9b2c5e763b3a", + "m_Id": 1, + "m_DisplayName": "OffsetMultiplier", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OffsetMultiplier", + "m_StageCapability": 3, + "m_Value": 0.019999999552965165, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SceneDepthNode", + "m_ObjectId": "b00aee9e01a4453bb52846251f68b154", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Scene Depth", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -656.7999877929688, + "y": -37.60000991821289, + "width": 144.79998779296876, + "height": 110.39999389648438 + } + }, + "m_Slots": [ + { + "m_Id": "114cf604b16f430a9d8e5bb69f507194" + }, + { + "m_Id": "3e2c508377e04ddab3ad7fbfba4f3d57" + } + ], + "synonyms": [ + "zbuffer", + "zdepth" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_DepthSamplingMode": 1 +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "b12afff30dea4b22befc2ee7d289d7e5", + "m_Guid": { + "m_GuidSerialized": "caad42c6-9d15-42a6-9aef-6f5b700d2883" + }, + "m_Name": "OutlinePower", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "OutlinePower", + "m_DefaultReferenceName": "_OutlinePower", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b1958ae6369d463e99774b2c32cce1c3", + "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": "b30a93d7c4044e17beff0dad66aa4e97", + "m_Group": { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -443.1999816894531, + "y": 1043.199951171875, + "width": 118.39999389648438, + "height": 148.800048828125 + } + }, + "m_Slots": [ + { + "m_Id": "27c2fa03af2f4e6c841d5b35fcbe0d63" + }, + { + "m_Id": "5add391b8cf0461ca20540105b0c8957" + }, + { + "m_Id": "19f117bd83c34e8987724a260a7f148e" + }, + { + "m_Id": "c9abdcf8a406440dbf112222b0952457" + }, + { + "m_Id": "0b36ffa1616640a69bb782b601c0ce81" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b3274f79f7ec462e89cf9a10658c4435", + "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.PropertyNode", + "m_ObjectId": "b3ad655d0af54fe6abb2ea820d4fbf1a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -973.5999755859375, + "y": -32.79999923706055, + "width": 164.0, + "height": 33.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "68b0c9bc7c92482b9dfa5fa893cfbe62" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "47bd0fe91e9d45e39c3cbc677c1a2558" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "b4d9ae66a84a46ecb853caa6a451857b", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1417.0, + "y": 1063.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "081d0f6448844eacae56026f59a555b8" + }, + { + "m_Id": "c4be3c988f5b4948895a28de09ec49b4" + }, + { + "m_Id": "a7f4bfff67fe45b6be84204b35ee8d6b" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "b6b8f1df42034a30a9d592bee35115d6", + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b6fbc45691864caaa2c71baa93a10289", + "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": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "b73195242229499eb25b288c46d52c86", + "m_Guid": { + "m_GuidSerialized": "e5064d90-10c8-4f13-8bc1-7fca4c8118a6" + }, + "m_Name": "NormalOutlineColor", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "NormalOutlineColor", + "m_DefaultReferenceName": "_NormalOutlineColor", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b869ba6ad3ed41eb87832f73d476db8e", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "b9bda1eb3d704534a3de9d8fb69e21f6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "GetNormal (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -593.5999755859375, + "y": -336.0, + "width": 216.79998779296876, + "height": 277.6000061035156 + } + }, + "m_Slots": [ + { + "m_Id": "7fa5e2439e1b4988aa1d0573d44ce11a" + }, + { + "m_Id": "ec8a98173711429ebf4db267d3f3092c" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "GetNormal", + "m_FunctionSource": "da84dc9abbbf4b340be98de06211ab2c", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ba28fc1ee35c43ecb160e833f2acc9bc", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.SwizzleNode", + "m_ObjectId": "bb0225ea34a14f398a9e2ce9ddf92642", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "Swizzle", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1774.0, + "y": 1060.0, + "width": 132.0, + "height": 122.0 + } + }, + "m_Slots": [ + { + "m_Id": "e6663f67b76c4fa1a2f08ce5b3a76523" + }, + { + "m_Id": "b6b8f1df42034a30a9d592bee35115d6" + } + ], + "synonyms": [ + "swap", + "reorder", + "component mask" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "_maskInput": "xy", + "convertedMask": "xy" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "bb9f0904eff2438089603c7ac7daa7e5", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -853.0000610351563, + "y": 1656.0001220703125, + "width": 202.00006103515626, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "15f073bd3d66494fbcc3728ae3cd71fb" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f6dab6b9e6e54c169a8047ed093f3f9b" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bbc202b754a7416f852f2352299aff11", + "m_Id": 1, + "m_DisplayName": "Edge2", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge2", + "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": "bde5c874842c46a986bce6cde9c032b6", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bf32763f4e444e7994b0ef0960c23474", + "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": "bf7371f68f9c4f749d0ee6a49f36aae7", + "m_Group": { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -884.800048828125, + "y": 1231.199951171875, + "width": 165.60003662109376, + "height": 33.6002197265625 + } + }, + "m_Slots": [ + { + "m_Id": "e10b7d8f16b24c9ba902533650b49b30" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "2423c0dc1bed4415968ff2bdeb14b824" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bfedb999594d4b719684e31ab57a5bb1", + "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": "c0587bcd4b9d4569976e3bdf3fdae403", + "m_Id": 0, + "m_DisplayName": "OutlinePower", + "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": "c395a77baa504126839224979b7440db", + "m_Guid": { + "m_GuidSerialized": "c79c469e-5441-4dd8-afff-5893039b50e9" + }, + "m_Name": "NormalOutlinePower", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "NormalOutlinePower", + "m_DefaultReferenceName": "_NormalOutlinePower", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c484291537b64a17b14ae5548b8c13fe", + "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": "c4be3c988f5b4948895a28de09ec49b4", + "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.GroupData", + "m_ObjectId": "c512f6233963442bb3e1d850c89aea00", + "m_Title": "Depth Outline", + "m_Position": { + "x": 10.0, + "y": 10.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "c634a4e155734803819dc40bfe02e0f1", + "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.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "c6d76aee34144a918e892f255350fb67", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -693.5999755859375, + "y": 78.40001678466797, + "width": 208.0, + "height": 432.0000915527344 + } + }, + "m_Slots": [ + { + "m_Id": "3be4550dd5c744cf98c94e59841b52c2" + }, + { + "m_Id": "806c98d260ad4ad1a518eb8a63adf151" + }, + { + "m_Id": "598cc903f73d4008993f04a34608866c" + }, + { + "m_Id": "35f18c7723e7486dacf44b78eb229ea4" + }, + { + "m_Id": "28c084fbf1db46e9b1a73b4c2b74ca3a" + }, + { + "m_Id": "41e5c7ec97144e819cf81d6f979be15c" + }, + { + "m_Id": "6f2afd19fd7142dca1e6bf3705b77b74" + }, + { + "m_Id": "22d3df6222ea4e138535a50ec1f58dd5" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c9abdcf8a406440dbf112222b0952457", + "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.PropertyNode", + "m_ObjectId": "cac429f5bc7e4059bff13a3482799004", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2336.0, + "y": 1772.0, + "width": 128.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "9de260f5343949cbb7fa3739976c0d98" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5aa40e0db3f3486ba2f69c6e6e3d468c" + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "caec1f93a3114c6685d690a1a8d89694", + "m_Guid": { + "m_GuidSerialized": "328b9ea8-e379-43e6-bf21-46a90cb1fc40" + }, + "m_Name": "OutlineStrength", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "OutlineStrength", + "m_DefaultReferenceName": "_OutlineStrength", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "cba5f4679b0247dfb16c6593ae9138dc", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2587.0, + "y": 1864.0, + "width": 124.0, + "height": 173.0 + } + }, + "m_Slots": [ + { + "m_Id": "f4d241535fec40c99f73edd1f203e264" + }, + { + "m_Id": "4a6c5e946bed4ad8b0dabd712fea8764" + }, + { + "m_Id": "3d2269993a9448a18e32797186c83654" + }, + { + "m_Id": "80f9a63341854f42be5f590b872561d1" + }, + { + "m_Id": "bde5c874842c46a986bce6cde9c032b6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlendNode", + "m_ObjectId": "cc6c4cf252ae4bdbbed9b96487d3f1f7", + "m_Group": { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + }, + "m_Name": "Blend", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 160.00001525878907, + "y": 926.9999389648438, + "width": 207.9999542236328, + "height": 361.00006103515627 + } + }, + "m_Slots": [ + { + "m_Id": "601d728d688a4ae6b94c408fa82d662c" + }, + { + "m_Id": "fd63cb5ea4d144c58547676d991847df" + }, + { + "m_Id": "b3274f79f7ec462e89cf9a10658c4435" + }, + { + "m_Id": "c484291537b64a17b14ae5548b8c13fe" + } + ], + "synonyms": [ + "burn", + "darken", + "difference", + "dodge", + "divide", + "exclusion", + "hard light", + "hard mix", + "linear burn", + "linear dodge", + "linear light", + "multiply", + "negate", + "overlay", + "pin light", + "screen", + "soft light", + "subtract", + "vivid light", + "overwrite" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_BlendMode": 21 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "ce2d475a30854a9f87fb3ee629b4910b", + "m_Group": { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 18.000028610229493, + "y": 1106.9998779296875, + "width": 141.99998474121095, + "height": 34.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "25d05df355c546679543e3b4be563c7f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "288dbdce073742f0859aa19fe80e0ea5" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SmoothstepNode", + "m_ObjectId": "d0ee568df0a34d8c9a48053b91db5c71", + "m_Group": { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + }, + "m_Name": "Smoothstep", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -305.5999755859375, + "y": 916.0, + "width": 151.19998168945313, + "height": 141.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "e73c364ceb6f4baf81eb7dcf8765a73e" + }, + { + "m_Id": "bbc202b754a7416f852f2352299aff11" + }, + { + "m_Id": "f2ada7a348384b039f59d9c291896031" + }, + { + "m_Id": "fcfb8b5b8b214c6aa12f11393381bb20" + } + ], + "synonyms": [ + "curve" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.Fullscreen.ShaderGraph.FullscreenData", + "m_ObjectId": "d1c114e4d17d4cf0ab6ea9648ab2e038", + "m_Version": 0, + "m_fullscreenMode": 0, + "m_BlendMode": 0, + "m_SrcColorBlendMode": 0, + "m_DstColorBlendMode": 1, + "m_ColorBlendOperation": 0, + "m_SrcAlphaBlendMode": 0, + "m_DstAlphaBlendMode": 1, + "m_AlphaBlendOperation": 0, + "m_EnableStencil": false, + "m_StencilReference": 0, + "m_StencilReadMask": 255, + "m_StencilWriteMask": 255, + "m_StencilCompareFunction": 8, + "m_StencilPassOperation": 0, + "m_StencilFailOperation": 0, + "m_StencilDepthFailOperation": 0, + "m_DepthWrite": false, + "m_depthWriteMode": 0, + "m_AllowMaterialOverride": false, + "m_DepthTestMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d274e672dd0c4781999b65bf6fb5697d", + "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.CustomFunctionNode", + "m_ObjectId": "d8d42866a99a41deb13926c3cf65d784", + "m_Group": { + "m_Id": "" + }, + "m_Name": "PosterizeTime (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2444.0, + "y": 1864.0, + "width": 236.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "0277fc918c2c4daf822d9128c613fbd9" + }, + { + "m_Id": "0448cc04ad3d4236bc532f150ce6ddd7" + }, + { + "m_Id": "ff0cb630081b4302ac79e200dc96824b" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "PosterizeTime", + "m_FunctionSource": "3273bfff58f7f734982b696c1460cce5", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "daf7a4e659c74dabb3a539fda8e62178", + "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": "dfe2887e2d2247449923abb7c6d1f4ea", + "m_Id": 1, + "m_DisplayName": "Thickness", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Thickness", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e10b7d8f16b24c9ba902533650b49b30", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e35903587e064dc6a721184ccdfe81bb", + "m_Id": 0, + "m_DisplayName": "TurbulenceStrength", + "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": "e50502a667714dedb964c88921077af0", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -261.9999694824219, + "y": 1656.0, + "width": 182.99996948242188, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "31eb780e742c4648afa892cba620ac06" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "c395a77baa504126839224979b7440db" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e6663f67b76c4fa1a2f08ce5b3a76523", + "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": "e73c364ceb6f4baf81eb7dcf8765a73e", + "m_Id": 0, + "m_DisplayName": "Edge1", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge1", + "m_StageCapability": 3, + "m_Value": { + "x": 0.5, + "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": "e7a5007536824138aac74cbc84fc1e2c", + "m_Title": "UV Turbulence", + "m_Position": { + "x": -2775.0, + "y": 1001.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ea5e4427b0b6443db2efdd5f8aa4a297", + "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": "ea6ebbe0808548fcb12ee3286761072b", + "m_Id": 337845618, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_Scale", + "m_StageCapability": 3, + "m_Value": 30.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "ec8a98173711429ebf4db267d3f3092c", + "m_Id": 1, + "m_DisplayName": "Normal", + "m_SlotType": 1, + "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": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "ed188277a48647878907563992b5fd16", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "NormalRobert (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -483.0000305175781, + "y": 1485.0, + "width": 208.0, + "height": 246.0 + } + }, + "m_Slots": [ + { + "m_Id": "659a973e26d446f68a994b0fec2f9756" + }, + { + "m_Id": "dfe2887e2d2247449923abb7c6d1f4ea" + }, + { + "m_Id": "9f440f332487465182f9334af041bb31" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "NormalRobert", + "m_FunctionSource": "da84dc9abbbf4b340be98de06211ab2c", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "ed98c51e2513437599a2068f8eda2ba5", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "PosterizeTime (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2602.0, + "y": 1060.0, + "width": 236.0, + "height": 302.0 + } + }, + "m_Slots": [ + { + "m_Id": "9954e412d0a441e8b0ce2d2010c21891" + }, + { + "m_Id": "62c69b4e2a2b45ef8030a1a073f5c4c4" + }, + { + "m_Id": "57a27feedb9c4ba7ba0b4a1d0b955129" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "PosterizeTime", + "m_FunctionSource": "3273bfff58f7f734982b696c1460cce5", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "eda3856e10d64f2daf9e6c5a66ea9fdd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "DistortTVUV (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2197.0, + "y": 1725.0, + "width": 234.0001220703125, + "height": 350.0 + } + }, + "m_Slots": [ + { + "m_Id": "21d8939218bf482a890dd7732a3afa32" + }, + { + "m_Id": "acf67b4532014eef957d970974d2a96e" + }, + { + "m_Id": "afd0cde63b6947729b6c9b2c5e763b3a" + }, + { + "m_Id": "1b1e8232b4a64e4e91144dcf72ad96eb" + }, + { + "m_Id": "44031b2120d043e79055245a3cc4b141" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "DistortTVUV", + "m_FunctionSource": "2a36314700333c44c8bb14f85178aa0a", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "eddad20b74e44580ae9927469fd7d8f9", + "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": "f531282dc8a740e18ff13cccd5c431ac" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Alpha" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ef34cce5f929473cb5b39d996066b559", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "f0772d888f2148c89193ff956169164f", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "f20b0486fd514cffb39ef865b303bef1", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -368.0, + "y": 1712.0, + "width": 118.99998474121094, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "975dc90025b84f4391816bdc50eb0caf" + }, + { + "m_Id": "bfedb999594d4b719684e31ab57a5bb1" + }, + { + "m_Id": "ba28fc1ee35c43ecb160e833f2acc9bc" + }, + { + "m_Id": "743dc13f90ab40d59f0e7dab4a376271" + }, + { + "m_Id": "3e8e6dedec1c4b5c89b7379731506021" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f26bd619dd204fba93ca6d5a1ca94792", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "f2ada7a348384b039f59d9c291896031", + "m_Id": 2, + "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": "f3c04c8d623546329e71c8985b955392", + "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": "f45f46874df745d7a3f88a40242aa7b9", + "m_Id": 0, + "m_DisplayName": "DepthEdges", + "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.Vector1MaterialSlot", + "m_ObjectId": "f4d241535fec40c99f73edd1f203e264", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f531282dc8a740e18ff13cccd5c431ac", + "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": "f546226259dc4015b91c6a8168a7cdda", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "f6dab6b9e6e54c169a8047ed093f3f9b", + "m_Guid": { + "m_GuidSerialized": "c1db8531-632d-4c16-9882-5d2460367faf" + }, + "m_Name": "NormalOutlineThickness", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "NormalOutlineThickness", + "m_DefaultReferenceName": "_NormalOutlineThickness", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "f6f75cfc49a94846ad94ad87b128ee5a", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "f7060bb7991a4316bc283d21e58853f7", + "m_Group": { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -584.7999877929688, + "y": 1043.199951171875, + "width": 141.60000610351563, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "f45f46874df745d7a3f88a40242aa7b9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "99b2dc4ed92a4b438e97a53079d19303" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f8cb6075adb14b8db285fd63af54c01d", + "m_Id": 0, + "m_DisplayName": "TurbulenceScale", + "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.PowerNode", + "m_ObjectId": "fbc53af2cc134d5ba1b313104f572a46", + "m_Group": { + "m_Id": "c512f6233963442bb3e1d850c89aea00" + }, + "m_Name": "Power", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -140.0, + "y": 916.0, + "width": 125.5999755859375, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "d274e672dd0c4781999b65bf6fb5697d" + }, + { + "m_Id": "1d96c3a4b0274d638212db7cf4fc2b7e" + }, + { + "m_Id": "752c45c3a0a9402c9ffec693f86bf035" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "fc70630aebef472f9d8af0dbf33ffd43", + "m_Guid": { + "m_GuidSerialized": "b23e5837-d157-44ff-a91f-db1978dcd61b" + }, + "m_Name": "TurbulenceScale", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "TurbulenceScale", + "m_DefaultReferenceName": "_TurbulenceScale", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 10.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fcfb8b5b8b214c6aa12f11393381bb20", + "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.Vector2Node", + "m_ObjectId": "fd06f200faed48f8b9499905bdde51db", + "m_Group": { + "m_Id": "e7a5007536824138aac74cbc84fc1e2c" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2492.0, + "y": 1182.0, + "width": 128.0, + "height": 101.0 + } + }, + "m_Slots": [ + { + "m_Id": "72db18802f2a402da302dfa955c61859" + }, + { + "m_Id": "9ccbe0f4daf54d8087c7898d7895e304" + }, + { + "m_Id": "8903292416584b9fb6b40570c2ac0c22" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "fd4c73cdc2804fe194e36fa974fc50c0", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "fd63cb5ea4d144c58547676d991847df", + "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.PropertyNode", + "m_ObjectId": "fd6c540b99cd475d8a4ca136108d1b87", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -261.60003662109377, + "y": 564.7999267578125, + "width": 142.4000701904297, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "c634a4e155734803819dc40bfe02e0f1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "288dbdce073742f0859aa19fe80e0ea5" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ff0cb630081b4302ac79e200dc96824b", + "m_Id": 1, + "m_DisplayName": "PosterizedTime", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "PosterizedTime", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PowerNode", + "m_ObjectId": "ff2d260646904aceb849470a07991eee", + "m_Group": { + "m_Id": "2a34076139df4b95af20dc703ef18cc3" + }, + "m_Name": "Power", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -65.99996948242188, + "y": 1485.0, + "width": 207.9999237060547, + "height": 302.0 + } + }, + "m_Slots": [ + { + "m_Id": "ea5e4427b0b6443db2efdd5f8aa4a297" + }, + { + "m_Id": "b869ba6ad3ed41eb87832f73d476db8e" + }, + { + "m_Id": "7b76c1e7a2c04583a0f5cd1993d4c5cd" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + diff --git a/Assets/Shaders/OutlineShader.shadergraph.meta b/Assets/Shaders/OutlineShader.shadergraph.meta new file mode 100644 index 00000000..87ee9324 --- /dev/null +++ b/Assets/Shaders/OutlineShader.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 27142cb88b3b6da4b93357f29ba5ebb9 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/Shaders/PostProcessShader.shadergraph b/Assets/Shaders/PostProcessShader.shadergraph new file mode 100644 index 00000000..a22c4332 --- /dev/null +++ b/Assets/Shaders/PostProcessShader.shadergraph @@ -0,0 +1,11481 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "a95eab04c2ec4bcf96593e34f9569ef8", + "m_Properties": [ + { + "m_Id": "61f7d09bf73643f69bcdf3e2d79f0208" + }, + { + "m_Id": "f5d2a5a7f0a24a34b8d08b2616903e59" + }, + { + "m_Id": "745a4856e694476e9e79fb45cc8964bf" + }, + { + "m_Id": "3af7c59b86ba4715b5c7050dcb55af1b" + }, + { + "m_Id": "81b22ebd32bd47dba7a6079da46cf827" + }, + { + "m_Id": "fcb184d56bb542a895f44ea83cf7d81d" + }, + { + "m_Id": "eddab6b7828649ae90438cd00b692873" + }, + { + "m_Id": "00e6604e5a1f4a2f9303c224c6162f1d" + }, + { + "m_Id": "89311c0e9ce345ee8c7265d854e8e646" + }, + { + "m_Id": "d211d2b4c15c45ddac8cc7988cecf57a" + }, + { + "m_Id": "8b1df6147b1f4cb69e93b05d70aaeb18" + }, + { + "m_Id": "6c9129ccf6124eabbdd89c86d312f860" + }, + { + "m_Id": "e3bc697b460e4d5fac8033984d7758e7" + }, + { + "m_Id": "48f9c24d1da24ed9b009a01255b44898" + }, + { + "m_Id": "6291cdaa172b4b45985b2260894ce62d" + }, + { + "m_Id": "454770866a964352a65aaa348840eaba" + }, + { + "m_Id": "4bbefacd9a8946909187702ab7d32025" + }, + { + "m_Id": "49fc1cf0cdfe4b6aa713761ababd2e88" + }, + { + "m_Id": "bfba534e725d4f068f154dfedfcd434d" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "ac16cd49ee414bc4909b4b86520ccb4e" + } + ], + "m_Nodes": [ + { + "m_Id": "7971adefd91e4c2fbbc2b32e1b47c800" + }, + { + "m_Id": "eddad20b74e44580ae9927469fd7d8f9" + }, + { + "m_Id": "c6d76aee34144a918e892f255350fb67" + }, + { + "m_Id": "70188e9e1d40432ea2479b5a495234e4" + }, + { + "m_Id": "64c86057894a4dd795c9ea11d310b386" + }, + { + "m_Id": "7991d6f395344a98b6d96c6ac50a540a" + }, + { + "m_Id": "de6bcbe8578444d8af1c69b22f729a18" + }, + { + "m_Id": "4c46f17827d74f7895588c8d7c7b197f" + }, + { + "m_Id": "885a95d4208747c183a331f240aa544b" + }, + { + "m_Id": "cea6dcdb6e874156a9e6917854763453" + }, + { + "m_Id": "7e0ad735987e49cb84985a31d8cc136b" + }, + { + "m_Id": "9f9bf9b7be194efcb93b64125814c644" + }, + { + "m_Id": "dcee34536fa543a2bcf086e72ceb8812" + }, + { + "m_Id": "ae812f316b344c00ba8471748bdfd62e" + }, + { + "m_Id": "373158ffa71848ad848cb1d06ba39ee3" + }, + { + "m_Id": "7271861f88a14f4d87a7e00a29f76c29" + }, + { + "m_Id": "5175ee0841144b9f93c7f0f548982940" + }, + { + "m_Id": "68dc891d84cc4b33a66d0af1579695ae" + }, + { + "m_Id": "9c73ae11f21545699b69d9eeafc9d3ed" + }, + { + "m_Id": "ed2598179bd1402694994e8eb82b7792" + }, + { + "m_Id": "955140acbf324125b0a0297c586f8b03" + }, + { + "m_Id": "917d07530b584a258c2e1b5f75099336" + }, + { + "m_Id": "12a50e93992d4313904070f86a073d73" + }, + { + "m_Id": "589987d80f1146f3bfbb755456d2db8a" + }, + { + "m_Id": "2949b6047bc2491d99b72a5b39e66c0a" + }, + { + "m_Id": "e41d4a12447d4e368a571871ce50c84c" + }, + { + "m_Id": "35c565b7af274e099ce537b7e453734d" + }, + { + "m_Id": "939c6f894db6472c92021b555ec6edbd" + }, + { + "m_Id": "118f04bd39934f979aa5f054dc4c2065" + }, + { + "m_Id": "12192ba435574d9781d7f57c9cd9a199" + }, + { + "m_Id": "38069cc2f9c344afb91da65ff9c17ed2" + }, + { + "m_Id": "2f4ed8d2a7ea47bdbde74ef90bdb34f9" + }, + { + "m_Id": "493b2908825d4f6da4d3d2f0464fe339" + }, + { + "m_Id": "c3223304627a4f66b9414a17ee6beaad" + }, + { + "m_Id": "42e188b2e09e435c851de6457bb4f0ff" + }, + { + "m_Id": "75c70613948c4ba8a58897b57a6c4c33" + }, + { + "m_Id": "9c5e70c7567a4805baba08616d398f7d" + }, + { + "m_Id": "6578c509a9474284bc49e37b31012376" + }, + { + "m_Id": "d121294789c44a5b90cc331c29f62e44" + }, + { + "m_Id": "06f00dbfc7054e47afe987f2c57f7019" + }, + { + "m_Id": "754e0e0c76814878a781c75a598542f0" + }, + { + "m_Id": "b244079fcd704d1388f77ad212bbde6a" + }, + { + "m_Id": "1c6ee54820564d45b6b7f0039172d2db" + }, + { + "m_Id": "34259e8259ac401fbe8909ff0f8b2a76" + }, + { + "m_Id": "2ace7a8e0a6f4b7aba38507845ce0f14" + }, + { + "m_Id": "dfd5b59e49b6427ba8721983ca76fc22" + }, + { + "m_Id": "e4a1e2b574f84d81acd23a494a205cb9" + }, + { + "m_Id": "2658dfe72aff452bb5ea34ca6235f193" + }, + { + "m_Id": "8b6c826e974844b8a1a7cacc4d7521bf" + }, + { + "m_Id": "a602abbf9cbb40548f42e6644720b4ab" + }, + { + "m_Id": "490645bafec342b5ac0f7fd6802eecca" + }, + { + "m_Id": "ad1d473c67694d66a47e1ca196b1b411" + }, + { + "m_Id": "5656cd91b5c746cf8cfbba4bef4abbdd" + }, + { + "m_Id": "8a4ba620d8764bf68881cdc0c4f72670" + }, + { + "m_Id": "9a5b5ef66aa64bf5a531a8feee7832e2" + }, + { + "m_Id": "13b676173d21447c8918b3dd3d5f392f" + }, + { + "m_Id": "10ebc9519be54bd49fb4510c0b62e339" + }, + { + "m_Id": "828628f707554b89b83032e91ec94053" + }, + { + "m_Id": "a71ae5bf174845029b8d4ad1e9440c2d" + }, + { + "m_Id": "f613d194b7bb4dbcbba55c27c2b9cfff" + }, + { + "m_Id": "1c0b9bc069084bacacff8d02c5ecfb7f" + }, + { + "m_Id": "59e5767928d646cab5966403eea46949" + }, + { + "m_Id": "03da18bdff0c4ec4b50526ad4ad7a4fa" + }, + { + "m_Id": "85523a543ba0441f9e10cca577943452" + }, + { + "m_Id": "610d6bcdca6b49d5a7d54814a32daabc" + }, + { + "m_Id": "e59b2086a0ea4451b3ea085535613843" + }, + { + "m_Id": "12c5f8a659534c2a958764ba84760dc2" + }, + { + "m_Id": "801bd74b4d7d4f278b82f1abf14e63ad" + }, + { + "m_Id": "47df718f7b004e4c814d58b2f153db58" + }, + { + "m_Id": "d1b216e82f594d83a41a57f18dbd2f80" + }, + { + "m_Id": "2a7cd55aca5a48dbb7caa29c72637a27" + }, + { + "m_Id": "42f2d3cb17ff4574b32f2902c4de91d9" + }, + { + "m_Id": "936a844371fc40e4a329c690d0f47c4d" + }, + { + "m_Id": "34e8be01de7b4849acca04d2ff9d617b" + }, + { + "m_Id": "473676f9d5b1475d805dd0dc38bfb902" + }, + { + "m_Id": "e3f8b6ecb61c4435803d48ec2230370d" + }, + { + "m_Id": "a05f447184c1467399f618baa95b81ee" + }, + { + "m_Id": "50568d2edb5d435b9570bfd100eb3cba" + }, + { + "m_Id": "2ec3f484471f4cd3a241b7cc79f94192" + }, + { + "m_Id": "e7eb12b1deb148b28500f6ff58f855d1" + }, + { + "m_Id": "fda4e3dbde8348d8b7e720c767dc8901" + }, + { + "m_Id": "d7a105e78b134775aeb4cb1a1772ee34" + }, + { + "m_Id": "f137f83cf81249f6a2dddea21e7a0318" + }, + { + "m_Id": "b1d6d463d96f4130a6474b5fc2e30b72" + }, + { + "m_Id": "2e38349ac2424ee3bb0946ebb296eaef" + } + ], + "m_GroupDatas": [ + { + "m_Id": "8ff91f3ad48e4863aa1a01225b6483f1" + }, + { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + { + "m_Id": "e738ec98ac114d909b379999d3686ab3" + } + ], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "03da18bdff0c4ec4b50526ad4ad7a4fa" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "13b676173d21447c8918b3dd3d5f392f" + }, + "m_SlotId": 337845618 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "06f00dbfc7054e47afe987f2c57f7019" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2ace7a8e0a6f4b7aba38507845ce0f14" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "10ebc9519be54bd49fb4510c0b62e339" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "59e5767928d646cab5966403eea46949" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "118f04bd39934f979aa5f054dc4c2065" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "12192ba435574d9781d7f57c9cd9a199" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "12192ba435574d9781d7f57c9cd9a199" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2f4ed8d2a7ea47bdbde74ef90bdb34f9" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "12a50e93992d4313904070f86a073d73" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "493b2908825d4f6da4d3d2f0464fe339" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "12c5f8a659534c2a958764ba84760dc2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "801bd74b4d7d4f278b82f1abf14e63ad" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "13b676173d21447c8918b3dd3d5f392f" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8a4ba620d8764bf68881cdc0c4f72670" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1c0b9bc069084bacacff8d02c5ecfb7f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "59e5767928d646cab5966403eea46949" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1c6ee54820564d45b6b7f0039172d2db" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2ace7a8e0a6f4b7aba38507845ce0f14" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2658dfe72aff452bb5ea34ca6235f193" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a602abbf9cbb40548f42e6644720b4ab" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2949b6047bc2491d99b72a5b39e66c0a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "47df718f7b004e4c814d58b2f153db58" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2949b6047bc2491d99b72a5b39e66c0a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e59b2086a0ea4451b3ea085535613843" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2a7cd55aca5a48dbb7caa29c72637a27" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d7a105e78b134775aeb4cb1a1772ee34" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2ace7a8e0a6f4b7aba38507845ce0f14" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "610d6bcdca6b49d5a7d54814a32daabc" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2e38349ac2424ee3bb0946ebb296eaef" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e3f8b6ecb61c4435803d48ec2230370d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2ec3f484471f4cd3a241b7cc79f94192" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fda4e3dbde8348d8b7e720c767dc8901" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2f4ed8d2a7ea47bdbde74ef90bdb34f9" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "493b2908825d4f6da4d3d2f0464fe339" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "34259e8259ac401fbe8909ff0f8b2a76" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d121294789c44a5b90cc331c29f62e44" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "34e8be01de7b4849acca04d2ff9d617b" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "42f2d3cb17ff4574b32f2902c4de91d9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "34e8be01de7b4849acca04d2ff9d617b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "42f2d3cb17ff4574b32f2902c4de91d9" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "35c565b7af274e099ce537b7e453734d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "917d07530b584a258c2e1b5f75099336" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "373158ffa71848ad848cb1d06ba39ee3" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ae812f316b344c00ba8471748bdfd62e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "38069cc2f9c344afb91da65ff9c17ed2" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2f4ed8d2a7ea47bdbde74ef90bdb34f9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "42e188b2e09e435c851de6457bb4f0ff" + }, + "m_SlotId": 6 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e41d4a12447d4e368a571871ce50c84c" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "42f2d3cb17ff4574b32f2902c4de91d9" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2a7cd55aca5a48dbb7caa29c72637a27" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "473676f9d5b1475d805dd0dc38bfb902" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2a7cd55aca5a48dbb7caa29c72637a27" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "47df718f7b004e4c814d58b2f153db58" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7971adefd91e4c2fbbc2b32e1b47c800" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "490645bafec342b5ac0f7fd6802eecca" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9c5e70c7567a4805baba08616d398f7d" + }, + "m_SlotId": 1935985648 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "493b2908825d4f6da4d3d2f0464fe339" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "917d07530b584a258c2e1b5f75099336" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4c46f17827d74f7895588c8d7c7b197f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "de6bcbe8578444d8af1c69b22f729a18" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "50568d2edb5d435b9570bfd100eb3cba" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a05f447184c1467399f618baa95b81ee" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "50568d2edb5d435b9570bfd100eb3cba" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a05f447184c1467399f618baa95b81ee" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5175ee0841144b9f93c7f0f548982940" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7271861f88a14f4d87a7e00a29f76c29" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5656cd91b5c746cf8cfbba4bef4abbdd" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "610d6bcdca6b49d5a7d54814a32daabc" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "589987d80f1146f3bfbb755456d2db8a" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e41d4a12447d4e368a571871ce50c84c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "59e5767928d646cab5966403eea46949" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "13b676173d21447c8918b3dd3d5f392f" + }, + "m_SlotId": 1935985648 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "610d6bcdca6b49d5a7d54814a32daabc" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c6d76aee34144a918e892f255350fb67" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "64c86057894a4dd795c9ea11d310b386" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "de6bcbe8578444d8af1c69b22f729a18" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6578c509a9474284bc49e37b31012376" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "490645bafec342b5ac0f7fd6802eecca" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "68dc891d84cc4b33a66d0af1579695ae" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2e38349ac2424ee3bb0946ebb296eaef" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "68dc891d84cc4b33a66d0af1579695ae" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cea6dcdb6e874156a9e6917854763453" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "70188e9e1d40432ea2479b5a495234e4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c6d76aee34144a918e892f255350fb67" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7271861f88a14f4d87a7e00a29f76c29" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f137f83cf81249f6a2dddea21e7a0318" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "754e0e0c76814878a781c75a598542f0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "06f00dbfc7054e47afe987f2c57f7019" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "75c70613948c4ba8a58897b57a6c4c33" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "42e188b2e09e435c851de6457bb4f0ff" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7991d6f395344a98b6d96c6ac50a540a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "64c86057894a4dd795c9ea11d310b386" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7e0ad735987e49cb84985a31d8cc136b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cea6dcdb6e874156a9e6917854763453" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "801bd74b4d7d4f278b82f1abf14e63ad" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "47df718f7b004e4c814d58b2f153db58" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "828628f707554b89b83032e91ec94053" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a71ae5bf174845029b8d4ad1e9440c2d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "85523a543ba0441f9e10cca577943452" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5656cd91b5c746cf8cfbba4bef4abbdd" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "885a95d4208747c183a331f240aa544b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9c73ae11f21545699b69d9eeafc9d3ed" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8a4ba620d8764bf68881cdc0c4f72670" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ad1d473c67694d66a47e1ca196b1b411" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8b6c826e974844b8a1a7cacc4d7521bf" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a602abbf9cbb40548f42e6644720b4ab" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "917d07530b584a258c2e1b5f75099336" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "589987d80f1146f3bfbb755456d2db8a" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "936a844371fc40e4a329c690d0f47c4d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "34e8be01de7b4849acca04d2ff9d617b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "939c6f894db6472c92021b555ec6edbd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "12192ba435574d9781d7f57c9cd9a199" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "955140acbf324125b0a0297c586f8b03" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dcee34536fa543a2bcf086e72ceb8812" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "955140acbf324125b0a0297c586f8b03" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dcee34536fa543a2bcf086e72ceb8812" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9a5b5ef66aa64bf5a531a8feee7832e2" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a71ae5bf174845029b8d4ad1e9440c2d" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9c5e70c7567a4805baba08616d398f7d" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "34259e8259ac401fbe8909ff0f8b2a76" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9c73ae11f21545699b69d9eeafc9d3ed" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "68dc891d84cc4b33a66d0af1579695ae" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9f9bf9b7be194efcb93b64125814c644" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "42f2d3cb17ff4574b32f2902c4de91d9" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9f9bf9b7be194efcb93b64125814c644" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dcee34536fa543a2bcf086e72ceb8812" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a05f447184c1467399f618baa95b81ee" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2ec3f484471f4cd3a241b7cc79f94192" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a602abbf9cbb40548f42e6644720b4ab" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "490645bafec342b5ac0f7fd6802eecca" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a71ae5bf174845029b8d4ad1e9440c2d" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1c0b9bc069084bacacff8d02c5ecfb7f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ad1d473c67694d66a47e1ca196b1b411" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5656cd91b5c746cf8cfbba4bef4abbdd" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ae812f316b344c00ba8471748bdfd62e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7271861f88a14f4d87a7e00a29f76c29" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b1d6d463d96f4130a6474b5fc2e30b72" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "50568d2edb5d435b9570bfd100eb3cba" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b244079fcd704d1388f77ad212bbde6a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9c5e70c7567a4805baba08616d398f7d" + }, + "m_SlotId": 337845618 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c3223304627a4f66b9414a17ee6beaad" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2949b6047bc2491d99b72a5b39e66c0a" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c6d76aee34144a918e892f255350fb67" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "64c86057894a4dd795c9ea11d310b386" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c6d76aee34144a918e892f255350fb67" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "de6bcbe8578444d8af1c69b22f729a18" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cea6dcdb6e874156a9e6917854763453" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9f9bf9b7be194efcb93b64125814c644" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d121294789c44a5b90cc331c29f62e44" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "06f00dbfc7054e47afe987f2c57f7019" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d1b216e82f594d83a41a57f18dbd2f80" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "47df718f7b004e4c814d58b2f153db58" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d7a105e78b134775aeb4cb1a1772ee34" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f137f83cf81249f6a2dddea21e7a0318" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dcee34536fa543a2bcf086e72ceb8812" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ae812f316b344c00ba8471748bdfd62e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "de6bcbe8578444d8af1c69b22f729a18" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7271861f88a14f4d87a7e00a29f76c29" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dfd5b59e49b6427ba8721983ca76fc22" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2658dfe72aff452bb5ea34ca6235f193" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e3f8b6ecb61c4435803d48ec2230370d" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a05f447184c1467399f618baa95b81ee" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e41d4a12447d4e368a571871ce50c84c" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2949b6047bc2491d99b72a5b39e66c0a" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e4a1e2b574f84d81acd23a494a205cb9" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2658dfe72aff452bb5ea34ca6235f193" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e59b2086a0ea4451b3ea085535613843" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "12c5f8a659534c2a958764ba84760dc2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e7eb12b1deb148b28500f6ff58f855d1" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2ec3f484471f4cd3a241b7cc79f94192" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ed2598179bd1402694994e8eb82b7792" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "955140acbf324125b0a0297c586f8b03" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f137f83cf81249f6a2dddea21e7a0318" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2949b6047bc2491d99b72a5b39e66c0a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f613d194b7bb4dbcbba55c27c2b9cfff" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1c0b9bc069084bacacff8d02c5ecfb7f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fda4e3dbde8348d8b7e720c767dc8901" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d7a105e78b134775aeb4cb1a1772ee34" + }, + "m_SlotId": 0 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 1183.0, + "y": 31.000003814697267 + }, + "m_Blocks": [] + }, + "m_FragmentContext": { + "m_Position": { + "x": 1166.0, + "y": 177.0 + }, + "m_Blocks": [ + { + "m_Id": "7971adefd91e4c2fbbc2b32e1b47c800" + }, + { + "m_Id": "eddad20b74e44580ae9927469fd7d8f9" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_ActiveTargets": [ + { + "m_Id": "88f9c2d9611e40d9a0679ebd28071b0a" + } + ] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "00e6604e5a1f4a2f9303c224c6162f1d", + "m_Guid": { + "m_GuidSerialized": "992d51d0-835c-40ba-bc90-5bdaaa3c5f73" + }, + "m_Name": "Framerate", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Framerate", + "m_DefaultReferenceName": "_Framerate", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 5.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0134f2616d3247f392086996adafeb2b", + "m_Id": 0, + "m_DisplayName": "VignetteMultiplier", + "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": "0336006b180847139256e1af0375b622", + "m_Id": 0, + "m_DisplayName": "TintFactor", + "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": "03da18bdff0c4ec4b50526ad4ad7a4fa", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5272.7998046875, + "y": 951.2000732421875, + "width": 191.2001953125, + "height": 33.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "20c032a4225c42e98d4d965b4cf99ccc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "8b1df6147b1f4cb69e93b05d70aaeb18" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "05e62bd9eb8644138bc69c118c6b53bc", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "06f00dbfc7054e47afe987f2c57f7019", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4493.599609375, + "y": 327.9999694824219, + "width": 128.7998046875, + "height": 117.60006713867188 + } + }, + "m_Slots": [ + { + "m_Id": "f4bdb3f85a4c4d19b132558bd8306963" + }, + { + "m_Id": "8e6e66f185284c54a3a66bbee3ecacd0" + }, + { + "m_Id": "f2d1dfc6419a4024b3adbf5d7fc127ba" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "074255cd10f745669734cd0d65c96aa3", + "m_Id": 1, + "m_DisplayName": "Edge2", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge2", + "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": "093b7ed57d0f48178c30d3bb48c4606e", + "m_Id": 3, + "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.Vector1MaterialSlot", + "m_ObjectId": "0bf42d226ac44fa1ae5ef9a7b7899a75", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "0c5412fca9fc4fdbb2b15bb2b72e7be2", + "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": "0d4cf91d2501477bbe85cd69ce8f5734", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "0e203d089c6248b2b2cc5e24e4001d81", + "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": "0e66d4e6fa2248bab2c7c66983aebc7a", + "m_Id": 1, + "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.DynamicValueMaterialSlot", + "m_ObjectId": "0f66a5bca08743b8ad22c1c3b44fe92f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "10001ac4df34462189b687073d1ea7a3", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "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.UVNode", + "m_ObjectId": "10ebc9519be54bd49fb4510c0b62e339", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5391.19921875, + "y": 662.4000244140625, + "width": 145.60009765625, + "height": 127.199951171875 + } + }, + "m_Slots": [ + { + "m_Id": "65424596dcf34f719e0d72482662569c" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "114524a5fdd74131a4cb1b8e4343f34e", + "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": "118f04bd39934f979aa5f054dc4c2065", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1468.0, + "y": 730.4000854492188, + "width": 129.5999755859375, + "height": 33.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "51324d6a28dd407cb5770eff4bc95b2e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "00e6604e5a1f4a2f9303c224c6162f1d" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "11ec20a99af74b6e9c197f503ce84b04", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "12192ba435574d9781d7f57c9cd9a199", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "PosterizeTime (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1320.0, + "y": 545.6000366210938, + "width": 237.5999755859375, + "height": 117.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "33e1c86222744eed809130109d08df5c" + }, + { + "m_Id": "ad0c0898f7694cf0a21277e86b03c7a6" + }, + { + "m_Id": "80ed9b8da9d642d18d17f40160f5b33c" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "PosterizeTime", + "m_FunctionSource": "3273bfff58f7f734982b696c1460cce5", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "124e48532e4748af9d2df2b2c08e781e", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "1265852fe6424c4da78d2d9a5810c8c5", + "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.UVNode", + "m_ObjectId": "12a50e93992d4313904070f86a073d73", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1227.2000732421875, + "y": 286.4000244140625, + "width": 145.5999755859375, + "height": 127.20001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "9bb0a0ebdf7b40b19d4a33e32d638dfe" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PowerNode", + "m_ObjectId": "12c5f8a659534c2a958764ba84760dc2", + "m_Group": { + "m_Id": "e738ec98ac114d909b379999d3686ab3" + }, + "m_Name": "Power", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 517.0000610351563, + "y": 374.0000305175781, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "eb52ea38976a4406b1488ddfec9e4565" + }, + { + "m_Id": "134c9429c3eb43b9995ecd01a396f647" + }, + { + "m_Id": "24e187ce208f4028854487a0ac6259b5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "133d46b043a9451d9dbf04608bc9b126", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "134c9429c3eb43b9995ecd01a396f647", + "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.SubGraphNode", + "m_ObjectId": "13b676173d21447c8918b3dd3d5f392f", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "2DVectorNoise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5067.99951171875, + "y": 831.2000122070313, + "width": 195.19970703125, + "height": 118.39996337890625 + } + }, + "m_Slots": [ + { + "m_Id": "dc6ac0baa4cb4229a718d6927eb4befa" + }, + { + "m_Id": "6a6ed6d3596f46138cfaf8113b0149fe" + }, + { + "m_Id": "388972e95a534927a4de936e6a2f7caf" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"1b48f02abb176de40b97c3ee8bcae138\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "3f073a34-fd1a-409d-99cf-723b47c38c37", + "308c9d89-48b7-46fa-80c2-4c72cc0a1910" + ], + "m_PropertyIds": [ + 1935985648, + 337845618 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "142d856fed8e4c9c8da19b57bec57ad8", + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1505533fd7ad4058b7f84a64093d2906", + "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.Vector2MaterialSlot", + "m_ObjectId": "15b705a9c5d14171b1b920b1ab83b3b5", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "15bf5de6c5c246038a4279fac1764f16", + "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": "168f949e052c43dbae704b7b00302365", + "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": "173731e77cd041fcadb12f4f9e9c80b2", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "19e259a843bb4b54b4a973d8a6aedb4d", + "m_Id": 0, + "m_DisplayName": "SceneColor", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "SceneColor", + "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": "1aeb7ff43bde4290a34c70ad9024afaf", + "m_Id": 1, + "m_DisplayName": "PosterizedTime", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "PosterizedTime", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1b7660bfe8564ddf9caeee2f2df50dd4", + "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": "1be5c010b29545458f1768ba3f4ed006", + "m_Id": 0, + "m_DisplayName": "BrightenCenterMultiplier", + "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.MultiplyNode", + "m_ObjectId": "1c0b9bc069084bacacff8d02c5ecfb7f", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5391.19921875, + "y": 809.5999145507813, + "width": 128.7998046875, + "height": 117.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "7b8c7c6f24fc436a846433f5cc89cae4" + }, + { + "m_Id": "d8ce5b3f24b54328a7590151d7b53f2e" + }, + { + "m_Id": "59c43c6ec2cd4b13a4e4d982da7ece41" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "1c6ee54820564d45b6b7f0039172d2db", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4566.3994140625, + "y": 7.200040340423584, + "width": 145.60009765625, + "height": 127.20001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "c3492a6bed48458faffab6ba9b8428ad" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1d229f6b2eca4f779f855c07a35f3994", + "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": "1f23c60a1bc54a0a80b89e50bf0c97e8", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "200a491d01da4cedad1586af190a897d", + "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": "20c032a4225c42e98d4d965b4cf99ccc", + "m_Id": 0, + "m_DisplayName": "OtherTurbulenceScale", + "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": "211422da26a642feba6cd725921212e8", + "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": "223686d03417430da084263ae756af02", + "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.SamplerStateMaterialSlot", + "m_ObjectId": "22d3df6222ea4e138535a50ec1f58dd5", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "234163b62d874d019292b7c19ddbaca5", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "2442e651f1d84ee18a5b8f31473e5402", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "24e187ce208f4028854487a0ac6259b5", + "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": "2507b9f94d8649a68da7a443a39c1dd0", + "m_Id": 1, + "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.DynamicValueMaterialSlot", + "m_ObjectId": "250fb89a9e8349c58878f3d499d1acc2", + "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": "25479151b7e24255803b7f215f4013cc", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "25fd1c7b63a6478e86b7c2037c973ee7", + "m_Title": "Vignette", + "m_Position": { + "x": -2948.0, + "y": 129.00003051757813 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "2658dfe72aff452bb5ea34ca6235f193", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "PosterizeTime (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5630.39990234375, + "y": 310.3999938964844, + "width": 237.60009765625, + "height": 117.60000610351563 + } + }, + "m_Slots": [ + { + "m_Id": "91b3725ad6d04a8888b9d2fb960deb2f" + }, + { + "m_Id": "cf885b097f5c4cbc84d848209007489f" + }, + { + "m_Id": "1aeb7ff43bde4290a34c70ad9024afaf" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "PosterizeTime", + "m_FunctionSource": "3273bfff58f7f734982b696c1460cce5", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "271db26333c449069bbc1933d899fd6e", + "m_Id": 6, + "m_DisplayName": "RG", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RG", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "27c8347b9ee14094be2b2e9d41f74dab", + "m_Id": 1, + "m_DisplayName": "Edge2", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge2", + "m_StageCapability": 3, + "m_Value": { + "x": 0.699999988079071, + "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": "28284d6909d243dd8ed043de61e93767", + "m_Id": 0, + "m_DisplayName": "Edge1", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge1", + "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": "28c084fbf1db46e9b1a73b4c2b74ca3a", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "292c90739832434f8f5482fc95dca49f", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlendNode", + "m_ObjectId": "2949b6047bc2491d99b72a5b39e66c0a", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Blend", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -53.59988784790039, + "y": 224.0, + "width": 160.79995727539063, + "height": 175.20001220703126 + } + }, + "m_Slots": [ + { + "m_Id": "fd6c670b2e15450ca639a43894ae0439" + }, + { + "m_Id": "c1075008693c4571a8bae54bc8ca0ab5" + }, + { + "m_Id": "d32d43f701374abfae22370bb019af5a" + }, + { + "m_Id": "211422da26a642feba6cd725921212e8" + } + ], + "synonyms": [ + "burn", + "darken", + "difference", + "dodge", + "divide", + "exclusion", + "hard light", + "hard mix", + "linear burn", + "linear dodge", + "linear light", + "multiply", + "negate", + "overlay", + "pin light", + "screen", + "soft light", + "subtract", + "vivid light", + "overwrite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_BlendMode": 15 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "2a7cd55aca5a48dbb7caa29c72637a27", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2261.0, + "y": 1131.0, + "width": 125.999755859375, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "a885c8a0df2141e29eacfd151a8a1c50" + }, + { + "m_Id": "3e2031a944744b029ee93762accb0d5f" + }, + { + "m_Id": "c73f3aeefd99419baf0adf6d8681d42f" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2aa7eb196974443cb37fdaeb94d530c0", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "2ace7a8e0a6f4b7aba38507845ce0f14", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4346.39990234375, + "y": 330.39996337890627, + "width": 128.80029296875, + "height": 117.60000610351563 + } + }, + "m_Slots": [ + { + "m_Id": "900285ee6aea455e9b1726be4b88b12f" + }, + { + "m_Id": "ee9f9eb64ec946568cf471223689aafd" + }, + { + "m_Id": "f387f91d9b5f472aa06589ca61b4346c" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2bb76fa4943145318c67200bc71ec7df", + "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": "2d80970cfe1f4cb0a857822ab57436b4", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "2e38349ac2424ee3bb0946ebb296eaef", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3006.999755859375, + "y": 774.9999389648438, + "width": 129.999755859375, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "52fd121b9fb0412088def23747559031" + }, + { + "m_Id": "4acb76d6c52141a09b1a64302ab815f5" + }, + { + "m_Id": "99ad7011e775465384ac210cf06236a8" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "2ec3f484471f4cd3a241b7cc79f94192", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2413.0, + "y": 893.0000610351563, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "3efb9e2d2f144cc1a3a0d44572c0042b" + }, + { + "m_Id": "e9a7765d21ae4e29be336494c1b2e0d2" + }, + { + "m_Id": "f14e4c740d0146c3be34148d2d67083e" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "2f4ed8d2a7ea47bdbde74ef90bdb34f9", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1067.2000732421875, + "y": 545.6000366210938, + "width": 128.800048828125, + "height": 117.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "6ca724d19d2d4a51b5082d11b6d1ed40" + }, + { + "m_Id": "55f0b2cb7c434d4cb893d3f3a5ae35f7" + }, + { + "m_Id": "250fb89a9e8349c58878f3d499d1acc2" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "33e1c86222744eed809130109d08df5c", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.SwizzleNode", + "m_ObjectId": "34259e8259ac401fbe8909ff0f8b2a76", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Swizzle", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4845.599609375, + "y": 330.3999938964844, + "width": 131.19970703125, + "height": 120.0 + } + }, + "m_Slots": [ + { + "m_Id": "223686d03417430da084263ae756af02" + }, + { + "m_Id": "bde1065adcd84bd6a6954ffd468dc6af" + } + ], + "synonyms": [ + "swap", + "reorder", + "component mask" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "_maskInput": "xy", + "convertedMask": "xy" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "343bd218b0004f47b03d968823eea2fe", + "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.SplitNode", + "m_ObjectId": "34e8be01de7b4849acca04d2ff9d617b", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2633.0, + "y": 1122.0, + "width": 119.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "ade3a31b0bd8408989047e7adc83681f" + }, + { + "m_Id": "3f267fd760434863b1ea228af90753b1" + }, + { + "m_Id": "5493dfac603e44dcbd6444494f4da1c4" + }, + { + "m_Id": "c3066d01868a4783b4fcdfdcd98c299a" + }, + { + "m_Id": "5cb055ee151341859eb5460c3d4c748d" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "35c565b7af274e099ce537b7e453734d", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -816.800048828125, + "y": 365.6000671386719, + "width": 161.60003662109376, + "height": 33.599945068359378 + } + }, + "m_Slots": [ + { + "m_Id": "6a8c1c777b5f4b7e8f5c4dd36c4a6eee" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "eddab6b7828649ae90438cd00b692873" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "35f18c7723e7486dacf44b78eb229ea4", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalFullscreenSubTarget", + "m_ObjectId": "36bb2b229930491c8ca1506f257b9185" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "373158ffa71848ad848cb1d06ba39ee3", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2016.0, + "y": 531.199951171875, + "width": 168.0, + "height": 33.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "0134f2616d3247f392086996adafeb2b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "3af7c59b86ba4715b5c7050dcb55af1b" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "376d32f01db342bf8ef53808fe589244", + "m_Title": "Turbulent UVs", + "m_Position": { + "x": -5817.60009765625, + "y": -52.80002975463867 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "38069cc2f9c344afb91da65ff9c17ed2", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1209.60009765625, + "y": 430.3999938964844, + "width": 127.2000732421875, + "height": 100.80007934570313 + } + }, + "m_Slots": [ + { + "m_Id": "3fb7c7a4a7b14d95b19db4e5a3624eec" + }, + { + "m_Id": "a92fbb18f21c4335826dee6fc8e3d6a8" + }, + { + "m_Id": "e103d85faf584d64b50a52991218e36d" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "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": "38235311e827450292e7c5bc32b548d4", + "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": "388972e95a534927a4de936e6a2f7caf", + "m_Id": 1, + "m_DisplayName": "Out_Vector3", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "OutVector3", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "394e2c950b944695ae9ed77a071e565d", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 1.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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "3af7c59b86ba4715b5c7050dcb55af1b", + "m_Guid": { + "m_GuidSerialized": "d368f742-32ee-48aa-8487-b4909afea57f" + }, + "m_Name": "VignetteMultiplier", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "VignetteMultiplier", + "m_DefaultReferenceName": "_VignetteMultiplier", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.20000000298023225, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3b2164e3c2204338bc111f4929f96dcd", + "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.Vector4MaterialSlot", + "m_ObjectId": "3be4550dd5c744cf98c94e59841b52c2", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "3d24e533319340e886e448e60d9ca736", + "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": "3e2031a944744b029ee93762accb0d5f", + "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": "3efb9e2d2f144cc1a3a0d44572c0042b", + "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.GroupData", + "m_ObjectId": "3f0f8df02095493d816a2b54ee608611", + "m_Title": "Noisy Color", + "m_Position": { + "x": -1493.5999755859375, + "y": 164.00001525878907 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3f267fd760434863b1ea228af90753b1", + "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": "3fb7c7a4a7b14d95b19db4e5a3624eec", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 2.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "40db335989ff4d7f9c8c62349538832d", + "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": "41e5c7ec97144e819cf81d6f979be15c", + "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.CombineNode", + "m_ObjectId": "42e188b2e09e435c851de6457bb4f0ff", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Combine", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -400.79998779296877, + "y": 575.2000122070313, + "width": 139.99996948242188, + "height": 165.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "ec7c1867ee844f7f9c49c495953136b0" + }, + { + "m_Id": "e5272ff7eb1f455b9605d32ec4e6fa1d" + }, + { + "m_Id": "4d444674beb24050b40f53fad324b798" + }, + { + "m_Id": "093b7ed57d0f48178c30d3bb48c4606e" + }, + { + "m_Id": "52399277706343d7a02911c7c827a1ae" + }, + { + "m_Id": "ea6ab889580d4510a4a50183b015c8e4" + }, + { + "m_Id": "271db26333c449069bbc1933d899fd6e" + } + ], + "synonyms": [ + "append" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SmoothstepNode", + "m_ObjectId": "42f2d3cb17ff4574b32f2902c4de91d9", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Smoothstep", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2489.000244140625, + "y": 1117.0, + "width": 208.000244140625, + "height": 326.0 + } + }, + "m_Slots": [ + { + "m_Id": "907d982819cf4f02bdecd580a7b71b1a" + }, + { + "m_Id": "cb65207abfbd41ef8f9964fee3460d84" + }, + { + "m_Id": "ae7fc793f11a4a4ca128faaaadeffc56" + }, + { + "m_Id": "f73f04426e61441f84ebde3db641d029" + } + ], + "synonyms": [ + "curve" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "45058c3849a74c0f9655b0a45e9637c4", + "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": "4517fe9157cb4bc5b42e5587f21272d9", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", + "m_ObjectId": "454770866a964352a65aaa348840eaba", + "m_Guid": { + "m_GuidSerialized": "28816fc8-865c-4224-8865-2e5247a1ff2a" + }, + "m_Name": "DarkVignetteEdges", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "DarkVignetteEdges", + "m_DefaultReferenceName": "_DarkVignetteEdges", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "46b37b02768149e4a1d190d1c13bca98", + "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": "473676f9d5b1475d805dd0dc38bfb902", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2473.0, + "y": 1470.0001220703125, + "width": 192.0, + "height": 33.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "52d3505857a24752aa207c4ae4dbed3f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "4bbefacd9a8946909187702ab7d32025" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "47df718f7b004e4c814d58b2f153db58", + "m_Group": { + "m_Id": "e738ec98ac114d909b379999d3686ab3" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 836.0000610351563, + "y": 373.9999694824219, + "width": 171.99993896484376, + "height": 142.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "343bd218b0004f47b03d968823eea2fe" + }, + { + "m_Id": "c41e033a8d4242e3bba412e0b329e31d" + }, + { + "m_Id": "57e0d636d7384c3ca1f26ed758e8a507" + }, + { + "m_Id": "89729c5e992a4ef1bbb719d28a0d3231" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "48f9c24d1da24ed9b009a01255b44898", + "m_Guid": { + "m_GuidSerialized": "15135fb6-8ecf-4914-8446-2a82622e6647" + }, + "m_Name": "TurbulenceScale", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "TurbulenceScale", + "m_DefaultReferenceName": "_TurbulenceScale", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "490645bafec342b5ac0f7fd6802eecca", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5213.599609375, + "y": 209.60000610351563, + "width": 128.7998046875, + "height": 117.60000610351563 + } + }, + "m_Slots": [ + { + "m_Id": "0e203d089c6248b2b2cc5e24e4001d81" + }, + { + "m_Id": "0c5412fca9fc4fdbb2b15bb2b72e7be2" + }, + { + "m_Id": "c1ffc035f135494faa4ab0bec2f37e2e" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "493b2908825d4f6da4d3d2f0464fe339", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -917.5999755859375, + "y": 504.0, + "width": 128.800048828125, + "height": 117.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "4a25fd70594a496197723494901a904f" + }, + { + "m_Id": "fefb2c7d6d084cde9def9da872cffba9" + }, + { + "m_Id": "40db335989ff4d7f9c8c62349538832d" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "49e865af0b2f4fd7a419dc78cc18ffe8", + "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": "49fc1cf0cdfe4b6aa713761ababd2e88", + "m_Guid": { + "m_GuidSerialized": "2be34567-e5e1-433d-b69c-6263f57a9a7c" + }, + "m_Name": "BrightenCenterMultiplier", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "BrightenCenterMultiplier", + "m_DefaultReferenceName": "_BrightenCenterMultiplier", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4a25fd70594a496197723494901a904f", + "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": "4acb76d6c52141a09b1a64302ab815f5", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 1.0, + "e01": 0.699999988079071, + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "4bbefacd9a8946909187702ab7d32025", + "m_Guid": { + "m_GuidSerialized": "81cc8ae5-ee64-42e1-ad05-261fd91aa955" + }, + "m_Name": "DarkVignetteMultiplier", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "DarkVignetteMultiplier", + "m_DefaultReferenceName": "_DarkVignetteMultiplier", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "4c46f17827d74f7895588c8d7c7b197f", + "m_Group": { + "m_Id": "8ff91f3ad48e4863aa1a01225b6483f1" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3227.199951171875, + "y": 368.79998779296877, + "width": 129.599853515625, + "height": 33.599945068359378 + } + }, + "m_Slots": [ + { + "m_Id": "0336006b180847139256e1af0375b622" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "745a4856e694476e9e79fb45cc8964bf" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4d444674beb24050b40f53fad324b798", + "m_Id": 2, + "m_DisplayName": "B", + "m_SlotType": 0, + "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.Vector3MaterialSlot", + "m_ObjectId": "4fc0e2015c024a9f96b7946dd0bc4b43", + "m_Id": 2, + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "50568d2edb5d435b9570bfd100eb3cba", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2719.0, + "y": 893.0000610351563, + "width": 118.0, + "height": 148.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "46b37b02768149e4a1d190d1c13bca98" + }, + { + "m_Id": "5544b2c390774b04a10d067024337556" + }, + { + "m_Id": "c5b96bed32be45efb4c49b86cdb14147" + }, + { + "m_Id": "c18f2e7718d84c1882469f526e38d70b" + }, + { + "m_Id": "d95c7eb2c9b94972bccea1dc5d8fd6d0" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "51324d6a28dd407cb5770eff4bc95b2e", + "m_Id": 0, + "m_DisplayName": "Framerate", + "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": "5175ee0841144b9f93c7f0f548982940", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1851.2000732421875, + "y": 316.7999572753906, + "width": 149.5999755859375, + "height": 33.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "5a87c294dcff48649aeed9681e644876" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "81b22ebd32bd47dba7a6079da46cf827" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "51e4dde14b4642c7be74eef9cf851d07", + "m_Id": 1, + "m_DisplayName": "Out_Vector3", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "OutVector3", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "51e9f2d24d8b4771bcf2c2f1bf610068", + "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": "52399277706343d7a02911c7c827a1ae", + "m_Id": 4, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "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": "52d3505857a24752aa207c4ae4dbed3f", + "m_Id": 0, + "m_DisplayName": "DarkVignetteMultiplier", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "52fd121b9fb0412088def23747559031", + "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": "539b8f1b017641aea0432f0444a368ee", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.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": "53ef727e8612485c908ff23dc04743e2", + "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": "5493dfac603e44dcbd6444494f4da1c4", + "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": "5544b2c390774b04a10d067024337556", + "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": "55875d520be74066a9579437478ec149", + "m_Id": 2, + "m_DisplayName": "Framerate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Framerate", + "m_StageCapability": 3, + "m_Value": 12.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "55f0b2cb7c434d4cb893d3f3a5ae35f7", + "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": "5656cd91b5c746cf8cfbba4bef4abbdd", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4507.19970703125, + "y": 827.199951171875, + "width": 128.80029296875, + "height": 117.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "38235311e827450292e7c5bc32b548d4" + }, + { + "m_Id": "394e2c950b944695ae9ed77a071e565d" + }, + { + "m_Id": "58c9c10fabcb4a08abdc78e83987cd46" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "57883b4e604348c3918fbce7fcd25db0", + "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": "57d517434ed5417ca30d25d781a9af05", + "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": "57e0d636d7384c3ca1f26ed758e8a507", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "5825b29e085c4570b82456834d39b926", + "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.SmoothstepNode", + "m_ObjectId": "589987d80f1146f3bfbb755456d2db8a", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Smoothstep", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -418.3999938964844, + "y": 224.0, + "width": 151.19998168945313, + "height": 141.60006713867188 + } + }, + "m_Slots": [ + { + "m_Id": "aba518987f2c45bc81fda5ba6dc86fb3" + }, + { + "m_Id": "27c8347b9ee14094be2b2e9d41f74dab" + }, + { + "m_Id": "d4592ba916d64a72acef16b929f9507c" + }, + { + "m_Id": "dce159bd733143698b98cfad8bf54ce1" + } + ], + "synonyms": [ + "curve" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "58c9c10fabcb4a08abdc78e83987cd46", + "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": "598cc903f73d4008993f04a34608866c", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "59c43c6ec2cd4b13a4e4d982da7ece41", + "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": "59e5767928d646cab5966403eea46949", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5227.19921875, + "y": 708.7999267578125, + "width": 128.7998046875, + "height": 117.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "ae1bc05a33b84b02b28160c909a8dbae" + }, + { + "m_Id": "d84dfc58443146ce8f4897c7533c84f2" + }, + { + "m_Id": "cf3f2892747a4687bbab89b88d056252" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "5a87c294dcff48649aeed9681e644876", + "m_Id": 0, + "m_DisplayName": "VignetteColor", + "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": "5cb055ee151341859eb5460c3d4c748d", + "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.AddNode", + "m_ObjectId": "610d6bcdca6b49d5a7d54814a32daabc", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4171.19970703125, + "y": 332.0, + "width": 128.799560546875, + "height": 117.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "114524a5fdd74131a4cb1b8e4343f34e" + }, + { + "m_Id": "1b7660bfe8564ddf9caeee2f2df50dd4" + }, + { + "m_Id": "45058c3849a74c0f9655b0a45e9637c4" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "61f7d09bf73643f69bcdf3e2d79f0208", + "m_Guid": { + "m_GuidSerialized": "85105a5e-1a54-4889-b4e2-6ad655e892eb" + }, + "m_Name": "_MainTex", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "_MainTex", + "m_DefaultReferenceName": "_MainTex", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "623db8c5c96d4cd7a9014c76043391b0", + "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.Internal.BooleanShaderProperty", + "m_ObjectId": "6291cdaa172b4b45985b2260894ce62d", + "m_Guid": { + "m_GuidSerialized": "03940794-fe6c-450e-8e89-d6a565d3be7a" + }, + "m_Name": "Grayscale", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Grayscale", + "m_DefaultReferenceName": "_Grayscale", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "64c86057894a4dd795c9ea11d310b386", + "m_Group": { + "m_Id": "8ff91f3ad48e4863aa1a01225b6483f1" + }, + "m_Name": "Tint (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3289.60009765625, + "y": 220.0, + "width": 192.0, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "19e259a843bb4b54b4a973d8a6aedb4d" + }, + { + "m_Id": "808dfa6ba08645d993d83e0e74c16cfd" + }, + { + "m_Id": "4fc0e2015c024a9f96b7946dd0bc4b43" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "Tint", + "m_FunctionSource": "2d0ef21fcb0f3f844b2958ee069b014c", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "65424596dcf34f719e0d72482662569c", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "6578c509a9474284bc49e37b31012376", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5377.599609375, + "y": 163.1999969482422, + "width": 145.599609375, + "height": 127.19999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "bb6d45c0895c4068b1ee053c8435602b" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6864c8ca259849d896aeeef821fbf161", + "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.SubtractNode", + "m_ObjectId": "68dc891d84cc4b33a66d0af1579695ae", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2499.199951171875, + "y": 187.99993896484376, + "width": 128.800048828125, + "height": 117.60006713867188 + } + }, + "m_Slots": [ + { + "m_Id": "11ec20a99af74b6e9c197f503ce84b04" + }, + { + "m_Id": "91b3dc9703ff4e50ad055da19d49f256" + }, + { + "m_Id": "7ada6833545b429f8f56cb67f0a27bc6" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6a6ed6d3596f46138cfaf8113b0149fe", + "m_Id": 337845618, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_Scale", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6a8c1c777b5f4b7e8f5c4dd36c4a6eee", + "m_Id": 0, + "m_DisplayName": "NoisyColorScale", + "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": "6c9129ccf6124eabbdd89c86d312f860", + "m_Guid": { + "m_GuidSerialized": "dfce0275-d178-4c2f-917a-b98d1b88a4b2" + }, + "m_Name": "TurbulenceMultiplier", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "TurbulenceMultiplier", + "m_DefaultReferenceName": "_TurbulenceMultiplier", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.019999999552965165, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6ca724d19d2d4a51b5082d11b6d1ed40", + "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": "6e70eec7c74549abb7ba58772d82dcd7", + "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.Vector1MaterialSlot", + "m_ObjectId": "6ea64508be854147ada50e6e6cec761d", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "6f2afd19fd7142dca1e6bf3705b77b74", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "70188e9e1d40432ea2479b5a495234e4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3816.0, + "y": 186.3999481201172, + "width": 133.60009765625, + "height": 33.60005187988281 + } + }, + "m_Slots": [ + { + "m_Id": "9bdefafe6ddb48bb9e79d6b2ee676558" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "61f7d09bf73643f69bcdf3e2d79f0208" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlendNode", + "m_ObjectId": "7271861f88a14f4d87a7e00a29f76c29", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Blend", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1683.2000732421875, + "y": 193.5999755859375, + "width": 160.800048828125, + "height": 175.20001220703126 + } + }, + "m_Slots": [ + { + "m_Id": "1505533fd7ad4058b7f84a64093d2906" + }, + { + "m_Id": "124e48532e4748af9d2df2b2c08e781e" + }, + { + "m_Id": "1f23c60a1bc54a0a80b89e50bf0c97e8" + }, + { + "m_Id": "57d517434ed5417ca30d25d781a9af05" + } + ], + "synonyms": [ + "burn", + "darken", + "difference", + "dodge", + "divide", + "exclusion", + "hard light", + "hard mix", + "linear burn", + "linear dodge", + "linear light", + "multiply", + "negate", + "overlay", + "pin light", + "screen", + "soft light", + "subtract", + "vivid light", + "overwrite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_BlendMode": 21 +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "745a4856e694476e9e79fb45cc8964bf", + "m_Guid": { + "m_GuidSerialized": "10dea7c1-849b-4098-be7b-5c8de9431822" + }, + "m_Name": "TintFactor", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "TintFactor", + "m_DefaultReferenceName": "_TintFactor", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.5, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "754caf2e35e74a748d26675897585bf7", + "m_Id": 0, + "m_DisplayName": "BrightenCenterEdges", + "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": "754e0e0c76814878a781c75a598542f0", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4686.39990234375, + "y": 480.7999572753906, + "width": 181.60009765625, + "height": 33.600067138671878 + } + }, + "m_Slots": [ + { + "m_Id": "e44fec529a2a4c7f909c3a6eb50347ea" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "6c9129ccf6124eabbdd89c86d312f860" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "75c70613948c4ba8a58897b57a6c4c33", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -596.7999877929688, + "y": 639.2000122070313, + "width": 180.79995727539063, + "height": 33.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "964c6ab7194141cfbdb78fceddba49a7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "d211d2b4c15c45ddac8cc7988cecf57a" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "7812b5f74ef74ea694f41b27b8d6c3bf", + "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": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "79347134cbe6422da01ecb4c4ed01188", + "m_Id": 0, + "m_DisplayName": "Grayscale", + "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.BlockNode", + "m_ObjectId": "7971adefd91e4c2fbbc2b32e1b47c800", + "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": "9e03e145b5ec4699ba1b5da7ebc092f5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "7991d6f395344a98b6d96c6ac50a540a", + "m_Group": { + "m_Id": "8ff91f3ad48e4863aa1a01225b6483f1" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3397.60009765625, + "y": 361.5999755859375, + "width": 125.60009765625, + "height": 33.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "a13f69b876d34bd4a5e2307cc84f2029" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f5d2a5a7f0a24a34b8d08b2616903e59" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7a0206521a474cbba0f9570362be670b", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 2.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7ada6833545b429f8f56cb67f0a27bc6", + "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": "7b8c7c6f24fc436a846433f5cc89cae4", + "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.Vector2Node", + "m_ObjectId": "7e0ad735987e49cb84985a31d8cc136b", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2499.199951171875, + "y": 333.60003662109377, + "width": 127.19970703125, + "height": 100.79995727539063 + } + }, + "m_Slots": [ + { + "m_Id": "ddf1623eeb7e4d1d9306569662cb94c1" + }, + { + "m_Id": "9844724a02484f5aa0b37113d0a260f9" + }, + { + "m_Id": "25479151b7e24255803b7f215f4013cc" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7fc9744706774acf9dc3aff5f002ca45", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "801bd74b4d7d4f278b82f1abf14e63ad", + "m_Group": { + "m_Id": "e738ec98ac114d909b379999d3686ab3" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 678.0, + "y": 374.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "168f949e052c43dbae704b7b00302365" + }, + { + "m_Id": "8ad85cda2c6045c0aa64e3455bd57864" + }, + { + "m_Id": "846537e0c46b4da2b1b1b1f354b0973a" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "806c98d260ad4ad1a518eb8a63adf151", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "808dfa6ba08645d993d83e0e74c16cfd", + "m_Id": 1, + "m_DisplayName": "TintColor", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "TintColor", + "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": "80ed9b8da9d642d18d17f40160f5b33c", + "m_Id": 1, + "m_DisplayName": "PosterizedTime", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "PosterizedTime", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "81746963640f48d68a96b7acc6618b9c", + "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": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "81b22ebd32bd47dba7a6079da46cf827", + "m_Guid": { + "m_GuidSerialized": "3d1db80c-d0aa-4681-be7f-499580ed3903" + }, + "m_Name": "VignetteColor", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "VignetteColor", + "m_DefaultReferenceName": "_VignetteColor", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "828628f707554b89b83032e91ec94053", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5786.3994140625, + "y": 809.5999145507813, + "width": 124.0, + "height": 172.80010986328126 + } + }, + "m_Slots": [ + { + "m_Id": "dcb7e28cc4624f6e932331cb3c74ef97" + }, + { + "m_Id": "a04da7f450ce4ca99a09fc43360b03d9" + }, + { + "m_Id": "c431f987e75744aabfd49f6904c9f9ae" + }, + { + "m_Id": "b539f83f71b34e49bc4a7af739894c5b" + }, + { + "m_Id": "b52fd877b6034130b2f27f227dbc58b3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "830f7beb0817432d896bbd9a81ccbff8", + "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": "83d9840d166d4efd987ef7007dc5f7dd", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "846537e0c46b4da2b1b1b1f354b0973a", + "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": "85523a543ba0441f9e10cca577943452", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4730.39990234375, + "y": 988.0000610351563, + "width": 212.0, + "height": 33.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "ea7ede47598c4f92bcf8f473eabf75bd" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e3bc697b460e4d5fac8033984d7758e7" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "883fb99285124bc8b5e0f789a61a8c14", + "m_Id": 0, + "m_DisplayName": "VignetteEdges", + "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.UVNode", + "m_ObjectId": "885a95d4208747c183a331f240aa544b", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2812.800048828125, + "y": 187.99993896484376, + "width": 145.60009765625, + "height": 127.20001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "b1fa5688d1a344e5b0c9247033ffa6d6" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "88f9c2d9611e40d9a0679ebd28071b0a", + "m_Datas": [ + { + "m_Id": "d1c114e4d17d4cf0ab6ea9648ab2e038" + } + ], + "m_ActiveSubTarget": { + "m_Id": "36bb2b229930491c8ca1506f257b9185" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 0, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 2, + "m_AlphaClip": false, + "m_CastShadows": true, + "m_ReceiveShadows": true, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": false +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "89311c0e9ce345ee8c7265d854e8e646", + "m_Guid": { + "m_GuidSerialized": "4ab1de31-3995-4b1f-b121-04cb458bbd66" + }, + "m_Name": "NoisyColor", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "NoisyColor", + "m_DefaultReferenceName": "_NoisyColor", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.3960784375667572, + "g": 0.15294118225574494, + "b": 0.6901960968971252, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "89729c5e992a4ef1bbb719d28a0d3231", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.SwizzleNode", + "m_ObjectId": "8a4ba620d8764bf68881cdc0c4f72670", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Swizzle", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4859.19921875, + "y": 829.5999755859375, + "width": 131.19970703125, + "height": 120.0 + } + }, + "m_Slots": [ + { + "m_Id": "51e9f2d24d8b4771bcf2c2f1bf610068" + }, + { + "m_Id": "142d856fed8e4c9c8da19b57bec57ad8" + } + ], + "synonyms": [ + "swap", + "reorder", + "component mask" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "_maskInput": "xy", + "convertedMask": "xy" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8ad85cda2c6045c0aa64e3455bd57864", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 10.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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "8b1df6147b1f4cb69e93b05d70aaeb18", + "m_Guid": { + "m_GuidSerialized": "88ebf115-fa41-4295-891e-ff2955d29580" + }, + "m_Name": "OtherTurbulenceScale", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "OtherTurbulenceScale", + "m_DefaultReferenceName": "_OtherTurbulenceScale", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "8b6c826e974844b8a1a7cacc4d7521bf", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5520.0, + "y": 195.19998168945313, + "width": 127.2001953125, + "height": 100.80001831054688 + } + }, + "m_Slots": [ + { + "m_Id": "a7bad615a67449a088d62202f08e5529" + }, + { + "m_Id": "fe2edce167a8443791c0685173ed5b6c" + }, + { + "m_Id": "da57a5cb8d7c4575a058ff751fb60354" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "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": "8e6e66f185284c54a3a66bbee3ecacd0", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 1.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.GroupData", + "m_ObjectId": "8ff91f3ad48e4863aa1a01225b6483f1", + "m_Title": "Tint", + "m_Position": { + "x": -3423.0146484375, + "y": 160.1376190185547 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "900285ee6aea455e9b1726be4b88b12f", + "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": "907d982819cf4f02bdecd580a7b71b1a", + "m_Id": 0, + "m_DisplayName": "Edge1", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge1", + "m_StageCapability": 3, + "m_Value": { + "x": 0.800000011920929, + "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.GradientNoiseNode", + "m_ObjectId": "917d07530b584a258c2e1b5f75099336", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Gradient Noise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -638.3999633789063, + "y": 224.0, + "width": 207.99996948242188, + "height": 335.20001220703127 + } + }, + "m_Slots": [ + { + "m_Id": "aabb546752614e5d8ab8978c24a462ea" + }, + { + "m_Id": "df821eb2368c47bb88fac363e521d495" + }, + { + "m_Id": "234163b62d874d019292b7c19ddbaca5" + } + ], + "synonyms": [ + "perlin noise" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_HashType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "91b3725ad6d04a8888b9d2fb960deb2f", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "91b3dc9703ff4e50ad055da19d49f256", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.5, + "y": 0.5, + "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": "92018c4c81894a7a87ca9e3066c82c70", + "m_Id": 0, + "m_DisplayName": "Framerate", + "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": "936a844371fc40e4a329c690d0f47c4d", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2811.0, + "y": 1122.0, + "width": 178.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "aa6a641ea0254d57ad194525bc78e5fa" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "454770866a964352a65aaa348840eaba" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "939c6f894db6472c92021b555ec6edbd", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1462.4000244140625, + "y": 545.6000366210938, + "width": 124.0, + "height": 172.79998779296876 + } + }, + "m_Slots": [ + { + "m_Id": "2d80970cfe1f4cb0a857822ab57436b4" + }, + { + "m_Id": "292c90739832434f8f5482fc95dca49f" + }, + { + "m_Id": "d3375cb4f4fb4972ba6d85d17299b44d" + }, + { + "m_Id": "133d46b043a9451d9dbf04608bc9b126" + }, + { + "m_Id": "7fc9744706774acf9dc3aff5f002ca45" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "948958240f0d4a4d9f682661d770d0fe", + "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.SplitNode", + "m_ObjectId": "955140acbf324125b0a0297c586f8b03", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2197.60009765625, + "y": 333.60003662109377, + "width": 118.39990234375, + "height": 148.79995727539063 + } + }, + "m_Slots": [ + { + "m_Id": "1d229f6b2eca4f779f855c07a35f3994" + }, + { + "m_Id": "3b2164e3c2204338bc111f4929f96dcd" + }, + { + "m_Id": "81746963640f48d68a96b7acc6618b9c" + }, + { + "m_Id": "4517fe9157cb4bc5b42e5587f21272d9" + }, + { + "m_Id": "fb5b21c375e042399d64b5c1c491922d" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "964c6ab7194141cfbdb78fceddba49a7", + "m_Id": 0, + "m_DisplayName": "NoisyColorMultiplier", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "96b92681fcc649448bd4b52c6e479ea6", + "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": "97b225c5bb994edd9da196c40c8c3f6b", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "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": "983011c798074806b6f618b0e39bcbe3", + "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": "9844724a02484f5aa0b37113d0a260f9", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 1.25, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "99ad7011e775465384ac210cf06236a8", + "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": "9a5b5ef66aa64bf5a531a8feee7832e2", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5791.99951171875, + "y": 994.4000244140625, + "width": 129.60009765625, + "height": 33.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "92018c4c81894a7a87ca9e3066c82c70" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "00e6604e5a1f4a2f9303c224c6162f1d" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "9bb0a0ebdf7b40b19d4a33e32d638dfe", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "9bdefafe6ddb48bb9e79d6b2ee676558", + "m_Id": 0, + "m_DisplayName": "_MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", + "m_ObjectId": "9c5e70c7567a4805baba08616d398f7d", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "2DVectorNoise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5054.39990234375, + "y": 332.0, + "width": 195.2001953125, + "height": 118.39999389648438 + } + }, + "m_Slots": [ + { + "m_Id": "ac10f15547f842e6aa2e52d35282fb4c" + }, + { + "m_Id": "a5a5d27181e349f7806615c1e2ef6aad" + }, + { + "m_Id": "51e4dde14b4642c7be74eef9cf851d07" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"1b48f02abb176de40b97c3ee8bcae138\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "3f073a34-fd1a-409d-99cf-723b47c38c37", + "308c9d89-48b7-46fa-80c2-4c72cc0a1910" + ], + "m_PropertyIds": [ + 1935985648, + 337845618 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.SwizzleNode", + "m_ObjectId": "9c73ae11f21545699b69d9eeafc9d3ed", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Swizzle", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2648.0, + "y": 187.99993896484376, + "width": 131.199951171875, + "height": 120.0 + } + }, + "m_Slots": [ + { + "m_Id": "623db8c5c96d4cd7a9014c76043391b0" + }, + { + "m_Id": "fe2ec04859a342b3ab75a3161a4386d1" + } + ], + "synonyms": [ + "swap", + "reorder", + "component mask" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "_maskInput": "xy", + "convertedMask": "xy" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "9e03e145b5ec4699ba1b5da7ebc092f5", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.8773584961891174, + "y": 0.0, + "z": 0.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.LengthNode", + "m_ObjectId": "9f9bf9b7be194efcb93b64125814c644", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Length", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2198.0, + "y": 194.00001525878907, + "width": 129.0, + "height": 93.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "b5e957a3baa8466fa495d42cbbc9ba62" + }, + { + "m_Id": "2507b9f94d8649a68da7a443a39c1dd0" + } + ], + "synonyms": [ + "measure" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a04da7f450ce4ca99a09fc43360b03d9", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SmoothstepNode", + "m_ObjectId": "a05f447184c1467399f618baa95b81ee", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Smoothstep", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2581.0, + "y": 893.0000610351563, + "width": 152.0, + "height": 141.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "28284d6909d243dd8ed043de61e93767" + }, + { + "m_Id": "074255cd10f745669734cd0d65c96aa3" + }, + { + "m_Id": "d024f803685742b9ac54b2a61d6e35cb" + }, + { + "m_Id": "f6cb6c1fbb764109b342a099cbcdc4e4" + } + ], + "synonyms": [ + "curve" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "a13f69b876d34bd4a5e2307cc84f2029", + "m_Id": 0, + "m_DisplayName": "TintColor", + "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": "a368bdd4d5394ba8847f7cc29dee1650", + "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": "a5a5d27181e349f7806615c1e2ef6aad", + "m_Id": 337845618, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_Scale", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "a602abbf9cbb40548f42e6644720b4ab", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5377.599609375, + "y": 310.3999938964844, + "width": 128.7998046875, + "height": 117.60000610351563 + } + }, + "m_Slots": [ + { + "m_Id": "57883b4e604348c3918fbce7fcd25db0" + }, + { + "m_Id": "6864c8ca259849d896aeeef821fbf161" + }, + { + "m_Id": "2bb76fa4943145318c67200bc71ec7df" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "a61f3f71fbe54a968e2ffb2cd97bc26b", + "m_Id": 0, + "m_DisplayName": "NoisyColor", + "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.Vector2MaterialSlot", + "m_ObjectId": "a6fdf2956764456084446111f7673043", + "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": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "a71ae5bf174845029b8d4ad1e9440c2d", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "PosterizeTime (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5643.99951171875, + "y": 809.5999145507813, + "width": 237.60009765625, + "height": 117.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "c7d44820cd0540aea2ccb7b3fe702125" + }, + { + "m_Id": "55875d520be74066a9579437478ec149" + }, + { + "m_Id": "e86c4da9b33349709da97ed2e997e266" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "PosterizeTime", + "m_FunctionSource": "3273bfff58f7f734982b696c1460cce5", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a7bad615a67449a088d62202f08e5529", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 2.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a885c8a0df2141e29eacfd151a8a1c50", + "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": "a92fbb18f21c4335826dee6fc8e3d6a8", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 4.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "aa615830a3fd47269eaf85ca72040ab9", + "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.Vector2MaterialSlot", + "m_ObjectId": "aa6a641ea0254d57ad194525bc78e5fa", + "m_Id": 0, + "m_DisplayName": "DarkVignetteEdges", + "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": "aabb546752614e5d8ab8978c24a462ea", + "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": "aba518987f2c45bc81fda5ba6dc86fb3", + "m_Id": 0, + "m_DisplayName": "Edge1", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge1", + "m_StageCapability": 3, + "m_Value": { + "x": 0.4000000059604645, + "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": "ac10f15547f842e6aa2e52d35282fb4c", + "m_Id": 1935985648, + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "ac16cd49ee414bc4909b4b86520ccb4e", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "61f7d09bf73643f69bcdf3e2d79f0208" + }, + { + "m_Id": "f5d2a5a7f0a24a34b8d08b2616903e59" + }, + { + "m_Id": "745a4856e694476e9e79fb45cc8964bf" + }, + { + "m_Id": "3af7c59b86ba4715b5c7050dcb55af1b" + }, + { + "m_Id": "81b22ebd32bd47dba7a6079da46cf827" + }, + { + "m_Id": "fcb184d56bb542a895f44ea83cf7d81d" + }, + { + "m_Id": "eddab6b7828649ae90438cd00b692873" + }, + { + "m_Id": "89311c0e9ce345ee8c7265d854e8e646" + }, + { + "m_Id": "d211d2b4c15c45ddac8cc7988cecf57a" + }, + { + "m_Id": "00e6604e5a1f4a2f9303c224c6162f1d" + }, + { + "m_Id": "48f9c24d1da24ed9b009a01255b44898" + }, + { + "m_Id": "6c9129ccf6124eabbdd89c86d312f860" + }, + { + "m_Id": "8b1df6147b1f4cb69e93b05d70aaeb18" + }, + { + "m_Id": "e3bc697b460e4d5fac8033984d7758e7" + }, + { + "m_Id": "6291cdaa172b4b45985b2260894ce62d" + }, + { + "m_Id": "454770866a964352a65aaa348840eaba" + }, + { + "m_Id": "4bbefacd9a8946909187702ab7d32025" + }, + { + "m_Id": "bfba534e725d4f068f154dfedfcd434d" + }, + { + "m_Id": "49fc1cf0cdfe4b6aa713761ababd2e88" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ad0c0898f7694cf0a21277e86b03c7a6", + "m_Id": 2, + "m_DisplayName": "Framerate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Framerate", + "m_StageCapability": 3, + "m_Value": 12.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "ad1d473c67694d66a47e1ca196b1b411", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4706.39990234375, + "y": 826.4000244140625, + "width": 187.20068359375, + "height": 141.59991455078126 + } + }, + "m_Slots": [ + { + "m_Id": "53ef727e8612485c908ff23dc04743e2" + }, + { + "m_Id": "ca23d340848a4379af80acc7a65f2dd6" + }, + { + "m_Id": "a6fdf2956764456084446111f7673043" + }, + { + "m_Id": "3d24e533319340e886e448e60d9ca736" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ade3a31b0bd8408989047e7adc83681f", + "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": "ae1bc05a33b84b02b28160c909a8dbae", + "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": "ae7fc793f11a4a4ca128faaaadeffc56", + "m_Id": 2, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "ae812f316b344c00ba8471748bdfd62e", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1827.2000732421875, + "y": 187.99993896484376, + "width": 125.5999755859375, + "height": 117.60006713867188 + } + }, + "m_Slots": [ + { + "m_Id": "830f7beb0817432d896bbd9a81ccbff8" + }, + { + "m_Id": "948958240f0d4a4d9f682661d770d0fe" + }, + { + "m_Id": "cee334ffbb914cb29038d9bc78cf9d99" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "aec7dcefad224a7db34fdeb6a70a803f", + "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": "b1d6d463d96f4130a6474b5fc2e30b72", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2942.0, + "y": 898.0, + "width": 189.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "754caf2e35e74a748d26675897585bf7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "bfba534e725d4f068f154dfedfcd434d" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "b1fa5688d1a344e5b0c9247033ffa6d6", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "b244079fcd704d1388f77ad212bbde6a", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5232.0, + "y": 433.60003662109377, + "width": 163.2001953125, + "height": 33.600006103515628 + } + }, + "m_Slots": [ + { + "m_Id": "bd7959a934f54db1844a9d7b0740b33c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "48f9c24d1da24ed9b009a01255b44898" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b52fd877b6034130b2f27f227dbc58b3", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b539f83f71b34e49bc4a7af739894c5b", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b5e957a3baa8466fa495d42cbbc9ba62", + "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": "bb6d45c0895c4068b1ee053c8435602b", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bd7959a934f54db1844a9d7b0740b33c", + "m_Id": 0, + "m_DisplayName": "TurbulenceScale", + "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.Vector2MaterialSlot", + "m_ObjectId": "bde1065adcd84bd6a6954ffd468dc6af", + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bf79c6a21ee9492ca306955d6d46cd66", + "m_Id": 0, + "m_DisplayName": "Framerate", + "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.Vector2ShaderProperty", + "m_ObjectId": "bfba534e725d4f068f154dfedfcd434d", + "m_Guid": { + "m_GuidSerialized": "aa2e31a9-4772-43c0-a7a6-79d8281c4056" + }, + "m_Name": "BrightenCenterEdges", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "BrightenCenterEdges", + "m_DefaultReferenceName": "_BrightenCenterEdges", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c1075008693c4571a8bae54bc8ca0ab5", + "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": "c18f2e7718d84c1882469f526e38d70b", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "c1ffc035f135494faa4ab0bec2f37e2e", + "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.Vector2MaterialSlot", + "m_ObjectId": "c2a4a854051f4915bfd63c70064816a1", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.30000001192092898 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c3066d01868a4783b4fcdfdcd98c299a", + "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.PropertyNode", + "m_ObjectId": "c3223304627a4f66b9414a17ee6beaad", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -210.40000915527345, + "y": 382.3999938964844, + "width": 135.20004272460938, + "height": 33.600006103515628 + } + }, + "m_Slots": [ + { + "m_Id": "a61f3f71fbe54a968e2ffb2cd97bc26b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "89311c0e9ce345ee8c7265d854e8e646" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "c3492a6bed48458faffab6ba9b8428ad", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c41e033a8d4242e3bba412e0b329e31d", + "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.Vector1MaterialSlot", + "m_ObjectId": "c431f987e75744aabfd49f6904c9f9ae", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c5b96bed32be45efb4c49b86cdb14147", + "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.Vector2MaterialSlot", + "m_ObjectId": "c5deb366f7a44d68b6d3682c3e2e182c", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "c6d76aee34144a918e892f255350fb67", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3684.0, + "y": 158.40000915527345, + "width": 183.199951171875, + "height": 247.9999542236328 + } + }, + "m_Slots": [ + { + "m_Id": "3be4550dd5c744cf98c94e59841b52c2" + }, + { + "m_Id": "806c98d260ad4ad1a518eb8a63adf151" + }, + { + "m_Id": "598cc903f73d4008993f04a34608866c" + }, + { + "m_Id": "35f18c7723e7486dacf44b78eb229ea4" + }, + { + "m_Id": "28c084fbf1db46e9b1a73b4c2b74ca3a" + }, + { + "m_Id": "41e5c7ec97144e819cf81d6f979be15c" + }, + { + "m_Id": "6f2afd19fd7142dca1e6bf3705b77b74" + }, + { + "m_Id": "22d3df6222ea4e138535a50ec1f58dd5" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c73f3aeefd99419baf0adf6d8681d42f", + "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": "c7d44820cd0540aea2ccb7b3fe702125", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c81b53a71e7247ebbbe08c8423889250", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "ca23d340848a4379af80acc7a65f2dd6", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "cb65207abfbd41ef8f9964fee3460d84", + "m_Id": 1, + "m_DisplayName": "Edge2", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge2", + "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.MultiplyNode", + "m_ObjectId": "cea6dcdb6e874156a9e6917854763453", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2352.800048828125, + "y": 187.99993896484376, + "width": 128.7998046875, + "height": 117.60006713867188 + } + }, + "m_Slots": [ + { + "m_Id": "49e865af0b2f4fd7a419dc78cc18ffe8" + }, + { + "m_Id": "ede8960ae6d941c3a9beaf7ba89d867a" + }, + { + "m_Id": "96b92681fcc649448bd4b52c6e479ea6" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "cee334ffbb914cb29038d9bc78cf9d99", + "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": "cf3f2892747a4687bbab89b88d056252", + "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": "cf885b097f5c4cbc84d848209007489f", + "m_Id": 2, + "m_DisplayName": "Framerate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Framerate", + "m_StageCapability": 3, + "m_Value": 12.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d024f803685742b9ac54b2a61d6e35cb", + "m_Id": 2, + "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.RemapNode", + "m_ObjectId": "d121294789c44a5b90cc331c29f62e44", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4692.7998046875, + "y": 327.20001220703127, + "width": 187.2001953125, + "height": 141.59994506835938 + } + }, + "m_Slots": [ + { + "m_Id": "0d4cf91d2501477bbe85cd69ce8f5734" + }, + { + "m_Id": "15b705a9c5d14171b1b920b1ab83b3b5" + }, + { + "m_Id": "7812b5f74ef74ea694f41b27b8d6c3bf" + }, + { + "m_Id": "200a491d01da4cedad1586af190a897d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "d1b216e82f594d83a41a57f18dbd2f80", + "m_Group": { + "m_Id": "e738ec98ac114d909b379999d3686ab3" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 678.0, + "y": 507.0000305175781, + "width": 129.0, + "height": 33.999969482421878 + } + }, + "m_Slots": [ + { + "m_Id": "79347134cbe6422da01ecb4c4ed01188" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "6291cdaa172b4b45985b2260894ce62d" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.Fullscreen.ShaderGraph.FullscreenData", + "m_ObjectId": "d1c114e4d17d4cf0ab6ea9648ab2e038", + "m_Version": 0, + "m_fullscreenMode": 0, + "m_BlendMode": 0, + "m_SrcColorBlendMode": 0, + "m_DstColorBlendMode": 1, + "m_ColorBlendOperation": 0, + "m_SrcAlphaBlendMode": 0, + "m_DstAlphaBlendMode": 1, + "m_AlphaBlendOperation": 0, + "m_EnableStencil": false, + "m_StencilReference": 0, + "m_StencilReadMask": 255, + "m_StencilWriteMask": 255, + "m_StencilCompareFunction": 8, + "m_StencilPassOperation": 0, + "m_StencilFailOperation": 0, + "m_StencilDepthFailOperation": 0, + "m_DepthWrite": false, + "m_depthWriteMode": 0, + "m_AllowMaterialOverride": false, + "m_DepthTestMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d20ce3e0f9c046239dcc0fec3fb06312", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 4.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "d211d2b4c15c45ddac8cc7988cecf57a", + "m_Guid": { + "m_GuidSerialized": "de13b7f3-dddc-4b3f-b46a-1efbc4bc34f0" + }, + "m_Name": "NoisyColorMultiplier", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "NoisyColorMultiplier", + "m_DefaultReferenceName": "_NoisyColorMultiplier", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.30000001192092898, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d32d43f701374abfae22370bb019af5a", + "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.Vector1MaterialSlot", + "m_ObjectId": "d3375cb4f4fb4972ba6d85d17299b44d", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d4592ba916d64a72acef16b929f9507c", + "m_Id": 2, + "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.SubtractNode", + "m_ObjectId": "d7a105e78b134775aeb4cb1a1772ee34", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2079.0, + "y": 1004.0, + "width": 126.0001220703125, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "10001ac4df34462189b687073d1ea7a3" + }, + { + "m_Id": "1265852fe6424c4da78d2d9a5810c8c5" + }, + { + "m_Id": "fb6ee9f6c8ac4240aa6af93209641081" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d84dfc58443146ce8f4897c7533c84f2", + "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": "d85b72ce0dd5444f8a995c541907f61a", + "m_Id": 0, + "m_DisplayName": "Edge1", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge1", + "m_StageCapability": 3, + "m_Value": { + "x": 0.800000011920929, + "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": "d8ce5b3f24b54328a7590151d7b53f2e", + "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": "d95c7eb2c9b94972bccea1dc5d8fd6d0", + "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.Vector2MaterialSlot", + "m_ObjectId": "da57a5cb8d7c4575a058ff751fb60354", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "dc6ac0baa4cb4229a718d6927eb4befa", + "m_Id": 1935985648, + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "dc75ca6799a44ab9870d564253f9d297", + "m_Id": 1, + "m_DisplayName": "Edge2", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge2", + "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": "dcb7e28cc4624f6e932331cb3c74ef97", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "dce159bd733143698b98cfad8bf54ce1", + "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.SmoothstepNode", + "m_ObjectId": "dcee34536fa543a2bcf086e72ceb8812", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Smoothstep", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2034.9998779296875, + "y": 188.00001525878907, + "width": 207.9998779296875, + "height": 326.0 + } + }, + "m_Slots": [ + { + "m_Id": "d85b72ce0dd5444f8a995c541907f61a" + }, + { + "m_Id": "dc75ca6799a44ab9870d564253f9d297" + }, + { + "m_Id": "e5c4efc879d84373a9fe901f8c3af9c2" + }, + { + "m_Id": "fda999c73b374e91ba69a4a2a836e7fe" + } + ], + "synonyms": [ + "curve" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ddf1623eeb7e4d1d9306569662cb94c1", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlendNode", + "m_ObjectId": "de6bcbe8578444d8af1c69b22f729a18", + "m_Group": { + "m_Id": "8ff91f3ad48e4863aa1a01225b6483f1" + }, + "m_Name": "Blend", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3077.60009765625, + "y": 220.0, + "width": 160.800048828125, + "height": 175.20001220703126 + } + }, + "m_Slots": [ + { + "m_Id": "6e70eec7c74549abb7ba58772d82dcd7" + }, + { + "m_Id": "fc38b078155c4505b985ac6042686101" + }, + { + "m_Id": "83d9840d166d4efd987ef7007dc5f7dd" + }, + { + "m_Id": "15bf5de6c5c246038a4279fac1764f16" + } + ], + "synonyms": [ + "burn", + "darken", + "difference", + "dodge", + "divide", + "exclusion", + "hard light", + "hard mix", + "linear burn", + "linear dodge", + "linear light", + "multiply", + "negate", + "overlay", + "pin light", + "screen", + "soft light", + "subtract", + "vivid light", + "overwrite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_BlendMode": 15 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "df821eb2368c47bb88fac363e521d495", + "m_Id": 1, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Scale", + "m_StageCapability": 3, + "m_Value": 1.850000023841858, + "m_DefaultValue": 10.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "dfd5b59e49b6427ba8721983ca76fc22", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5772.7998046875, + "y": 310.3999938964844, + "width": 124.0, + "height": 172.80001831054688 + } + }, + "m_Slots": [ + { + "m_Id": "f881abe60869402cbfc920d38649be34" + }, + { + "m_Id": "6ea64508be854147ada50e6e6cec761d" + }, + { + "m_Id": "173731e77cd041fcadb12f4f9e9c80b2" + }, + { + "m_Id": "2aa7eb196974443cb37fdaeb94d530c0" + }, + { + "m_Id": "c81b53a71e7247ebbbe08c8423889250" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "e103d85faf584d64b50a52991218e36d", + "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": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "e3bc697b460e4d5fac8033984d7758e7", + "m_Guid": { + "m_GuidSerialized": "2dec4546-86f2-4747-b776-f7bb731cd317" + }, + "m_Name": "OtherTurbulenceMultiplier", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "OtherTurbulenceMultiplier", + "m_DefaultReferenceName": "_OtherTurbulenceMultiplier", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.019999999552965165, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LengthNode", + "m_ObjectId": "e3f8b6ecb61c4435803d48ec2230370d", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Length", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2847.999755859375, + "y": 764.0, + "width": 128.999755859375, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "ee1e7708a7c44437852659465143fb09" + }, + { + "m_Id": "0e66d4e6fa2248bab2c7c66983aebc7a" + } + ], + "synonyms": [ + "measure" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "e41d4a12447d4e368a571871ce50c84c", + "m_Group": { + "m_Id": "3f0f8df02095493d816a2b54ee608611" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -260.8000183105469, + "y": 224.0, + "width": 185.6000213623047, + "height": 141.60000610351563 + } + }, + "m_Slots": [ + { + "m_Id": "2442e651f1d84ee18a5b8f31473e5402" + }, + { + "m_Id": "c5deb366f7a44d68b6d3682c3e2e182c" + }, + { + "m_Id": "c2a4a854051f4915bfd63c70064816a1" + }, + { + "m_Id": "aec7dcefad224a7db34fdeb6a70a803f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e44fec529a2a4c7f909c3a6eb50347ea", + "m_Id": 0, + "m_DisplayName": "TurbulenceMultiplier", + "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": "e4a1e2b574f84d81acd23a494a205cb9", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5778.39990234375, + "y": 495.2000427246094, + "width": 129.60009765625, + "height": 33.599945068359378 + } + }, + "m_Slots": [ + { + "m_Id": "bf79c6a21ee9492ca306955d6d46cd66" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "00e6604e5a1f4a2f9303c224c6162f1d" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e5272ff7eb1f455b9605d32ec4e6fa1d", + "m_Id": 1, + "m_DisplayName": "G", + "m_SlotType": 0, + "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.DotProductNode", + "m_ObjectId": "e59b2086a0ea4451b3ea085535613843", + "m_Group": { + "m_Id": "e738ec98ac114d909b379999d3686ab3" + }, + "m_Name": "Dot Product", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 272.00006103515627, + "y": 374.0000305175781, + "width": 208.0, + "height": 302.0000305175781 + } + }, + "m_Slots": [ + { + "m_Id": "ec99b340b28f4ed78acede341bbb8669" + }, + { + "m_Id": "539b8f1b017641aea0432f0444a368ee" + }, + { + "m_Id": "0bf42d226ac44fa1ae5ef9a7b7899a75" + } + ], + "synonyms": [ + "scalar product" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e5c4efc879d84373a9fe901f8c3af9c2", + "m_Id": 2, + "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.GroupData", + "m_ObjectId": "e738ec98ac114d909b379999d3686ab3", + "m_Title": "Grayscale", + "m_Position": { + "x": 247.0000457763672, + "y": 306.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "e7eb12b1deb148b28500f6ff58f855d1", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2632.0, + "y": 1048.0, + "width": 203.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "1be5c010b29545458f1768ba3f4ed006" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "49fc1cf0cdfe4b6aa713761ababd2e88" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e86c4da9b33349709da97ed2e997e266", + "m_Id": 1, + "m_DisplayName": "PosterizedTime", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "PosterizedTime", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e9a7765d21ae4e29be336494c1b2e0d2", + "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": "ea6ab889580d4510a4a50183b015c8e4", + "m_Id": 5, + "m_DisplayName": "RGB", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGB", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ea7ede47598c4f92bcf8f473eabf75bd", + "m_Id": 0, + "m_DisplayName": "OtherTurbulenceMultiplier", + "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": "eb52ea38976a4406b1488ddfec9e4565", + "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": "ec7c1867ee844f7f9c49c495953136b0", + "m_Id": 0, + "m_DisplayName": "R", + "m_SlotType": 0, + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "ec99b340b28f4ed78acede341bbb8669", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.2125999927520752, + "y": 0.7152000069618225, + "z": 0.0722000002861023, + "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": "ed2598179bd1402694994e8eb82b7792", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2350.39990234375, + "y": 333.60003662109377, + "width": 153.599853515625, + "height": 33.599945068359378 + } + }, + "m_Slots": [ + { + "m_Id": "883fb99285124bc8b5e0f789a61a8c14" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "fcb184d56bb542a895f44ea83cf7d81d" + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "eddab6b7828649ae90438cd00b692873", + "m_Guid": { + "m_GuidSerialized": "12df7d9f-c93b-4224-a992-11c337b4d19e" + }, + "m_Name": "NoisyColorScale", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "NoisyColorScale", + "m_DefaultReferenceName": "_NoisyColorScale", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.850000023841858, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "eddad20b74e44580ae9927469fd7d8f9", + "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": "f531282dc8a740e18ff13cccd5c431ac" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Alpha" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ede8960ae6d941c3a9beaf7ba89d867a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ee1e7708a7c44437852659465143fb09", + "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": "ee9f9eb64ec946568cf471223689aafd", + "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.MultiplyNode", + "m_ObjectId": "f137f83cf81249f6a2dddea21e7a0318", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1760.0, + "y": 780.0, + "width": 208.0, + "height": 302.0 + } + }, + "m_Slots": [ + { + "m_Id": "5825b29e085c4570b82456834d39b926" + }, + { + "m_Id": "0f66a5bca08743b8ad22c1c3b44fe92f" + }, + { + "m_Id": "983011c798074806b6f618b0e39bcbe3" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f14e4c740d0146c3be34148d2d67083e", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "f2d1dfc6419a4024b3adbf5d7fc127ba", + "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": "f387f91d9b5f472aa06589ca61b4346c", + "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": "f4bdb3f85a4c4d19b132558bd8306963", + "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": "f531282dc8a740e18ff13cccd5c431ac", + "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": "f5d2a5a7f0a24a34b8d08b2616903e59", + "m_Guid": { + "m_GuidSerialized": "145d87cb-2339-44c4-9f1a-46c093c30881" + }, + "m_Name": "TintColor", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "TintColor", + "m_DefaultReferenceName": "_TintColor", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.12518709897994996, + "g": 0.0995016023516655, + "b": 0.4905660152435303, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "f613d194b7bb4dbcbba55c27c2b9cfff", + "m_Group": { + "m_Id": "376d32f01db342bf8ef53808fe589244" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5533.59912109375, + "y": 694.4000244140625, + "width": 127.19970703125, + "height": 100.79998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "d20ce3e0f9c046239dcc0fec3fb06312" + }, + { + "m_Id": "7a0206521a474cbba0f9570362be670b" + }, + { + "m_Id": "05e62bd9eb8644138bc69c118c6b53bc" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "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": "f6cb6c1fbb764109b342a099cbcdc4e4", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "f73f04426e61441f84ebde3db641d029", + "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": "f881abe60869402cbfc920d38649be34", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fb5b21c375e042399d64b5c1c491922d", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "fb6ee9f6c8ac4240aa6af93209641081", + "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": "fc38b078155c4505b985ac6042686101", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", + "m_ObjectId": "fcb184d56bb542a895f44ea83cf7d81d", + "m_Guid": { + "m_GuidSerialized": "4ee44dd2-24d2-4868-88c3-de6d2abbe800" + }, + "m_Name": "VignetteEdges", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "VignetteEdges", + "m_DefaultReferenceName": "_VignetteEdges", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fd6c670b2e15450ca639a43894ae0439", + "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.AddNode", + "m_ObjectId": "fda4e3dbde8348d8b7e720c767dc8901", + "m_Group": { + "m_Id": "25fd1c7b63a6478e86b7c2037c973ee7" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2260.000244140625, + "y": 893.0000610351563, + "width": 126.000244140625, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "97b225c5bb994edd9da196c40c8c3f6b" + }, + { + "m_Id": "a368bdd4d5394ba8847f7cc29dee1650" + }, + { + "m_Id": "aa615830a3fd47269eaf85ca72040ab9" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fda999c73b374e91ba69a4a2a836e7fe", + "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": "fe2ec04859a342b3ab75a3161a4386d1", + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fe2edce167a8443791c0685173ed5b6c", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 4.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fefb2c7d6d084cde9def9da872cffba9", + "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 + } +} + diff --git a/Assets/Shaders/PostProcessShader.shadergraph.meta b/Assets/Shaders/PostProcessShader.shadergraph.meta new file mode 100644 index 00000000..f103acd8 --- /dev/null +++ b/Assets/Shaders/PostProcessShader.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 216ab01e47f9a244d9483c675fb0bf40 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/Shaders/SpecialToonShader.shadergraph b/Assets/Shaders/SpecialToonShader.shadergraph new file mode 100644 index 00000000..993f28fd --- /dev/null +++ b/Assets/Shaders/SpecialToonShader.shadergraph @@ -0,0 +1,12906 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "d319c495e5d743d78ca9f6a4bfb83e8b", + "m_Properties": [ + { + "m_Id": "45efccb8863344f2aab053f465ddfabb" + }, + { + "m_Id": "06843691d0fe4058a555e98df0a6c127" + }, + { + "m_Id": "e8b018ca3a8e4f1582cf24da2b94ea39" + }, + { + "m_Id": "a070c26de7184a948ace6e6be9153a6d" + }, + { + "m_Id": "885700f66d084f409b888c1ae0d6aefc" + }, + { + "m_Id": "3053018fc71e4deb8faaf0a93965b8d2" + }, + { + "m_Id": "a3ffc36d9d5e4522aa76c2c6e1ca8316" + }, + { + "m_Id": "9db9b1f0a3c049f5b25fc551e62a8df4" + }, + { + "m_Id": "3173ae278c5643328ceda4eb9158e660" + }, + { + "m_Id": "f11b6288615441678eddd26dbaa2de48" + }, + { + "m_Id": "aab97564484840ea8a5f848b49630f0b" + }, + { + "m_Id": "38ed427543cb4b9bb4192ea19de68402" + }, + { + "m_Id": "69cbc28234944252bf481b51d3417f32" + }, + { + "m_Id": "7a26d3b622764816a69e1443d745b31b" + }, + { + "m_Id": "fd3c526b181d4f40818573e1ae9cb05c" + }, + { + "m_Id": "7cd53b074f5d48bdba5a0e67f593059f" + }, + { + "m_Id": "37e8379b9ef441128077533e300662fc" + }, + { + "m_Id": "fdd9da2c16a0405289708270de8e0b31" + }, + { + "m_Id": "85fc0885cf554f2dbaa16bf1df22e59a" + }, + { + "m_Id": "0019f40ef1c4426b954eb1b84a9be3bf" + }, + { + "m_Id": "d967553960a4413198ad698da0165562" + }, + { + "m_Id": "4f639c8eb85f4b848ae7b3fcedcaa105" + } + ], + "m_Keywords": [ + { + "m_Id": "e5a71d711c86416886b209ec634fe2f6" + }, + { + "m_Id": "a9c5436a87be4b06afd14e618024c004" + }, + { + "m_Id": "0eef9d116d3b4975b9bd81200bf0bbb4" + }, + { + "m_Id": "a1669d731be94e2c83f4ee08f8a9f669" + }, + { + "m_Id": "b809fdc1f7e34de0b139821499ca0e23" + } + ], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "add220b505e74a1ea06ac805858fa8fe" + } + ], + "m_Nodes": [ + { + "m_Id": "7934d389d74d40da8657cd6d83d38935" + }, + { + "m_Id": "67074c7db931474f93a92686f1e963f0" + }, + { + "m_Id": "9d590a060a6245988f804fe7abc93a7b" + }, + { + "m_Id": "48bdfdf3936944fd964058d7ca97fe50" + }, + { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + { + "m_Id": "c4c68d8ca705469c972026a823e450fc" + }, + { + "m_Id": "2c7afe7a5bca4da2b5487ec2b8cc1a68" + }, + { + "m_Id": "60140b79161e4f1a9fb68c2199d5b866" + }, + { + "m_Id": "b297b130541c4d1a850308514552c1d6" + }, + { + "m_Id": "e0f6eb1b3e7f443299d8a429b5f4a9da" + }, + { + "m_Id": "77b1e60e512d47718fb704758014a610" + }, + { + "m_Id": "1c8a97e22b3942d2b7f721a7d81c1936" + }, + { + "m_Id": "c094a40cc5974c0b896dcb48bded72c1" + }, + { + "m_Id": "48bad0eb201446289a1e5aee55a38583" + }, + { + "m_Id": "3902ae0e5dd04f79a0b72f2d27eb193f" + }, + { + "m_Id": "d50cac20504c4d01a2b619b3715bff2c" + }, + { + "m_Id": "5079017908d14026960dbc9d38ca181b" + }, + { + "m_Id": "04e996bbc82b478ebd56cb4230346bc6" + }, + { + "m_Id": "dbebec3ba078489e800d17aa4d6c4601" + }, + { + "m_Id": "75a5f2af016c42d88d3e62f216a6e62a" + }, + { + "m_Id": "ac1b12248ea34894a242a1d316cefedf" + }, + { + "m_Id": "035face56ef347d5917057fb0a3c43a2" + }, + { + "m_Id": "9e568766bcdd4ea192927ea88e440dee" + }, + { + "m_Id": "8f26e933e44748519ecae1ef795d637d" + }, + { + "m_Id": "5e54382d45e24e38acca31c98a798352" + }, + { + "m_Id": "8f889a6eff3d4c00801fa74a515903e5" + }, + { + "m_Id": "1b4db6d393aa4f5fabfd445c14d53d72" + }, + { + "m_Id": "5f7ee1de5a0443159cdb7b4eefccff39" + }, + { + "m_Id": "846ef7e19c4645a8b8d638339f5dcfdf" + }, + { + "m_Id": "85ce7f39a2c54cbabcd3320410155988" + }, + { + "m_Id": "226607ad9b1240dea3a1e5c29182c44f" + }, + { + "m_Id": "0aa6fe57db3f4414af8df8367e5b925a" + }, + { + "m_Id": "eb3cb71c79374ebaad8f02d856d10d61" + }, + { + "m_Id": "b93769d6d5fb4b69956e4504c89d3a4e" + }, + { + "m_Id": "1a8e870cfb4c4922bc60bfb241f63e8d" + }, + { + "m_Id": "9effa6352fe3473aa37ef6a484a11bfd" + }, + { + "m_Id": "beebc7b6dfed4a1fb92f5ea96e3de7bd" + }, + { + "m_Id": "6f09e66b4eef4110b60240bc880594fc" + }, + { + "m_Id": "f6d5c7160e464382a427e1f304c4afc5" + }, + { + "m_Id": "d6ac7d680be14a68ad28ca16c147b9d4" + }, + { + "m_Id": "74a4f22e941b4d1994c895c49cb48b57" + }, + { + "m_Id": "da8ac5f6673941c693b2b3d3ff67d694" + }, + { + "m_Id": "73da7617121e485384d359205a94fe66" + }, + { + "m_Id": "f316b89f7c224020b99ee0358641a664" + }, + { + "m_Id": "6ad39ef9f1e7446bbc17c938cab93b18" + }, + { + "m_Id": "233cba63107c48768b53ad57af885f5d" + }, + { + "m_Id": "7dc4ff0e2c57436bbf9a4631311b37ff" + }, + { + "m_Id": "cd2b24be0527437aa307f550d069db13" + }, + { + "m_Id": "3a1ce0452b644677ab65bdb995e5d980" + }, + { + "m_Id": "78e788c7baa6463aa31acd0be5d18178" + }, + { + "m_Id": "6f3cee39e4c947f48991780d6e7edb8c" + }, + { + "m_Id": "d84ae5dbd3294684a8fc2c36496dd6cf" + }, + { + "m_Id": "d82f77393ccb49d486601b830703850e" + }, + { + "m_Id": "92e15798249746b29df685c35332efbd" + }, + { + "m_Id": "3d710dd5943641f19369fc0f4b10d088" + }, + { + "m_Id": "61cd7c08cc594fa48773bd48a36c3d42" + }, + { + "m_Id": "11e943c11c0743ef844508e0e1ff5052" + }, + { + "m_Id": "078f22305037469883d7bdff708d7864" + }, + { + "m_Id": "a5bce37fdffd424798c72f5d4a517732" + }, + { + "m_Id": "1f701890ac0448f283c71362fac14fdc" + }, + { + "m_Id": "8a4a5cc0fd524df7a74a6beadf4ba9b1" + }, + { + "m_Id": "6e47b201a7ca47a7b7e5f3c75a9f2e67" + }, + { + "m_Id": "6253a43a759846f99cec57d7f13e0dba" + }, + { + "m_Id": "4c4de316c4cc46bab1cd92b9869be1c2" + }, + { + "m_Id": "fbf4efa96b214f98bc3a3ecfbbeda040" + }, + { + "m_Id": "8f384256fa1d40c2b4f8ea96f9f21140" + }, + { + "m_Id": "b39222656a0745b7b87aead1fe1a2e50" + }, + { + "m_Id": "baed4d94a1214273807b3db59bba4767" + }, + { + "m_Id": "e00a8e1adb5a46a2a62a0e8ff5ed3a4a" + }, + { + "m_Id": "2b0455c29ddc46f48cd53f29775b8471" + }, + { + "m_Id": "69ba0a703b164260a86ca75b60a8bfb7" + }, + { + "m_Id": "e6846e0ea10f40a5bf668aed07481365" + }, + { + "m_Id": "ee4e44cbab79423d98b4a02f25456573" + }, + { + "m_Id": "fb71992c873149b4b10a5896f55364dd" + }, + { + "m_Id": "47b77b68e72a4bafb4cf87b88da98f99" + }, + { + "m_Id": "86573d14c3a740df98862216a944f11f" + }, + { + "m_Id": "df1612bbfe35409a946a7b72269579cc" + }, + { + "m_Id": "71914bd54916496987aa4b9508d61d2c" + }, + { + "m_Id": "e6a312078a0d476db0e391212e0f04b9" + }, + { + "m_Id": "98f68605ac12464c93b8dad9a57acc43" + }, + { + "m_Id": "34c950dba62947e381c346386f3598e2" + }, + { + "m_Id": "415aad84f48149b4a199307504559f85" + }, + { + "m_Id": "56bb16a56c524f47b7c908ade91f871a" + }, + { + "m_Id": "e00ef74fb7a34e0b8283bed791f12603" + }, + { + "m_Id": "8d697e30a59d49e8a8b76068b0b3c360" + }, + { + "m_Id": "e266db7921cf49a58998741a7e57f8e3" + }, + { + "m_Id": "7b94349eed23459b941173381a19abd8" + }, + { + "m_Id": "ddb227ba857946f18481c373ae642680" + }, + { + "m_Id": "8b554c4e560946ee9f05bf176afba9e7" + }, + { + "m_Id": "5134e150bbb542f08a91a64ce6752e28" + }, + { + "m_Id": "1eab2c6e14754f008efb8a305fbdadb7" + }, + { + "m_Id": "c98f56e8b0284324aac1c4189b14b625" + } + ], + "m_GroupDatas": [ + { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + { + "m_Id": "5b9f56d2c55445e8ac190eafb76d9434" + }, + { + "m_Id": "306b61b0ddc843999a654e1676a84543" + }, + { + "m_Id": "a29698e6c5404fc88e449e7c41e91466" + }, + { + "m_Id": "4a4ae19f0455429dba10b0e04b60bcc1" + }, + { + "m_Id": "0927742d3d874507abb3e04e60997dfa" + } + ], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "035face56ef347d5917057fb0a3c43a2" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9e568766bcdd4ea192927ea88e440dee" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "04e996bbc82b478ebd56cb4230346bc6" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "415aad84f48149b4a199307504559f85" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "04e996bbc82b478ebd56cb4230346bc6" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "98f68605ac12464c93b8dad9a57acc43" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "078f22305037469883d7bdff708d7864" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fbf4efa96b214f98bc3a3ecfbbeda040" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0aa6fe57db3f4414af8df8367e5b925a" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a5bce37fdffd424798c72f5d4a517732" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0aa6fe57db3f4414af8df8367e5b925a" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dbebec3ba078489e800d17aa4d6c4601" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "11e943c11c0743ef844508e0e1ff5052" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "61cd7c08cc594fa48773bd48a36c3d42" + }, + "m_SlotId": -1204096079 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1a8e870cfb4c4922bc60bfb241f63e8d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9effa6352fe3473aa37ef6a484a11bfd" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1a8e870cfb4c4922bc60bfb241f63e8d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "beebc7b6dfed4a1fb92f5ea96e3de7bd" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1b4db6d393aa4f5fabfd445c14d53d72" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "85ce7f39a2c54cbabcd3320410155988" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1c8a97e22b3942d2b7f721a7d81c1936" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c094a40cc5974c0b896dcb48bded72c1" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1eab2c6e14754f008efb8a305fbdadb7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6f3cee39e4c947f48991780d6e7edb8c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1f701890ac0448f283c71362fac14fdc" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "078f22305037469883d7bdff708d7864" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "226607ad9b1240dea3a1e5c29182c44f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "846ef7e19c4645a8b8d638339f5dcfdf" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "226607ad9b1240dea3a1e5c29182c44f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "85ce7f39a2c54cbabcd3320410155988" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "233cba63107c48768b53ad57af885f5d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6f3cee39e4c947f48991780d6e7edb8c" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2b0455c29ddc46f48cd53f29775b8471" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "baed4d94a1214273807b3db59bba4767" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2c7afe7a5bca4da2b5487ec2b8cc1a68" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c094a40cc5974c0b896dcb48bded72c1" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "34c950dba62947e381c346386f3598e2" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e6a312078a0d476db0e391212e0f04b9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3902ae0e5dd04f79a0b72f2d27eb193f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 6 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3a1ce0452b644677ab65bdb995e5d980" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6f3cee39e4c947f48991780d6e7edb8c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3d710dd5943641f19369fc0f4b10d088" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "61cd7c08cc594fa48773bd48a36c3d42" + }, + "m_SlotId": -1396245275 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "415aad84f48149b4a199307504559f85" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4c4de316c4cc46bab1cd92b9869be1c2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "47b77b68e72a4bafb4cf87b88da98f99" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "86573d14c3a740df98862216a944f11f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "48bad0eb201446289a1e5aee55a38583" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 5 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4c4de316c4cc46bab1cd92b9869be1c2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0aa6fe57db3f4414af8df8367e5b925a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4c4de316c4cc46bab1cd92b9869be1c2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d84ae5dbd3294684a8fc2c36496dd6cf" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5079017908d14026960dbc9d38ca181b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "48bdfdf3936944fd964058d7ca97fe50" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5134e150bbb542f08a91a64ce6752e28" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8b554c4e560946ee9f05bf176afba9e7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "56bb16a56c524f47b7c908ade91f871a" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "df1612bbfe35409a946a7b72269579cc" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5e54382d45e24e38acca31c98a798352" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9effa6352fe3473aa37ef6a484a11bfd" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5f7ee1de5a0443159cdb7b4eefccff39" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "846ef7e19c4645a8b8d638339f5dcfdf" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "60140b79161e4f1a9fb68c2199d5b866" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2c7afe7a5bca4da2b5487ec2b8cc1a68" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "61cd7c08cc594fa48773bd48a36c3d42" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7934d389d74d40da8657cd6d83d38935" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6253a43a759846f99cec57d7f13e0dba" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "078f22305037469883d7bdff708d7864" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6253a43a759846f99cec57d7f13e0dba" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fbf4efa96b214f98bc3a3ecfbbeda040" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "69ba0a703b164260a86ca75b60a8bfb7" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4c4de316c4cc46bab1cd92b9869be1c2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6ad39ef9f1e7446bbc17c938cab93b18" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4c4de316c4cc46bab1cd92b9869be1c2" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6ad39ef9f1e7446bbc17c938cab93b18" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "75a5f2af016c42d88d3e62f216a6e62a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6ad39ef9f1e7446bbc17c938cab93b18" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8a4a5cc0fd524df7a74a6beadf4ba9b1" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6ad39ef9f1e7446bbc17c938cab93b18" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e6a312078a0d476db0e391212e0f04b9" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6e47b201a7ca47a7b7e5f3c75a9f2e67" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6253a43a759846f99cec57d7f13e0dba" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6f09e66b4eef4110b60240bc880594fc" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "04e996bbc82b478ebd56cb4230346bc6" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6f3cee39e4c947f48991780d6e7edb8c" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d82f77393ccb49d486601b830703850e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "71914bd54916496987aa4b9508d61d2c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "415aad84f48149b4a199307504559f85" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "73da7617121e485384d359205a94fe66" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6ad39ef9f1e7446bbc17c938cab93b18" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "74a4f22e941b4d1994c895c49cb48b57" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "226607ad9b1240dea3a1e5c29182c44f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "75a5f2af016c42d88d3e62f216a6e62a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dbebec3ba078489e800d17aa4d6c4601" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "77b1e60e512d47718fb704758014a610" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "78e788c7baa6463aa31acd0be5d18178" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8b554c4e560946ee9f05bf176afba9e7" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7b94349eed23459b941173381a19abd8" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5079017908d14026960dbc9d38ca181b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7dc4ff0e2c57436bbf9a4631311b37ff" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "233cba63107c48768b53ad57af885f5d" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "846ef7e19c4645a8b8d638339f5dcfdf" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8f26e933e44748519ecae1ef795d637d" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "85ce7f39a2c54cbabcd3320410155988" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5e54382d45e24e38acca31c98a798352" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "86573d14c3a740df98862216a944f11f" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "56bb16a56c524f47b7c908ade91f871a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8a4a5cc0fd524df7a74a6beadf4ba9b1" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6e47b201a7ca47a7b7e5f3c75a9f2e67" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8b554c4e560946ee9f05bf176afba9e7" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7b94349eed23459b941173381a19abd8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8d697e30a59d49e8a8b76068b0b3c360" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e00ef74fb7a34e0b8283bed791f12603" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8f26e933e44748519ecae1ef795d637d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "beebc7b6dfed4a1fb92f5ea96e3de7bd" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8f384256fa1d40c2b4f8ea96f9f21140" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5134e150bbb542f08a91a64ce6752e28" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8f384256fa1d40c2b4f8ea96f9f21140" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fbf4efa96b214f98bc3a3ecfbbeda040" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8f889a6eff3d4c00801fa74a515903e5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "74a4f22e941b4d1994c895c49cb48b57" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "92e15798249746b29df685c35332efbd" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d82f77393ccb49d486601b830703850e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "98f68605ac12464c93b8dad9a57acc43" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "47b77b68e72a4bafb4cf87b88da98f99" + }, + "m_SlotId": 1935985648 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9e568766bcdd4ea192927ea88e440dee" + }, + "m_SlotId": 6 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eb3cb71c79374ebaad8f02d856d10d61" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9effa6352fe3473aa37ef6a484a11bfd" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "035face56ef347d5917057fb0a3c43a2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a5bce37fdffd424798c72f5d4a517732" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1f701890ac0448f283c71362fac14fdc" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a5bce37fdffd424798c72f5d4a517732" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5134e150bbb542f08a91a64ce6752e28" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ac1b12248ea34894a242a1d316cefedf" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9e568766bcdd4ea192927ea88e440dee" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b297b130541c4d1a850308514552c1d6" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b39222656a0745b7b87aead1fe1a2e50" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "baed4d94a1214273807b3db59bba4767" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b93769d6d5fb4b69956e4504c89d3a4e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eb3cb71c79374ebaad8f02d856d10d61" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "baed4d94a1214273807b3db59bba4767" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4c4de316c4cc46bab1cd92b9869be1c2" + }, + "m_SlotId": 4 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "beebc7b6dfed4a1fb92f5ea96e3de7bd" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ac1b12248ea34894a242a1d316cefedf" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c094a40cc5974c0b896dcb48bded72c1" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2c7afe7a5bca4da2b5487ec2b8cc1a68" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1c8a97e22b3942d2b7f721a7d81c1936" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1c8a97e22b3942d2b7f721a7d81c1936" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c4c68d8ca705469c972026a823e450fc" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c98f56e8b0284324aac1c4189b14b625" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1eab2c6e14754f008efb8a305fbdadb7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cd2b24be0527437aa307f550d069db13" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1eab2c6e14754f008efb8a305fbdadb7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5079017908d14026960dbc9d38ca181b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d50cac20504c4d01a2b619b3715bff2c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 7 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d6ac7d680be14a68ad28ca16c147b9d4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f6d5c7160e464382a427e1f304c4afc5" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d82f77393ccb49d486601b830703850e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "78e788c7baa6463aa31acd0be5d18178" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d84ae5dbd3294684a8fc2c36496dd6cf" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7dc4ff0e2c57436bbf9a4631311b37ff" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "da8ac5f6673941c693b2b3d3ff67d694" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "74a4f22e941b4d1994c895c49cb48b57" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dbebec3ba078489e800d17aa4d6c4601" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6253a43a759846f99cec57d7f13e0dba" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ddb227ba857946f18481c373ae642680" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8b554c4e560946ee9f05bf176afba9e7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "df1612bbfe35409a946a7b72269579cc" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "71914bd54916496987aa4b9508d61d2c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e00a8e1adb5a46a2a62a0e8ff5ed3a4a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "baed4d94a1214273807b3db59bba4767" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e00ef74fb7a34e0b8283bed791f12603" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "71914bd54916496987aa4b9508d61d2c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e0f6eb1b3e7f443299d8a429b5f4a9da" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e266db7921cf49a58998741a7e57f8e3" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7b94349eed23459b941173381a19abd8" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e6846e0ea10f40a5bf668aed07481365" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "69ba0a703b164260a86ca75b60a8bfb7" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e6a312078a0d476db0e391212e0f04b9" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "98f68605ac12464c93b8dad9a57acc43" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "eb3cb71c79374ebaad8f02d856d10d61" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0aa6fe57db3f4414af8df8367e5b925a" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ee4e44cbab79423d98b4a02f25456573" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "69ba0a703b164260a86ca75b60a8bfb7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f316b89f7c224020b99ee0358641a664" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6ad39ef9f1e7446bbc17c938cab93b18" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f6d5c7160e464382a427e1f304c4afc5" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "04e996bbc82b478ebd56cb4230346bc6" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fb71992c873149b4b10a5896f55364dd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "69ba0a703b164260a86ca75b60a8bfb7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fbf4efa96b214f98bc3a3ecfbbeda040" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "78e788c7baa6463aa31acd0be5d18178" + }, + "m_SlotId": 0 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 1177.5999755859375, + "y": 189.6000518798828 + }, + "m_Blocks": [ + { + "m_Id": "7934d389d74d40da8657cd6d83d38935" + }, + { + "m_Id": "67074c7db931474f93a92686f1e963f0" + }, + { + "m_Id": "9d590a060a6245988f804fe7abc93a7b" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": 1178.4002685546875, + "y": 424.79998779296877 + }, + "m_Blocks": [ + { + "m_Id": "48bdfdf3936944fd964058d7ca97fe50" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_ActiveTargets": [ + { + "m_Id": "16b9825dba0b4b20b1621dba1e0a0534" + } + ] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "0019f40ef1c4426b954eb1b84a9be3bf", + "m_Guid": { + "m_GuidSerialized": "ea8d1afe-329a-4d6e-bdc2-7a0bcb51f4e7" + }, + "m_Name": "TVBrightness", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "TVBrightness", + "m_DefaultReferenceName": "_TVBrightness", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "00d513492fbe4f4c98796789c3a3a363", + "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": "0120ffa358e64c2e99c0cf5e049699db", + "m_Id": 1, + "m_DisplayName": "OffsetMultiplier", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OffsetMultiplier", + "m_StageCapability": 3, + "m_Value": 0.019999999552965165, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "02604ee99abe46c89d85c5199e0e8483", + "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.RemapNode", + "m_ObjectId": "035face56ef347d5917057fb0a3c43a2", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3508.7998046875, + "y": 4131.99951171875, + "width": 185.60009765625, + "height": 141.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "83d8f02b08374f4289f6fb21d9267c22" + }, + { + "m_Id": "65b62a295dc34a15861de9e61751db8e" + }, + { + "m_Id": "74c39a9dc9584e18ad634f6d27f467ca" + }, + { + "m_Id": "39e3ccc5d6ae46dab5153f222f726bdd" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RotateNode", + "m_ObjectId": "04e996bbc82b478ebd56cb4230346bc6", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "Rotate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3419.19970703125, + "y": 2532.800048828125, + "width": 208.0, + "height": 359.19970703125 + } + }, + "m_Slots": [ + { + "m_Id": "96587371364d496e85005b98c1e4526d" + }, + { + "m_Id": "527200ad1b44465e98f2e21091281294" + }, + { + "m_Id": "2176e42007b84804b0d4284ed4b0bed2" + }, + { + "m_Id": "fabfd88858f94391b65f5688c28270e3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Unit": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "0633ae5af90e4d41b5119a644d8a03dc", + "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": [] +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "06843691d0fe4058a555e98df0a6c127", + "m_Guid": { + "m_GuidSerialized": "36eb128e-d3c9-4e3f-a659-c78add909d7d" + }, + "m_Name": "Highlight", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Highlight", + "m_DefaultReferenceName": "_Highlight", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "06f84121e5bb4a3fb2f981d6bf8c7937", + "m_Id": 0, + "m_DisplayName": "New", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "New", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "078f22305037469883d7bdff708d7864", + "m_Group": { + "m_Id": "0927742d3d874507abb3e04e60997dfa" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1839.2003173828125, + "y": 2644.000244140625, + "width": 125.5999755859375, + "height": 117.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "4c1b60f661824d15bfac0b3da9336c2e" + }, + { + "m_Id": "d42ab58eb8bc4fee920194bdfab7ef3f" + }, + { + "m_Id": "0d074c0c039343e2b68884c2d3987cbd" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "0927742d3d874507abb3e04e60997dfa", + "m_Title": "Clover", + "m_Position": { + "x": -2260.800048828125, + "y": 2584.000244140625 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "09da5de3eb524cac9f925ce9d9fc0c45", + "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.Vector1MaterialSlot", + "m_ObjectId": "0a25e2e6edd94a39a5e880660d70385e", + "m_Id": 0, + "m_DisplayName": "HueShift", + "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": "0a9f2a02dbd147f6af5301e454a608b7", + "m_Id": 7, + "m_DisplayName": "Smoothness", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Smoothness", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "0aa6fe57db3f4414af8df8367e5b925a", + "m_Group": { + "m_Id": "a29698e6c5404fc88e449e7c41e91466" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2388.800048828125, + "y": 3126.399658203125, + "width": 153.60009765625, + "height": 141.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "dbe8762a731f4ebbb3cf21f34fdcf589" + }, + { + "m_Id": "d42c5512db774858b06a0a5bfeb30f8e" + }, + { + "m_Id": "6d4f4d91df3942d4aabb7fb647fc368b" + }, + { + "m_Id": "b0d9bf8496fc45fbafe0b85428e25fdb" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "0ad25f2e1d8b47a1accdc0787b6531f0", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "0afd08b657314a6bacc175f19bda2709", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0b190408d70f4acb959bf749a13ce888", + "m_Id": 0, + "m_DisplayName": "ChannelChangeFac", + "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": "0ca3ca47ea534b72892b937a7021e77f", + "m_Id": 337845618, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_Scale", + "m_StageCapability": 3, + "m_Value": 20.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0d074c0c039343e2b68884c2d3987cbd", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "0d382574609a4846b17377a18ca80bf3", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 1.0, + "e01": 0.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": 1, + "m_Type": "UnityEditor.ShaderGraph.ShaderKeyword", + "m_ObjectId": "0eef9d116d3b4975b9bd81200bf0bbb4", + "m_Guid": { + "m_GuidSerialized": "9e19c791-edf1-4c4b-b630-fadc4acae967" + }, + "m_Name": "Shadows Cascade", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Shadows Cascade", + "m_DefaultReferenceName": "_SHADOWS_CASCADE", + "m_OverrideReferenceName": "_MAIN_LIGHT_SHADOWS_CASCADE", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_KeywordType": 0, + "m_KeywordDefinition": 1, + "m_KeywordScope": 0, + "m_KeywordStages": 63, + "m_Entries": [], + "m_Value": 1, + "m_IsEditable": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "0fd8dccec27345c689182e133ec0b750", + "m_Id": 1, + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "109d754f37f44d159a5eb394c7458ade", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "10a6027617bb4fd38bf947a54b3872da", + "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.PropertyNode", + "m_ObjectId": "11e943c11c0743ef844508e0e1ff5052", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -254.0, + "y": -323.0000305175781, + "width": 174.0, + "height": 33.999969482421878 + } + }, + "m_Slots": [ + { + "m_Id": "4a243a57d9eb454daedfc80bfbdd70f6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "69cbc28234944252bf481b51d3417f32" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "149ac65c1b8f4d5ca5908529f9c813d3", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1623399ba1324a7cbbf4dd9cf6b2da65", + "m_Id": 0, + "m_DisplayName": "ChannelChangeFac", + "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.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "16b9825dba0b4b20b1621dba1e0a0534", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "26157d021b81491c86e9452f8159ac27" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 0, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 2, + "m_AlphaClip": false, + "m_CastShadows": true, + "m_ReceiveShadows": true, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "16cb42520a094893a5393745f6e68e88", + "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.Vector1MaterialSlot", + "m_ObjectId": "18b42cf404be46119f795dfd92e56939", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1Node", + "m_ObjectId": "1a8e870cfb4c4922bc60bfb241f63e8d", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Float", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3959.19970703125, + "y": 4317.60009765625, + "width": 125.599853515625, + "height": 76.79931640625 + } + }, + "m_Slots": [ + { + "m_Id": "e76c3ecd6da44055ada5a234a997764b" + }, + { + "m_Id": "9a33f421e76f4be8835e2dc2facfd2d0" + } + ], + "synonyms": [ + "Vector 1", + "1", + "v1", + "vec1", + "scalar" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": 0.0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1ae1f568598e4ead80ff023e72d58959", + "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.Vector2Node", + "m_ObjectId": "1b4db6d393aa4f5fabfd445c14d53d72", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4307.19970703125, + "y": 4238.39990234375, + "width": 127.19970703125, + "height": 100.7998046875 + } + }, + "m_Slots": [ + { + "m_Id": "b7794ee079174112980039d97c160fa6" + }, + { + "m_Id": "5db07b3746ce40a285d25927d86b6716" + }, + { + "m_Id": "9c79f98eaadb41268f72b29307e2192a" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "1bc9d46d02154ae1ac0a01ec400d10f1", + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "1c5bb30bc7d143f08f371c092da63bb8", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "1c8a97e22b3942d2b7f721a7d81c1936", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1392.800048828125, + "y": 876.7999877929688, + "width": 208.0, + "height": 301.60003662109377 + } + }, + "m_Slots": [ + { + "m_Id": "419fa956f90240b08164a7c8635ae53b" + }, + { + "m_Id": "4af74c81bfcb493883a5e0ba3bd36613" + }, + { + "m_Id": "9f07b48a10514b3cb80c0e0de7545765" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1e93cc09aaf4492bbaeb8eec962c3b42", + "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.HueNode", + "m_ObjectId": "1eab2c6e14754f008efb8a305fbdadb7", + "m_Group": { + "m_Id": "4a4ae19f0455429dba10b0e04b60bcc1" + }, + "m_Name": "Hue", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1019.0000610351563, + "y": 3365.0, + "width": 153.00006103515626, + "height": 153.0 + } + }, + "m_Slots": [ + { + "m_Id": "6e98dc052f6d4f33a17fbf23d86c3654" + }, + { + "m_Id": "eb1c0d72964144d5bd532909934c03ab" + }, + { + "m_Id": "b12dcd8297a04d5183773accd1a22df0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_HueMode": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "1f6cbfc06cba4a25a8abc42afed123e6", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.7699999809265137, + "y": 1.100000023841858 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "1f701890ac0448f283c71362fac14fdc", + "m_Group": { + "m_Id": "0927742d3d874507abb3e04e60997dfa" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1984.8001708984375, + "y": 2644.000244140625, + "width": 128.0, + "height": 93.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "a656943a8c2f4a0fa5787729c9cd6314" + }, + { + "m_Id": "6b0975440feb4f7f8ac521a2ec87f528" + } + ], + "synonyms": [ + "complement", + "invert", + "opposite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2176e42007b84804b0d4284ed4b0bed2", + "m_Id": 2, + "m_DisplayName": "Rotation", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Rotation", + "m_StageCapability": 3, + "m_Value": 38.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "21c397a4275645578b9463bb862132f4", + "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": "226607ad9b1240dea3a1e5c29182c44f", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4723.19970703125, + "y": 3848.800048828125, + "width": 125.60009765625, + "height": 117.599609375 + } + }, + "m_Slots": [ + { + "m_Id": "f4c634a5c1c34e3ab49c447bb92ab84c" + }, + { + "m_Id": "38aaca3d60634d8988a83ef11cbc7e3b" + }, + { + "m_Id": "992a2922704a48adb2bf5c7650ee5e78" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SmoothstepNode", + "m_ObjectId": "233cba63107c48768b53ad57af885f5d", + "m_Group": { + "m_Id": "4a4ae19f0455429dba10b0e04b60bcc1" + }, + "m_Name": "Smoothstep", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -944.0, + "y": 3571.19970703125, + "width": 208.0, + "height": 325.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "3da99bc7e5114ef199b715a3f6a633b9" + }, + { + "m_Id": "eb306b6242ce410d88f6e6697f121bcf" + }, + { + "m_Id": "25dfedeef2914f3387afd6a76970f8a6" + }, + { + "m_Id": "4b05d26ab69a4008b8e721f917d00b81" + } + ], + "synonyms": [ + "curve" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2522dface16843df9fd5cbbf7a27f359", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "25dfedeef2914f3387afd6a76970f8a6", + "m_Id": 2, + "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": 2, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", + "m_ObjectId": "26157d021b81491c86e9452f8159ac27" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2721e11b1ae54127ad3fade58097dfe9", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "28bfd2aeffe04152a87aca062b680c04", + "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": "28cc1dca247f42a1999903257163ca25", + "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": "2982fbfa0dc94c0e881759733b47b866", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 1.2999999523162842, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "2a2fc2a0955c48ea8ab432668b7ab798", + "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.PropertyNode", + "m_ObjectId": "2b0455c29ddc46f48cd53f29775b8471", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3545.60009765625, + "y": 3024.0, + "width": 227.199951171875, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "a6624a4990a648338188fbab01c557d6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "fdd9da2c16a0405289708270de8e0b31" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "2c281b0c5fbf47b899cfc543a47a4c1d", + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2c5508e6d8ac404c867a330d74b1986c", + "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": "2c5eee4552d041a5ae8740f3ae6a4641", + "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.DotProductNode", + "m_ObjectId": "2c7afe7a5bca4da2b5487ec2b8cc1a68", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Dot Product", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1669.60009765625, + "y": 575.199951171875, + "width": 208.0, + "height": 301.60003662109377 + } + }, + "m_Slots": [ + { + "m_Id": "739bbc7e3bfa431dbd11abaade243869" + }, + { + "m_Id": "fabe0ee37b8d40b990370b65aae7bf97" + }, + { + "m_Id": "b7438c88ba6143708da2a2111d77766c" + } + ], + "synonyms": [ + "scalar product" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2c97b5586b3b462cb9383caefe5a3d82", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "2ed867166a174684a92002f7c606d397", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2f1d1dcf4865400f880c6fe07599b1c8", + "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": "3043ae223c2a413d8ba85db631ecd423", + "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": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "3053018fc71e4deb8faaf0a93965b8d2", + "m_Guid": { + "m_GuidSerialized": "d32da126-5b7a-4fe4-907d-a8d509b505b9" + }, + "m_Name": "Smoothness", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Smoothness", + "m_DefaultReferenceName": "_Smoothness", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "306b61b0ddc843999a654e1676a84543", + "m_Title": "Posterize Time", + "m_Position": { + "x": 10.0, + "y": 10.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", + "m_ObjectId": "3173ae278c5643328ceda4eb9158e660", + "m_Guid": { + "m_GuidSerialized": "8a05a3e0-6b1b-4a54-a6c8-ae4838bfef55" + }, + "m_Name": "UVOffset", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "UVOffset", + "m_DefaultReferenceName": "_UVOffset", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "317b498c950d4e9f8db22a4dccb60588", + "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.Vector4MaterialSlot", + "m_ObjectId": "31856e923c014f788ac7e20fb5636a6f", + "m_Id": 0, + "m_DisplayName": "Highlight", + "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": "31ff14ca51724c078c6372027fb8107a", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.5, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "32405ad33d924c9cb57c55125463b4ba", + "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": "34bd09c144bd4677979d97681b6950a5", + "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.Vector2Node", + "m_ObjectId": "34c950dba62947e381c346386f3598e2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3777.60009765625, + "y": 2033.5999755859375, + "width": 127.199951171875, + "height": 100.7999267578125 + } + }, + "m_Slots": [ + { + "m_Id": "f14a9fb390ab4c5da02460b94ec3d9fa" + }, + { + "m_Id": "fcca8ca8b4ef46f1b4a9b284dcd27f54" + }, + { + "m_Id": "0afd08b657314a6bacc175f19bda2709" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "36b40bf9ba4e45a389dc7163c6834db4", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 4.53000020980835, + "y": 1.7999999523162842 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "37e8379b9ef441128077533e300662fc", + "m_Guid": { + "m_GuidSerialized": "c4be1456-1491-4c6f-ad26-bcf882632422" + }, + "m_Name": "ChannelChangeFac", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "ChannelChangeFac", + "m_DefaultReferenceName": "_ChannelChangeFac", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "388d921b693d4ed5a933ed56433ff3ec", + "m_Id": 3, + "m_DisplayName": "HashOffset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "HashOffset", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "38aaca3d60634d8988a83ef11cbc7e3b", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.05000000074505806, + "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": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "38ed427543cb4b9bb4192ea19de68402", + "m_Guid": { + "m_GuidSerialized": "6882490e-d86d-462f-9708-6a59ce6a1800" + }, + "m_Name": "OuterColor", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "OuterColor", + "m_DefaultReferenceName": "_OuterColor", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "3902ae0e5dd04f79a0b72f2d27eb193f", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -991.9999389648438, + "y": 526.3999633789063, + "width": 135.99993896484376, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "ce814c340be0468287e8d5a9fba89492" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "885700f66d084f409b888c1ae0d6aefc" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "39e3ccc5d6ae46dab5153f222f726bdd", + "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": "3a1ce0452b644677ab65bdb995e5d980", + "m_Group": { + "m_Id": "4a4ae19f0455429dba10b0e04b60bcc1" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -866.4000244140625, + "y": 3517.599853515625, + "width": 134.4000244140625, + "height": 33.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "3f0d31eb35d9462c9adef4acb0f581b8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "38ed427543cb4b9bb4192ea19de68402" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3a6f175455a84f3f9f08dddff1ff8cfb", + "m_Id": 0, + "m_DisplayName": "Framerate", + "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": "3b6afc05245b4d15a9704c557be97178", + "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.Vector3MaterialSlot", + "m_ObjectId": "3ba2c762b0ff4037975d059062abf0df", + "m_Id": 0, + "m_DisplayName": "Highlight", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Highlight", + "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.PropertyNode", + "m_ObjectId": "3d710dd5943641f19369fc0f4b10d088", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -209.00001525878907, + "y": -357.0, + "width": 129.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "870aa7c293224225b320a9442ad01135" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f11b6288615441678eddd26dbaa2de48" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3da99bc7e5114ef199b715a3f6a633b9", + "m_Id": 0, + "m_DisplayName": "Edge1", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge1", + "m_StageCapability": 3, + "m_Value": { + "x": 0.05000000074505806, + "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": "3e9cad73f88b474cbe80bed855abe09a", + "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": "3ed064e8f86942918bcb4d5bf3e6a075", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3eee04adca9d44bd9084632050ade7f0", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "3f0d31eb35d9462c9adef4acb0f581b8", + "m_Id": 0, + "m_DisplayName": "OuterColor", + "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.AddNode", + "m_ObjectId": "415aad84f48149b4a199307504559f85", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2911.999755859375, + "y": 2336.0, + "width": 128.800048828125, + "height": 117.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "7330c13a063a4b35b95cace9b26a5fac" + }, + { + "m_Id": "1ae1f568598e4ead80ff023e72d58959" + }, + { + "m_Id": "ff8611230dc84531a32e2b5a9bd1863c" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "416cb175c44e49649aef0a70eb2cfad1", + "m_Id": 1935985648, + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "419fa956f90240b08164a7c8635ae53b", + "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": "41d898dde5c24f519e99a3b3e34e08d6", + "m_Id": 6, + "m_DisplayName": "RG", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RG", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "42443fb81b0449839bc11b5b800af44d", + "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": "45cc96a20fa5460ab6dd628dc0218494", + "m_Id": 2, + "m_DisplayName": "Opacity", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Opacity", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "45efccb8863344f2aab053f465ddfabb", + "m_Guid": { + "m_GuidSerialized": "5416838b-fff2-420c-8ce1-fd142e6e03bd" + }, + "m_Name": "Shadow", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Shadow", + "m_DefaultReferenceName": "_Shadow", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", + "m_ObjectId": "47b77b68e72a4bafb4cf87b88da98f99", + "m_Group": { + "m_Id": "" + }, + "m_Name": "2DVectorNoise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3315.19970703125, + "y": 2033.5999755859375, + "width": 208.0, + "height": 302.3997802734375 + } + }, + "m_Slots": [ + { + "m_Id": "416cb175c44e49649aef0a70eb2cfad1" + }, + { + "m_Id": "0ca3ca47ea534b72892b937a7021e77f" + }, + { + "m_Id": "cb80b703c29e491a9345528d90c79511" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"1b48f02abb176de40b97c3ee8bcae138\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "3f073a34-fd1a-409d-99cf-723b47c38c37", + "308c9d89-48b7-46fa-80c2-4c72cc0a1910" + ], + "m_PropertyIds": [ + 1935985648, + 337845618 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "48ae57e0ab584571bba43bc8a2dd37dd", + "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": "48bad0eb201446289a1e5aee55a38583", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -989.5999145507813, + "y": 425.6000671386719, + "width": 120.79986572265625, + "height": 33.59991455078125 + } + }, + "m_Slots": [ + { + "m_Id": "802a45bcbde548989dbc6976c7d71608" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "a070c26de7184a948ace6e6be9153a6d" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "48bdfdf3936944fd964058d7ca97fe50", + "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": "c56b870e7d5a4cb183c1d0dc063d2203" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "492510dd8370423d84fc1b0e46340bdf", + "m_Id": 4, + "m_DisplayName": "New", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "New", + "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": "494d91ef754b45c59fce19d872bf4607", + "m_Id": 3, + "m_DisplayName": "DistanceAtten", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "DistanceAtten", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4a243a57d9eb454daedfc80bfbdd70f6", + "m_Id": 0, + "m_DisplayName": "DistortionMultiplier", + "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.GroupData", + "m_ObjectId": "4a4ae19f0455429dba10b0e04b60bcc1", + "m_Title": "Noisy Vignette", + "m_Position": { + "x": -1344.0, + "y": 3214.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4af74c81bfcb493883a5e0ba3bd36613", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4b05d26ab69a4008b8e721f917d00b81", + "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": "4b7ee202ff58406a8fec188ea2f52f7d", + "m_Id": -1396245275, + "m_DisplayName": "Framerate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_Framerate", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4c1b60f661824d15bfac0b3da9336c2e", + "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.CustomFunctionNode", + "m_ObjectId": "4c4de316c4cc46bab1cd92b9869be1c2", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "DistortTVUV (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2991.199951171875, + "y": 2532.800048828125, + "width": 232.800048828125, + "height": 349.599609375 + } + }, + "m_Slots": [ + { + "m_Id": "2c281b0c5fbf47b899cfc543a47a4c1d" + }, + { + "m_Id": "5d94390adab04928a9f570cf41b5e5bb" + }, + { + "m_Id": "0120ffa358e64c2e99c0cf5e049699db" + }, + { + "m_Id": "388d921b693d4ed5a933ed56433ff3ec" + }, + { + "m_Id": "c315547993944e6ca412babc2a430427" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "DistortTVUV", + "m_FunctionSource": "2a36314700333c44c8bb14f85178aa0a", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4d11b9c81d344ad0a0ccda981681bf1a", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "4dd5e007e6a24609a826957febd5ee29", + "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": "4e24def93a604d099ae4a0dbe3676a6c", + "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": "4ebfdc9b6dd7446abc12617a1698b458", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "4f639c8eb85f4b848ae7b3fcedcaa105", + "m_Guid": { + "m_GuidSerialized": "04c0fc0c-a942-4d2b-975b-9dde3e71a828" + }, + "m_Name": "HueShift", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "HueShift", + "m_DefaultReferenceName": "_HueShift", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "5079017908d14026960dbc9d38ca181b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -145.5999298095703, + "y": 425.6000061035156, + "width": 208.00003051757813, + "height": 301.6000061035156 + } + }, + "m_Slots": [ + { + "m_Id": "f0f96cb35f384a8b8a4018b60f9326be" + }, + { + "m_Id": "b26f01d2f7b44ec28894070c1fd8d90c" + }, + { + "m_Id": "34bd09c144bd4677979d97681b6950a5" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "51174758c9ca47cd9d5853f2987ad46f", + "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.MultiplyNode", + "m_ObjectId": "5134e150bbb542f08a91a64ce6752e28", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1617.0, + "y": 2501.000244140625, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "28cc1dca247f42a1999903257163ca25" + }, + { + "m_Id": "4ebfdc9b6dd7446abc12617a1698b458" + }, + { + "m_Id": "623ae21096f14f829b179a5949dbdc4f" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5158420e1f11479bb0896d8f0aba075f", + "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.Vector2MaterialSlot", + "m_ObjectId": "527200ad1b44465e98f2e21091281294", + "m_Id": 1, + "m_DisplayName": "Center", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Center", + "m_StageCapability": 3, + "m_Value": { + "x": 0.5, + "y": 0.5 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5400d7d1a49c4c74a94f683e401cd10f", + "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": "541e3d0c0c544862bb8bb11227b26e1d", + "m_Id": 3, + "m_DisplayName": "LoThreshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "LoThreshold", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "559e3bec2ab6489cbe9f0b3c65c88603", + "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": "55cc7dac8d754367878c682441f252ce", + "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": "566cc7072316478b9004e182a7b4b016", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.001500000013038516, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "567043dcc4524970b4d5ad09f83f5397", + "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.RemapNode", + "m_ObjectId": "56bb16a56c524f47b7c908ade91f871a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2945.60009765625, + "y": 2033.60009765625, + "width": 187.199951171875, + "height": 141.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "789481de68804faa93dc629d6856bdae" + }, + { + "m_Id": "0ad25f2e1d8b47a1accdc0787b6531f0" + }, + { + "m_Id": "cc3280fdbe394d13a1863d5badb6e2b7" + }, + { + "m_Id": "9c26d0fc8d614d88a25c7e1f4dc6d05d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "570a9b5ee0a94117b62161cf9204baf2", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "57d713be9d3c41028202847862bc1f25", + "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": "5868fcd84a47452098b8181f88a24b6e", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "5888d7ceb4764f1184ad4ded92322884", + "m_Id": 5, + "m_DisplayName": "RGB", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGB", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "59cdc71473b24d5d9e3af13d4edbc749", + "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.GroupData", + "m_ObjectId": "5b9f56d2c55445e8ac190eafb76d9434", + "m_Title": "Brightness Flicker", + "m_Position": { + "x": 10.0, + "y": 10.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5c1dee5065d64646b880916e02d579d7", + "m_Id": 3, + "m_DisplayName": "Size", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Size", + "m_StageCapability": 3, + "m_Value": 0.017999999225139619, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "5cf3fbd4a02f40379d262f97658c0f02", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5d94390adab04928a9f570cf41b5e5bb", + "m_Id": 4, + "m_DisplayName": "StripeRepSize", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "StripeRepSize", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5db07b3746ce40a285d25927d86b6716", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": -0.5, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5e06bc1f749b4f2fb4fcac126c0845a3", + "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.TilingAndOffsetNode", + "m_ObjectId": "5e54382d45e24e38acca31c98a798352", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4021.599853515625, + "y": 4126.3994140625, + "width": 153.599853515625, + "height": 141.6005859375 + } + }, + "m_Slots": [ + { + "m_Id": "567043dcc4524970b4d5ad09f83f5397" + }, + { + "m_Id": "1c5bb30bc7d143f08f371c092da63bb8" + }, + { + "m_Id": "36b40bf9ba4e45a389dc7163c6834db4" + }, + { + "m_Id": "97f9843c046a4270a89bb9f098e7b543" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "5f7ee1de5a0443159cdb7b4eefccff39", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4307.19970703125, + "y": 3864.7998046875, + "width": 127.19970703125, + "height": 100.80029296875 + } + }, + "m_Slots": [ + { + "m_Id": "31ff14ca51724c078c6372027fb8107a" + }, + { + "m_Id": "2982fbfa0dc94c0e881759733b47b866" + }, + { + "m_Id": "149ac65c1b8f4d5ca5908529f9c813d3" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "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": "5ffad871080f450d8f936aa2f245cafb", + "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.NormalVectorNode", + "m_ObjectId": "60140b79161e4f1a9fb68c2199d5b866", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Normal Vector", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1903.2000732421875, + "y": 360.7999267578125, + "width": 207.9998779296875, + "height": 312.80010986328127 + } + }, + "m_Slots": [ + { + "m_Id": "c4544d617b8042a6b5c2154ca4ddb6c8" + } + ], + "synonyms": [ + "surface direction" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "60b932a440754786b794b1cd942f26d8", + "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.SubGraphNode", + "m_ObjectId": "61cd7c08cc594fa48773bd48a36c3d42", + "m_Group": { + "m_Id": "" + }, + "m_Name": "DistortObject", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -65.5, + "y": -357.5, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "4b7ee202ff58406a8fec188ea2f52f7d" + }, + { + "m_Id": "75ef8c4db092411daaf7ee451aa4b488" + }, + { + "m_Id": "67e3f33c6f7d46ce85bd1d36a3e8fe69" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"57e2210b2d8dadc42bd381a9507e1140\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "b630f065-1eda-460f-8245-2cd0d857d58c", + "6ec75632-08bc-4b50-bbcc-fff08461526d" + ], + "m_PropertyIds": [ + -1396245275, + -1204096079 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "61e182da7579423db419fdf44a9b2bdb", + "m_Id": 0, + "m_DisplayName": "HasClover", + "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": "623ae21096f14f829b179a5949dbdc4f", + "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": "6253a43a759846f99cec57d7f13e0dba", + "m_Group": { + "m_Id": "a29698e6c5404fc88e449e7c41e91466" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1975.2000732421875, + "y": 3103.19970703125, + "width": 125.5999755859375, + "height": 117.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "90e0232b983c4935bdb27704cefa2289" + }, + { + "m_Id": "fb9f5f18b24441558e69c355159cc1df" + }, + { + "m_Id": "00d513492fbe4f4c98796789c3a3a363" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "65b62a295dc34a15861de9e61751db8e", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "65b64ad00483440980405f50b09916b5", + "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": "66f7bf2fad404965a3c25a4474d51832", + "m_Id": 2, + "m_DisplayName": "B", + "m_SlotType": 0, + "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": "67074c7db931474f93a92686f1e963f0", + "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": "b9ea3672569d404fa365dcd82b6e26bd" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "67e3f33c6f7d46ce85bd1d36a3e8fe69", + "m_Id": 1, + "m_DisplayName": "Out_Vector3", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "OutVector3", + "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": "67ebe8f24b034527a092288266c5ed8f", + "m_Id": 0, + "m_DisplayName": "Framerate", + "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": "682219db66c1438d9c56335b0e3fac10", + "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.LerpNode", + "m_ObjectId": "69ba0a703b164260a86ca75b60a8bfb7", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3320.0, + "y": 3126.39990234375, + "width": 125.599853515625, + "height": 141.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "2f1d1dcf4865400f880c6fe07599b1c8" + }, + { + "m_Id": "2ed867166a174684a92002f7c606d397" + }, + { + "m_Id": "fd4ba8e747ff4d5b877b643fa1ef8e67" + }, + { + "m_Id": "51174758c9ca47cd9d5853f2987ad46f" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "69cbc28234944252bf481b51d3417f32", + "m_Guid": { + "m_GuidSerialized": "0a77a82e-3890-4fd8-b82e-f3713a757d9f" + }, + "m_Name": "DistortionMultiplier", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "DistortionMultiplier", + "m_DefaultReferenceName": "_DistortionMultiplier", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "6ad39ef9f1e7446bbc17c938cab93b18", + "m_Group": { + "m_Id": "306b61b0ddc843999a654e1676a84543" + }, + "m_Name": "PosterizeTime (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3008.0, + "y": 3363.2001953125, + "width": 237.599853515625, + "height": 117.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "cb2cb7c9dde34f0d9ebfe266c3b467ab" + }, + { + "m_Id": "ab3818d342eb43fc9ceb84cb3111e49d" + }, + { + "m_Id": "e4223034b93144049b3a9275c375ae21" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "PosterizeTime", + "m_FunctionSource": "3273bfff58f7f734982b696c1460cce5", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6b0975440feb4f7f8ac521a2ec87f528", + "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": "6d4f4d91df3942d4aabb7fb647fc368b", + "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.RemapNode", + "m_ObjectId": "6e47b201a7ca47a7b7e5f3c75a9f2e67", + "m_Group": { + "m_Id": "5b9f56d2c55445e8ac190eafb76d9434" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1944.0, + "y": 3957.0, + "width": 186.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "8b692aab1cae45bbaec2c6c6884668ac" + }, + { + "m_Id": "5cf3fbd4a02f40379d262f97658c0f02" + }, + { + "m_Id": "1f6cbfc06cba4a25a8abc42afed123e6" + }, + { + "m_Id": "5400d7d1a49c4c74a94f683e401cd10f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "6e98dc052f6d4f33a17fbf23d86c3654", + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "6f09e66b4eef4110b60240bc880594fc", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3628.7998046875, + "y": 2875.199951171875, + "width": 135.199951171875, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "f4e4344b19cd495c9176cc2d47a04006" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "9db9b1f0a3c049f5b25fc551e62a8df4" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "6f3cee39e4c947f48991780d6e7edb8c", + "m_Group": { + "m_Id": "4a4ae19f0455429dba10b0e04b60bcc1" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -537.60009765625, + "y": 3465.599853515625, + "width": 130.4000244140625, + "height": 141.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "76b07f1febdc448fa3c9455f6ae879fc" + }, + { + "m_Id": "770b10ffed8c492088ba42ce31a8dafe" + }, + { + "m_Id": "2721e11b1ae54127ad3fade58097dfe9" + }, + { + "m_Id": "d84bac1217834ea3961c89f04b8a0b24" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "71914bd54916496987aa4b9508d61d2c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2599.199951171875, + "y": 2031.199951171875, + "width": 128.7998046875, + "height": 117.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "cc372e16ca684ba1a055fbbb4c570476" + }, + { + "m_Id": "854aec098b9b4bf1b49f8135a623765f" + }, + { + "m_Id": "7a16787aebbb488d9230341c9b1ca520" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "721cc018b9de41fb880a879da13f0e3b", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "72997e42409d440cb739f5dced735376", + "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": "7330c13a063a4b35b95cace9b26a5fac", + "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": "736456fc3cb244189c8da551d1fa71d9", + "m_Id": 1, + "m_DisplayName": "BrightnessFac", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "BrightnessFac", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "739bbc7e3bfa431dbd11abaade243869", + "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.TimeNode", + "m_ObjectId": "73da7617121e485384d359205a94fe66", + "m_Group": { + "m_Id": "306b61b0ddc843999a654e1676a84543" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3151.199951171875, + "y": 3363.2001953125, + "width": 124.0, + "height": 172.800048828125 + } + }, + "m_Slots": [ + { + "m_Id": "dd957589098e42edaf8a95edd1098dbe" + }, + { + "m_Id": "84176163e04b4e2ab984f35b49d967ed" + }, + { + "m_Id": "18b42cf404be46119f795dfd92e56939" + }, + { + "m_Id": "2522dface16843df9fd5cbbf7a27f359" + }, + { + "m_Id": "109d754f37f44d159a5eb394c7458ade" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "74a4f22e941b4d1994c895c49cb48b57", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "PosterizeTime (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5007.2001953125, + "y": 3848.80029296875, + "width": 237.60009765625, + "height": 117.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "a06f90a1558c4b54b32b42a73adf7dd8" + }, + { + "m_Id": "e04cf4eb9baa4ab1839bfb5375ea1452" + }, + { + "m_Id": "a08d9bc7b60248a5b681a67cac2e8446" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "PosterizeTime", + "m_FunctionSource": "3273bfff58f7f734982b696c1460cce5", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "74c39a9dc9584e18ad634f6d27f467ca", + "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": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "75878b088cd34bf78fc06b75b573e57f", + "m_Id": 2, + "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.MultiplyNode", + "m_ObjectId": "75a5f2af016c42d88d3e62f216a6e62a", + "m_Group": { + "m_Id": "a29698e6c5404fc88e449e7c41e91466" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2350.400146484375, + "y": 3517.60009765625, + "width": 125.60009765625, + "height": 117.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "42443fb81b0449839bc11b5b800af44d" + }, + { + "m_Id": "e58db7fa776749d18de451b5d52db688" + }, + { + "m_Id": "8c8bfb60e7bd4250ab175d7dc596a0d5" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "75ef8c4db092411daaf7ee451aa4b488", + "m_Id": -1204096079, + "m_DisplayName": "Multiplier", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_Multiplier", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "76b07f1febdc448fa3c9455f6ae879fc", + "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": "770b10ffed8c492088ba42ce31a8dafe", + "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.PropertyNode", + "m_ObjectId": "77b1e60e512d47718fb704758014a610", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -989.5999145507813, + "y": 391.9999694824219, + "width": 123.99993896484375, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "31856e923c014f788ac7e20fb5636a6f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "06843691d0fe4058a555e98df0a6c127" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "789481de68804faa93dc629d6856bdae", + "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.Vector2MaterialSlot", + "m_ObjectId": "78a8b17112b446af8f74c2cd758d9597", + "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.MultiplyNode", + "m_ObjectId": "78e788c7baa6463aa31acd0be5d18178", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1393.9998779296875, + "y": 2858.0, + "width": 208.0, + "height": 301.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "559e3bec2ab6489cbe9f0b3c65c88603" + }, + { + "m_Id": "57d713be9d3c41028202847862bc1f25" + }, + { + "m_Id": "3e9cad73f88b474cbe80bed855abe09a" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "7934d389d74d40da8657cd6d83d38935", + "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": "f7799d2969664bafb5b2bb91b8ca17cc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "7a16787aebbb488d9230341c9b1ca520", + "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": "7a26d3b622764816a69e1443d745b31b", + "m_Guid": { + "m_GuidSerialized": "a4f29be7-d1bf-4999-b272-cbb0b023fe08" + }, + "m_Name": "GlitchOffsetMultiplier", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "GlitchOffsetMultiplier", + "m_DefaultReferenceName": "_GlitchOffsetMultiplier", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.019999999552965165, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "7b94349eed23459b941173381a19abd8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -888.4951171875, + "y": 2854.3779296875, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "da59834234b3417f89fca1c41cf2057e" + }, + { + "m_Id": "55cc7dac8d754367878c682441f252ce" + }, + { + "m_Id": "570a9b5ee0a94117b62161cf9204baf2" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7bbaa64e41cb49028de45584d6f3e0d7", + "m_Id": 1, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Scale", + "m_StageCapability": 3, + "m_Value": 9000.0, + "m_DefaultValue": 500.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "7cd53b074f5d48bdba5a0e67f593059f", + "m_Guid": { + "m_GuidSerialized": "dd39a06e-da72-447c-8e89-ae44ddf126ad" + }, + "m_Name": "HasClover", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "HasClover", + "m_DefaultReferenceName": "_HasClover", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LengthNode", + "m_ObjectId": "7dc4ff0e2c57436bbf9a4631311b37ff", + "m_Group": { + "m_Id": "4a4ae19f0455429dba10b0e04b60bcc1" + }, + "m_Name": "Length", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1092.800048828125, + "y": 3571.19970703125, + "width": 128.79998779296876, + "height": 93.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "83d5ec1cdf9a488487d34058ad36ebd5" + }, + { + "m_Id": "b2e24751c672490387b4db9b85353d54" + } + ], + "synonyms": [ + "measure" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "7e67897b1be84c72a7dadece5c5ce358", + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7f39b1d9da234e27b87091d54fb1a33a", + "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": "802a45bcbde548989dbc6976c7d71608", + "m_Id": 0, + "m_DisplayName": "Midtone", + "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": "815d9d424fe043f8814dd194edd3f78c", + "m_Id": 0, + "m_DisplayName": "R", + "m_SlotType": 0, + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "83d5ec1cdf9a488487d34058ad36ebd5", + "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": "83d8f02b08374f4289f6fb21d9267c22", + "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": "84176163e04b4e2ab984f35b49d967ed", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "846ef7e19c4645a8b8d638339f5dcfdf", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4169.599609375, + "y": 3864.7998046875, + "width": 128.800048828125, + "height": 117.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "c9e84b2097a0475887ba31ca34af1755" + }, + { + "m_Id": "a31a7909f9c14eae8f1ddb1d4a528d05" + }, + { + "m_Id": "4d11b9c81d344ad0a0ccda981681bf1a" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "848b3f0ebc8f4a12b6e421b6b03b03b4", + "m_Id": 0, + "m_DisplayName": "UVOffset", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "854aec098b9b4bf1b49f8135a623765f", + "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": "85ce7f39a2c54cbabcd3320410155988", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4169.599609375, + "y": 4238.39990234375, + "width": 128.800048828125, + "height": 117.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "5e06bc1f749b4f2fb4fcac126c0845a3" + }, + { + "m_Id": "28bfd2aeffe04152a87aca062b680c04" + }, + { + "m_Id": "721cc018b9de41fb880a879da13f0e3b" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "85fc0885cf554f2dbaa16bf1df22e59a", + "m_Guid": { + "m_GuidSerialized": "adebccd7-1b1a-48ed-bd9f-e0149f1f2e1e" + }, + "m_Name": "CCGlitchOffset", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "CCGlitchOffset", + "m_DefaultReferenceName": "_CCGlitchOffset", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.SwizzleNode", + "m_ObjectId": "86573d14c3a740df98862216a944f11f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Swizzle", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3098.400146484375, + "y": 2031.199951171875, + "width": 131.2001953125, + "height": 120.0 + } + }, + "m_Slots": [ + { + "m_Id": "682219db66c1438d9c56335b0e3fac10" + }, + { + "m_Id": "a6e3b6105aba43dfb71a29a04ebd97bd" + } + ], + "synonyms": [ + "swap", + "reorder", + "component mask" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "_maskInput": "xy", + "convertedMask": "xy" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "87084a1e72104715a43bb3bcce6a8b71", + "m_Id": 0, + "m_DisplayName": "CCGlitchOffset", + "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": "870aa7c293224225b320a9442ad01135", + "m_Id": 0, + "m_DisplayName": "Framerate", + "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": "885700f66d084f409b888c1ae0d6aefc", + "m_Guid": { + "m_GuidSerialized": "fdd04a65-8f86-40d0-bae4-8d6027df968f" + }, + "m_Name": "HiThreshod", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "HiThreshod", + "m_DefaultReferenceName": "_HiThreshod", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.6000000238418579, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "890164db94bb4727b5505b6eeb9fa2b8", + "m_Id": 1, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Scale", + "m_StageCapability": 3, + "m_Value": 500.0, + "m_DefaultValue": 500.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8a0a6eb9deeb480184e35ae016e966b9", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "8a4a5cc0fd524df7a74a6beadf4ba9b1", + "m_Group": { + "m_Id": "5b9f56d2c55445e8ac190eafb76d9434" + }, + "m_Name": "SampleTVBrightness (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2247.0, + "y": 3957.0, + "width": 272.9998779296875, + "height": 93.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "a7db7a466843467398a5497f6684c963" + }, + { + "m_Id": "736456fc3cb244189c8da551d1fa71d9" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "SampleTVBrightness", + "m_FunctionSource": "2a36314700333c44c8bb14f85178aa0a", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "8b554c4e560946ee9f05bf176afba9e7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1163.9998779296875, + "y": 2572.999755859375, + "width": 170.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "2a2fc2a0955c48ea8ab432668b7ab798" + }, + { + "m_Id": "ebeb6fc63e064263b3c54b4c6a6aac94" + }, + { + "m_Id": "ea7e0cbab979493fa2954bac79b32d07" + }, + { + "m_Id": "95158317c47e46eeb20e3de0a1a3f8f3" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8b692aab1cae45bbaec2c6c6884668ac", + "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": "8b77505255d04bdeb4e4f5f760168c03", + "m_Id": 4, + "m_DisplayName": "ShadowAtten", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "ShadowAtten", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8c8bfb60e7bd4250ab175d7dc596a0d5", + "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": "8d697e30a59d49e8a8b76068b0b3c360", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2931.199951171875, + "y": 2256.800048828125, + "width": 177.599853515625, + "height": 33.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "e84a0b024f6f45ceaa090d365e16560e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "37e8379b9ef441128077533e300662fc" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "8f26e933e44748519ecae1ef795d637d", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4021.599853515625, + "y": 3759.19970703125, + "width": 153.599853515625, + "height": 141.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "a24cae2c855145c1bd0d2a3f153fb56d" + }, + { + "m_Id": "be1847a42d724852861518b421045399" + }, + { + "m_Id": "317b498c950d4e9f8db22a4dccb60588" + }, + { + "m_Id": "78a8b17112b446af8f74c2cd758d9597" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "8f384256fa1d40c2b4f8ea96f9f21140", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1856.800048828125, + "y": 2896.800048828125, + "width": 132.0, + "height": 33.599609375 + } + }, + "m_Slots": [ + { + "m_Id": "61e182da7579423db419fdf44a9b2bdb" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "7cd53b074f5d48bdba5a0e67f593059f" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "8f889a6eff3d4c00801fa74a515903e5", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5150.39990234375, + "y": 3848.800048828125, + "width": 124.0, + "height": 172.800048828125 + } + }, + "m_Slots": [ + { + "m_Id": "3eee04adca9d44bd9084632050ade7f0" + }, + { + "m_Id": "3ed064e8f86942918bcb4d5bf3e6a075" + }, + { + "m_Id": "5868fcd84a47452098b8181f88a24b6e" + }, + { + "m_Id": "d58c85b42cc144daa5d612924c4db884" + }, + { + "m_Id": "3043ae223c2a413d8ba85db631ecd423" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "90e0232b983c4935bdb27704cefa2289", + "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.GroupData", + "m_ObjectId": "92c835412f214378812d09dbc2f818f1", + "m_Title": "TV Turbulence (Static)", + "m_Position": { + "x": 10.0, + "y": 10.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.NoiseNode", + "m_ObjectId": "92e15798249746b29df685c35332efbd", + "m_Group": { + "m_Id": "4a4ae19f0455429dba10b0e04b60bcc1" + }, + "m_Name": "Simple Noise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -537.60009765625, + "y": 3642.399658203125, + "width": 146.4000244140625, + "height": 151.2001953125 + } + }, + "m_Slots": [ + { + "m_Id": "32405ad33d924c9cb57c55125463b4ba" + }, + { + "m_Id": "7bbaa64e41cb49028de45584d6f3e0d7" + }, + { + "m_Id": "f0b342e9f13d4079bff75194421a39a8" + } + ], + "synonyms": [ + "value noise" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_HashType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "94f2a8cbfa6a4821841863fb85c4d7a5", + "m_Id": 6, + "m_DisplayName": "HiThreshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "HiThreshold", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "95158317c47e46eeb20e3de0a1a3f8f3", + "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.Vector3MaterialSlot", + "m_ObjectId": "955d3e15b02b4acc87ad37c3c713d83e", + "m_Id": 1, + "m_DisplayName": "Shadow", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Shadow", + "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.UVMaterialSlot", + "m_ObjectId": "958f715f45c94e0ba7bb804845bf98ab", + "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.UVMaterialSlot", + "m_ObjectId": "96587371364d496e85005b98c1e4526d", + "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": "96808e77537246d088f9edba5c573841", + "m_Id": 0, + "m_DisplayName": "TVBrightness", + "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.Vector2MaterialSlot", + "m_ObjectId": "97f9843c046a4270a89bb9f098e7b543", + "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.Vector2MaterialSlot", + "m_ObjectId": "983bbbc41c8d460fb476e55cc710c7eb", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.5099999904632569 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "98f68605ac12464c93b8dad9a57acc43", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3483.199951171875, + "y": 2033.5999755859375, + "width": 128.7998046875, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "f59fb110d5d44053a3658f5dd2f42a24" + }, + { + "m_Id": "3b6afc05245b4d15a9704c557be97178" + }, + { + "m_Id": "c4bd1e875d9f4ee68b415d8b1eaf9218" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "992a2922704a48adb2bf5c7650ee5e78", + "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": "9a33f421e76f4be8835e2dc2facfd2d0", + "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": "9a784d143c904b818e5ddda5d2c3e1f0", + "m_Id": 0, + "m_DisplayName": "InnerColor", + "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": "9c26d0fc8d614d88a25c7e1f4dc6d05d", + "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": "9c79f98eaadb41268f72b29307e2192a", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "9cf3713a22d64e22bc78b995c8b97685", + "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.BlockNode", + "m_ObjectId": "9d590a060a6245988f804fe7abc93a7b", + "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": "9dabadec240d422faed42460e368e458" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "9dabadec240d422faed42460e368e458", + "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": "9db9b1f0a3c049f5b25fc551e62a8df4", + "m_Guid": { + "m_GuidSerialized": "d9ad8f9b-f74f-4d72-a656-e9dec4d6bca0" + }, + "m_Name": "UVRotation", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "UVRotation", + "m_DefaultReferenceName": "_UVRotation", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CombineNode", + "m_ObjectId": "9e568766bcdd4ea192927ea88e440dee", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Combine", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3264.0, + "y": 3858.39990234375, + "width": 208.0, + "height": 349.599609375 + } + }, + "m_Slots": [ + { + "m_Id": "815d9d424fe043f8814dd194edd3f78c" + }, + { + "m_Id": "e41ed6482a974aef981502d7aa6ee608" + }, + { + "m_Id": "66f7bf2fad404965a3c25a4474d51832" + }, + { + "m_Id": "e3c561ac527f4bcba59523e7d7c5917d" + }, + { + "m_Id": "dfe95b40ddc54e0880923ba8b0790d59" + }, + { + "m_Id": "5888d7ceb4764f1184ad4ded92322884" + }, + { + "m_Id": "41d898dde5c24f519e99a3b3e34e08d6" + } + ], + "synonyms": [ + "append" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.NoiseNode", + "m_ObjectId": "9effa6352fe3473aa37ef6a484a11bfd", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Simple Noise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3745.599853515625, + "y": 4149.60009765625, + "width": 208.0, + "height": 335.19970703125 + } + }, + "m_Slots": [ + { + "m_Id": "e3c371676f9946b5aa39ed0de6b0d04f" + }, + { + "m_Id": "890164db94bb4727b5505b6eeb9fa2b8" + }, + { + "m_Id": "b95e6f38c24641e3a80773bbb6e8ec2d" + } + ], + "synonyms": [ + "value noise" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_HashType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9f07b48a10514b3cb80c0e0de7545765", + "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": "a06f90a1558c4b54b32b42a73adf7dd8", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "a070c26de7184a948ace6e6be9153a6d", + "m_Guid": { + "m_GuidSerialized": "d569c112-3efd-4579-b474-d1da9597ba52" + }, + "m_Name": "Midtone", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Midtone", + "m_DefaultReferenceName": "_Midtone", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a08d9bc7b60248a5b681a67cac2e8446", + "m_Id": 1, + "m_DisplayName": "PosterizedTime", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "PosterizedTime", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.ShaderKeyword", + "m_ObjectId": "a1669d731be94e2c83f4ee08f8a9f669", + "m_Guid": { + "m_GuidSerialized": "e476794b-ba20-4ab6-8038-e8bda11c9d8c" + }, + "m_Name": "Shadows", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Shadows", + "m_DefaultReferenceName": "_SHADOWS", + "m_OverrideReferenceName": "MAIN_LIGHT_CALCULATE_SHADOWS", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_KeywordType": 0, + "m_KeywordDefinition": 1, + "m_KeywordScope": 0, + "m_KeywordStages": 63, + "m_Entries": [], + "m_Value": 1, + "m_IsEditable": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a24146d53bdb4a1cafbeacc0b181800a", + "m_Id": 3, + "m_DisplayName": "Opacity", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Opacity", + "m_StageCapability": 3, + "m_Value": 0.4000000059604645, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "a24cae2c855145c1bd0d2a3f153fb56d", + "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.GroupData", + "m_ObjectId": "a29698e6c5404fc88e449e7c41e91466", + "m_Title": "TV Lines", + "m_Position": { + "x": -2419.199951171875, + "y": 3043.19970703125 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a31a7909f9c14eae8f1ddb1d4a528d05", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector3ShaderProperty", + "m_ObjectId": "a3ffc36d9d5e4522aa76c2c6e1ca8316", + "m_Guid": { + "m_GuidSerialized": "876dca4e-f44e-4f85-8837-1cb36dd2e6af" + }, + "m_Name": "RampedDiffuseValues", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "RampedDiffuseValues", + "m_DefaultReferenceName": "_RampedDiffuseValues", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a43277ac44494f8c9cbfa8fc06dc3154", + "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.Vector2MaterialSlot", + "m_ObjectId": "a598b4574e90460eb978570c0b13bd41", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "a5bce37fdffd424798c72f5d4a517732", + "m_Group": { + "m_Id": "0927742d3d874507abb3e04e60997dfa" + }, + "m_Name": "SampleClover (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2239.0, + "y": 2572.0, + "width": 234.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "1bc9d46d02154ae1ac0a01ec400d10f1" + }, + { + "m_Id": "deb6e1a9337445e99ae3ed39fc23a092" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "SampleClover", + "m_FunctionSource": "544768edb67475940a825920b3a8f88d", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a656943a8c2f4a0fa5787729c9cd6314", + "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": "a6624a4990a648338188fbab01c557d6", + "m_Id": 0, + "m_DisplayName": "CCGlitchSize", + "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.Vector2MaterialSlot", + "m_ObjectId": "a6e3b6105aba43dfb71a29a04ebd97bd", + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a7db7a466843467398a5497f6684c963", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "a8c91ce8eb694059806d12e0c1cff94e", + "m_Id": 0, + "m_DisplayName": "Shadow", + "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": "a931851097164ac8829dc30a83a6e628", + "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.ShaderKeyword", + "m_ObjectId": "a9c5436a87be4b06afd14e618024c004", + "m_Guid": { + "m_GuidSerialized": "e5370f12-55bb-4028-835d-23abb44cf31f" + }, + "m_Name": "Additional Lights", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Additional Lights", + "m_DefaultReferenceName": "_ADDITIONAL_LIGHTS", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_KeywordType": 0, + "m_KeywordDefinition": 1, + "m_KeywordScope": 0, + "m_KeywordStages": 63, + "m_Entries": [], + "m_Value": 1, + "m_IsEditable": true +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "aab97564484840ea8a5f848b49630f0b", + "m_Guid": { + "m_GuidSerialized": "6c4a8f4f-5af4-40ec-92ac-c54fd46daf94" + }, + "m_Name": "InnerColor", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "InnerColor", + "m_DefaultReferenceName": "_InnerColor", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ab3818d342eb43fc9ceb84cb3111e49d", + "m_Id": 2, + "m_DisplayName": "Framerate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Framerate", + "m_StageCapability": 3, + "m_Value": 12.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "ac1b12248ea34894a242a1d316cefedf", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3508.7998046875, + "y": 3759.19970703125, + "width": 185.60009765625, + "height": 141.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "2c97b5586b3b462cb9383caefe5a3d82" + }, + { + "m_Id": "0633ae5af90e4d41b5119a644d8a03dc" + }, + { + "m_Id": "b9bee012f943459e8bb68a71241fabaa" + }, + { + "m_Id": "8a0a6eb9deeb480184e35ae016e966b9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "add220b505e74a1ea06ac805858fa8fe", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "b809fdc1f7e34de0b139821499ca0e23" + }, + { + "m_Id": "e5a71d711c86416886b209ec634fe2f6" + }, + { + "m_Id": "a9c5436a87be4b06afd14e618024c004" + }, + { + "m_Id": "0eef9d116d3b4975b9bd81200bf0bbb4" + }, + { + "m_Id": "a1669d731be94e2c83f4ee08f8a9f669" + }, + { + "m_Id": "45efccb8863344f2aab053f465ddfabb" + }, + { + "m_Id": "a070c26de7184a948ace6e6be9153a6d" + }, + { + "m_Id": "06843691d0fe4058a555e98df0a6c127" + }, + { + "m_Id": "e8b018ca3a8e4f1582cf24da2b94ea39" + }, + { + "m_Id": "3053018fc71e4deb8faaf0a93965b8d2" + }, + { + "m_Id": "a3ffc36d9d5e4522aa76c2c6e1ca8316" + }, + { + "m_Id": "9db9b1f0a3c049f5b25fc551e62a8df4" + }, + { + "m_Id": "3173ae278c5643328ceda4eb9158e660" + }, + { + "m_Id": "885700f66d084f409b888c1ae0d6aefc" + }, + { + "m_Id": "f11b6288615441678eddd26dbaa2de48" + }, + { + "m_Id": "aab97564484840ea8a5f848b49630f0b" + }, + { + "m_Id": "38ed427543cb4b9bb4192ea19de68402" + }, + { + "m_Id": "69cbc28234944252bf481b51d3417f32" + }, + { + "m_Id": "7a26d3b622764816a69e1443d745b31b" + }, + { + "m_Id": "fd3c526b181d4f40818573e1ae9cb05c" + }, + { + "m_Id": "37e8379b9ef441128077533e300662fc" + }, + { + "m_Id": "85fc0885cf554f2dbaa16bf1df22e59a" + }, + { + "m_Id": "fdd9da2c16a0405289708270de8e0b31" + }, + { + "m_Id": "7cd53b074f5d48bdba5a0e67f593059f" + }, + { + "m_Id": "0019f40ef1c4426b954eb1b84a9be3bf" + }, + { + "m_Id": "d967553960a4413198ad698da0165562" + }, + { + "m_Id": "4f639c8eb85f4b848ae7b3fcedcaa105" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "afb84dfe725643ac98f00011c795c037", + "m_Id": 1, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": 0.4399999976158142, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b0d414e1a42449babcc5a9c1f9bbec22", + "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.Vector2MaterialSlot", + "m_ObjectId": "b0d9bf8496fc45fbafe0b85428e25fdb", + "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.Vector3MaterialSlot", + "m_ObjectId": "b12dcd8297a04d5183773accd1a22df0", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "b1bbb20c3a754a879cd526bed8d58ace", + "m_Title": "TV UV", + "m_Position": { + "x": -3852.7998046875, + "y": 2472.800048828125 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b26f01d2f7b44ec28894070c1fd8d90c", + "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": "b297b130541c4d1a850308514552c1d6", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -997.5999145507813, + "y": 492.800048828125, + "width": 140.79998779296876, + "height": 33.59991455078125 + } + }, + "m_Slots": [ + { + "m_Id": "c7619dda076d438d9bb1cf3b9fd3e630" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e8b018ca3a8e4f1582cf24da2b94ea39" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b2e24751c672490387b4db9b85353d54", + "m_Id": 1, + "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": "b382db25072a4316902f3fd66b59bb3a", + "m_Id": 1, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Scale", + "m_StageCapability": 3, + "m_Value": 500.0, + "m_DefaultValue": 500.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "b39222656a0745b7b87aead1fe1a2e50", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3496.800048828125, + "y": 3057.60009765625, + "width": 177.60009765625, + "height": 33.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "0b190408d70f4acb959bf749a13ce888" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "37e8379b9ef441128077533e300662fc" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b7438c88ba6143708da2a2111d77766c", + "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": "b7794ee079174112980039d97c160fa6", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.8999999761581421, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.ShaderKeyword", + "m_ObjectId": "b809fdc1f7e34de0b139821499ca0e23", + "m_Guid": { + "m_GuidSerialized": "e1fc1bfe-6ef3-45c9-9d42-9ece7e3d91e3" + }, + "m_Name": "Soft Shadows", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Soft Shadows", + "m_DefaultReferenceName": "_SOFT_SHADOWS", + "m_OverrideReferenceName": "_SHADOWS_SOFT", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_KeywordType": 0, + "m_KeywordDefinition": 1, + "m_KeywordScope": 0, + "m_KeywordStages": 63, + "m_Entries": [], + "m_Value": 1, + "m_IsEditable": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1Node", + "m_ObjectId": "b93769d6d5fb4b69956e4504c89d3a4e", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Float", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2915.199951171875, + "y": 4070.399658203125, + "width": 125.599853515625, + "height": 76.800537109375 + } + }, + "m_Slots": [ + { + "m_Id": "566cc7072316478b9004e182a7b4b016" + }, + { + "m_Id": "59cdc71473b24d5d9e3af13d4edbc749" + } + ], + "synonyms": [ + "Vector 1", + "1", + "v1", + "vec1", + "scalar" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": 0.0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "b948e93b29f343688053dcde27c4d616", + "m_Id": 0, + "m_DisplayName": "CloverHighlightMode", + "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.Vector1MaterialSlot", + "m_ObjectId": "b95e6f38c24641e3a80773bbb6e8ec2d", + "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.Vector2MaterialSlot", + "m_ObjectId": "b9bee012f943459e8bb68a71241fabaa", + "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": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "b9ea3672569d404fa365dcd82b6e26bd", + "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.LerpNode", + "m_ObjectId": "baed4d94a1214273807b3db59bba4767", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3319.199951171875, + "y": 2966.39990234375, + "width": 125.599853515625, + "height": 141.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "4e24def93a604d099ae4a0dbe3676a6c" + }, + { + "m_Id": "7f39b1d9da234e27b87091d54fb1a33a" + }, + { + "m_Id": "e1bddf31ad074959b0ed7804a638f129" + }, + { + "m_Id": "e8f4ef95c825413da5b2573fd76c8a15" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "bb4389c22c754dd59d4dcc9ea1bd66c4", + "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": "bc7621a934144a9aa264df7ebc23258b", + "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.Vector2MaterialSlot", + "m_ObjectId": "be1847a42d724852861518b421045399", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.NoiseNode", + "m_ObjectId": "beebc7b6dfed4a1fb92f5ea96e3de7bd", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Simple Noise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3745.599853515625, + "y": 3759.19970703125, + "width": 208.0, + "height": 335.199951171875 + } + }, + "m_Slots": [ + { + "m_Id": "958f715f45c94e0ba7bb804845bf98ab" + }, + { + "m_Id": "b382db25072a4316902f3fd66b59bb3a" + }, + { + "m_Id": "c3fdcb5993fa43d386c2b62a630a23a6" + } + ], + "synonyms": [ + "value noise" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_HashType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "c094a40cc5974c0b896dcb48bded72c1", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1164.0, + "y": 776.7999877929688, + "width": 208.0, + "height": 301.60003662109377 + } + }, + "m_Slots": [ + { + "m_Id": "bb4389c22c754dd59d4dcc9ea1bd66c4" + }, + { + "m_Id": "5158420e1f11479bb0896d8f0aba075f" + }, + { + "m_Id": "2c5eee4552d041a5ae8740f3ae6a4641" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c10e7245d23b49b39f3114e9de8f15b8", + "m_Id": 2, + "m_DisplayName": "Diffuse", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Diffuse", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "c315547993944e6ca412babc2a430427", + "m_Id": 2, + "m_DisplayName": "UVOutput", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "UVOutput", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "c3412b7ad4054c49a592bfcb6f1c6986", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "GetMainLight (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1927.2001953125, + "y": 695.199951171875, + "width": 232.0, + "height": 349.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "06f84121e5bb4a3fb2f981d6bf8c7937" + }, + { + "m_Id": "0fd8dccec27345c689182e133ec0b750" + }, + { + "m_Id": "75878b088cd34bf78fc06b75b573e57f" + }, + { + "m_Id": "494d91ef754b45c59fce19d872bf4607" + }, + { + "m_Id": "8b77505255d04bdeb4e4f5f760168c03" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "GetMainLight", + "m_FunctionSource": "9c2401c89f3acce4fbc7d5b66a67225b", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c3fdcb5993fa43d386c2b62a630a23a6", + "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.Vector3MaterialSlot", + "m_ObjectId": "c4544d617b8042a6b5c2154ca4ddb6c8", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c4bd1e875d9f4ee68b415d8b1eaf9218", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.PositionNode", + "m_ObjectId": "c4c68d8ca705469c972026a823e450fc", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2167.199951171875, + "y": 695.199951171875, + "width": 207.9998779296875, + "height": 312.80010986328127 + } + }, + "m_Slots": [ + { + "m_Id": "16cb42520a094893a5393745f6e68e88" + } + ], + "synonyms": [ + "location" + ], + "m_Precision": 1, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 2, + "m_PositionSource": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "c4d67011bc1e477089e06fbfe2670a86", + "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.Vector2MaterialSlot", + "m_ObjectId": "c56081924a334a188953c9bb5169206c", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "c56b870e7d5a4cb183c1d0dc063d2203", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.8773584961891174, + "y": 0.2185119092464447, + "z": 0.2185119092464447 + }, + "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": "c7619dda076d438d9bb1cf3b9fd3e630", + "m_Id": 0, + "m_DisplayName": "LoThreshold", + "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": "c98f56e8b0284324aac1c4189b14b625", + "m_Group": { + "m_Id": "4a4ae19f0455429dba10b0e04b60bcc1" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1153.0, + "y": 3432.000244140625, + "width": 121.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "0a25e2e6edd94a39a5e880660d70385e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "4f639c8eb85f4b848ae7b3fcedcaa105" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c9e84b2097a0475887ba31ca34af1755", + "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": "cb2cb7c9dde34f0d9ebfe266c3b467ab", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "cb80b703c29e491a9345528d90c79511", + "m_Id": 1, + "m_DisplayName": "Out_Vector3", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "OutVector3", + "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.Vector2MaterialSlot", + "m_ObjectId": "cc3280fdbe394d13a1863d5badb6e2b7", + "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": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "cc372e16ca684ba1a055fbbb4c570476", + "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": "cd2b24be0527437aa307f550d069db13", + "m_Group": { + "m_Id": "4a4ae19f0455429dba10b0e04b60bcc1" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1159.0, + "y": 3383.000244140625, + "width": 132.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "9a784d143c904b818e5ddda5d2c3e1f0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "aab97564484840ea8a5f848b49630f0b" + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "cd4f325c2f6644adac70caca3a54706b", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "ChooseColor (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -820.0000610351563, + "y": 399.9999694824219, + "width": 229.60015869140626, + "height": 421.6000061035156 + } + }, + "m_Slots": [ + { + "m_Id": "3ba2c762b0ff4037975d059062abf0df" + }, + { + "m_Id": "de8eaf2a64a040eda9e02f1ce64b8a18" + }, + { + "m_Id": "955d3e15b02b4acc87ad37c3c713d83e" + }, + { + "m_Id": "c10e7245d23b49b39f3114e9de8f15b8" + }, + { + "m_Id": "541e3d0c0c544862bb8bb11227b26e1d" + }, + { + "m_Id": "94f2a8cbfa6a4821841863fb85c4d7a5" + }, + { + "m_Id": "0a9f2a02dbd147f6af5301e454a608b7" + }, + { + "m_Id": "492510dd8370423d84fc1b0e46340bdf" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "ChooseColor", + "m_FunctionSource": "9c2401c89f3acce4fbc7d5b66a67225b", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ce814c340be0468287e8d5a9fba89492", + "m_Id": 0, + "m_DisplayName": "HiThreshod", + "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": "d14318148a904e7995d5c4736f2e52e1", + "m_Id": 0, + "m_DisplayName": "GlitchSize", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d42ab58eb8bc4fee920194bdfab7ef3f", + "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.Vector2MaterialSlot", + "m_ObjectId": "d42c5512db774858b06a0a5bfeb30f8e", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "d50cac20504c4d01a2b619b3715bff2c", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -997.5999145507813, + "y": 575.199951171875, + "width": 140.79998779296876, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "fe6aae03e60f4362b519cde086fefd45" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "3053018fc71e4deb8faaf0a93965b8d2" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d58c85b42cc144daa5d612924c4db884", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "d6ac7d680be14a68ad28ca16c147b9d4", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3827.19970703125, + "y": 2633.60009765625, + "width": 125.599853515625, + "height": 33.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "848b3f0ebc8f4a12b6e421b6b03b03b4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "3173ae278c5643328ceda4eb9158e660" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlendNode", + "m_ObjectId": "d82f77393ccb49d486601b830703850e", + "m_Group": { + "m_Id": "4a4ae19f0455429dba10b0e04b60bcc1" + }, + "m_Name": "Blend", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -385.60009765625, + "y": 3465.599853515625, + "width": 160.800048828125, + "height": 175.199951171875 + } + }, + "m_Slots": [ + { + "m_Id": "b0d414e1a42449babcc5a9c1f9bbec22" + }, + { + "m_Id": "e13cba70c03f44ee8d1db19341e9b338" + }, + { + "m_Id": "a24146d53bdb4a1cafbeacc0b181800a" + }, + { + "m_Id": "bc7621a934144a9aa264df7ebc23258b" + } + ], + "synonyms": [ + "burn", + "darken", + "difference", + "dodge", + "divide", + "exclusion", + "hard light", + "hard mix", + "linear burn", + "linear dodge", + "linear light", + "multiply", + "negate", + "overlay", + "pin light", + "screen", + "soft light", + "subtract", + "vivid light", + "overwrite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_BlendMode": 15 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "d84ae5dbd3294684a8fc2c36496dd6cf", + "m_Group": { + "m_Id": "4a4ae19f0455429dba10b0e04b60bcc1" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1319.2000732421875, + "y": 3571.19970703125, + "width": 208.0, + "height": 325.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "9cf3713a22d64e22bc78b995c8b97685" + }, + { + "m_Id": "983bbbc41c8d460fb476e55cc710c7eb" + }, + { + "m_Id": "c4d67011bc1e477089e06fbfe2670a86" + }, + { + "m_Id": "09da5de3eb524cac9f925ce9d9fc0c45" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d84bac1217834ea3961c89f04b8a0b24", + "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.Internal.BooleanShaderProperty", + "m_ObjectId": "d967553960a4413198ad698da0165562", + "m_Guid": { + "m_GuidSerialized": "c825bdf6-299e-41f9-a0d4-172f84e711ff" + }, + "m_Name": "CloverHighlightMode", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "CloverHighlightMode", + "m_DefaultReferenceName": "_CloverHighlightMode", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "da59834234b3417f89fca1c41cf2057e", + "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.GroupData", + "m_ObjectId": "da897f2d9faa4986820646a9294c7d36", + "m_Title": "Main light", + "m_Position": { + "x": -2793.60009765625, + "y": 300.800048828125 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "da8ac5f6673941c693b2b3d3ff67d694", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5155.2001953125, + "y": 4033.600341796875, + "width": 129.60009765625, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "3a6f175455a84f3f9f08dddff1ff8cfb" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f11b6288615441678eddd26dbaa2de48" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "dbad718a1c704181b0defd443004fcbe", + "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.UVMaterialSlot", + "m_ObjectId": "dbe8762a731f4ebbb3cf21f34fdcf589", + "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.CustomFunctionNode", + "m_ObjectId": "dbebec3ba078489e800d17aa4d6c4601", + "m_Group": { + "m_Id": "a29698e6c5404fc88e449e7c41e91466" + }, + "m_Name": "SampleTV (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2205.60009765625, + "y": 3103.19970703125, + "width": 213.60009765625, + "height": 325.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "7e67897b1be84c72a7dadece5c5ce358" + }, + { + "m_Id": "5c1dee5065d64646b880916e02d579d7" + }, + { + "m_Id": "afb84dfe725643ac98f00011c795c037" + }, + { + "m_Id": "45cc96a20fa5460ab6dd628dc0218494" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "SampleTV", + "m_FunctionSource": "2a36314700333c44c8bb14f85178aa0a", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dd957589098e42edaf8a95edd1098dbe", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "ddb227ba857946f18481c373ae642680", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1394.0001220703125, + "y": 2539.0, + "width": 187.0001220703125, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "b948e93b29f343688053dcde27c4d616" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "d967553960a4413198ad698da0165562" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "de8eaf2a64a040eda9e02f1ce64b8a18", + "m_Id": 5, + "m_DisplayName": "Midtone", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Midtone", + "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": "deb6e1a9337445e99ae3ed39fc23a092", + "m_Id": 1, + "m_DisplayName": "Opacity", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Opacity", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "df1612bbfe35409a946a7b72269579cc", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2740.800048828125, + "y": 2033.60009765625, + "width": 128.800048828125, + "height": 117.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "4dd5e007e6a24609a826957febd5ee29" + }, + { + "m_Id": "0d382574609a4846b17377a18ca80bf3" + }, + { + "m_Id": "65b64ad00483440980405f50b09916b5" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "dfe95b40ddc54e0880923ba8b0790d59", + "m_Id": 4, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "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.PropertyNode", + "m_ObjectId": "e00a8e1adb5a46a2a62a0e8ff5ed3a4a", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3447.199951171875, + "y": 2990.39990234375, + "width": 128.0, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "d14318148a904e7995d5c4736f2e52e1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "fd3c526b181d4f40818573e1ae9cb05c" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "e00ef74fb7a34e0b8283bed791f12603", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2740.800048828125, + "y": 2175.199951171875, + "width": 125.60009765625, + "height": 117.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "fc0378367ccb445f815d2866b43fad89" + }, + { + "m_Id": "2c5508e6d8ac404c867a330d74b1986c" + }, + { + "m_Id": "f1ef24ee07e24518b96c1d6c5d792638" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e04cf4eb9baa4ab1839bfb5375ea1452", + "m_Id": 2, + "m_DisplayName": "Framerate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Framerate", + "m_StageCapability": 3, + "m_Value": 12.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "e0f6eb1b3e7f443299d8a429b5f4a9da", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -989.5999145507813, + "y": 459.1999816894531, + "width": 119.99993896484375, + "height": 33.600067138671878 + } + }, + "m_Slots": [ + { + "m_Id": "a8c91ce8eb694059806d12e0c1cff94e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "45efccb8863344f2aab053f465ddfabb" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e13cba70c03f44ee8d1db19341e9b338", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "e1bddf31ad074959b0ed7804a638f129", + "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.PropertyNode", + "m_ObjectId": "e266db7921cf49a58998741a7e57f8e3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1086.0, + "y": 2972.0, + "width": 145.00006103515626, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "96808e77537246d088f9edba5c573841" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "0019f40ef1c4426b954eb1b84a9be3bf" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e26b76ec770347fca12244b48348e883", + "m_Id": 0, + "m_DisplayName": "GlitchOffsetMultiplier", + "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.BooleanMaterialSlot", + "m_ObjectId": "e2797c541e244a62b27f1a133cbc44ce", + "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.UVMaterialSlot", + "m_ObjectId": "e3c371676f9946b5aa39ed0de6b0d04f", + "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": "e3c561ac527f4bcba59523e7d7c5917d", + "m_Id": 3, + "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.Vector1MaterialSlot", + "m_ObjectId": "e41ed6482a974aef981502d7aa6ee608", + "m_Id": 1, + "m_DisplayName": "G", + "m_SlotType": 0, + "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": "e4223034b93144049b3a9275c375ae21", + "m_Id": 1, + "m_DisplayName": "PosterizedTime", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "PosterizedTime", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e58db7fa776749d18de451b5d52db688", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.10000000149011612, + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.ShaderKeyword", + "m_ObjectId": "e5a71d711c86416886b209ec634fe2f6", + "m_Guid": { + "m_GuidSerialized": "2d4a7eb1-5095-4e3c-a08a-ec0e0b786285" + }, + "m_Name": "Additional Shadows", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Additional Shadows", + "m_DefaultReferenceName": "_ADDITIONAL_SHADOWS", + "m_OverrideReferenceName": "ADDITIONAL_LIGHT_CALCULATE_SHADOWS", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_KeywordType": 0, + "m_KeywordDefinition": 1, + "m_KeywordScope": 0, + "m_KeywordStages": 63, + "m_Entries": [], + "m_Value": 1, + "m_IsEditable": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "e6846e0ea10f40a5bf668aed07481365", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3497.60009765625, + "y": 3217.60009765625, + "width": 177.60009765625, + "height": 33.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "1623399ba1324a7cbbf4dd9cf6b2da65" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "37e8379b9ef441128077533e300662fc" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "e6a312078a0d476db0e391212e0f04b9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3627.199951171875, + "y": 2031.199951171875, + "width": 128.7998046875, + "height": 117.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "a931851097164ac8829dc30a83a6e628" + }, + { + "m_Id": "1e93cc09aaf4492bbaeb8eec962c3b42" + }, + { + "m_Id": "72997e42409d440cb739f5dced735376" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e76c3ecd6da44055ada5a234a997764b", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 4000.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e84a0b024f6f45ceaa090d365e16560e", + "m_Id": 0, + "m_DisplayName": "ChannelChangeFac", + "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": "e8b018ca3a8e4f1582cf24da2b94ea39", + "m_Guid": { + "m_GuidSerialized": "8dc27202-766b-44f2-8384-5790cff2085b" + }, + "m_Name": "LoThreshold", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "LoThreshold", + "m_DefaultReferenceName": "_LoThreshold", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.4000000059604645, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e8f4ef95c825413da5b2573fd76c8a15", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "ea7e0cbab979493fa2954bac79b32d07", + "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.Vector1MaterialSlot", + "m_ObjectId": "eb1c0d72964144d5bd532909934c03ab", + "m_Id": 1, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.5, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "eb306b6242ce410d88f6e6697f121bcf", + "m_Id": 1, + "m_DisplayName": "Edge2", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge2", + "m_StageCapability": 3, + "m_Value": { + "x": 0.15000000596046449, + "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.MultiplyNode", + "m_ObjectId": "eb3cb71c79374ebaad8f02d856d10d61", + "m_Group": { + "m_Id": "92c835412f214378812d09dbc2f818f1" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2905.599853515625, + "y": 3916.0, + "width": 128.7998046875, + "height": 117.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "5ffad871080f450d8f936aa2f245cafb" + }, + { + "m_Id": "21c397a4275645578b9463bb862132f4" + }, + { + "m_Id": "02604ee99abe46c89d85c5199e0e8483" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ebeb6fc63e064263b3c54b4c6a6aac94", + "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.PropertyNode", + "m_ObjectId": "ee4e44cbab79423d98b4a02f25456573", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3512.0, + "y": 3150.39990234375, + "width": 185.599853515625, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "e26b76ec770347fca12244b48348e883" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "7a26d3b622764816a69e1443d745b31b" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f0b342e9f13d4079bff75194421a39a8", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "f0f96cb35f384a8b8a4018b60f9326be", + "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.Internal.Vector1ShaderProperty", + "m_ObjectId": "f11b6288615441678eddd26dbaa2de48", + "m_Guid": { + "m_GuidSerialized": "41a50b8d-5526-4d53-b767-61923935d44f" + }, + "m_Name": "Framerate", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Framerate", + "m_DefaultReferenceName": "_Framerate", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 12.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f14a9fb390ab4c5da02460b94ec3d9fa", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 2.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f1ef24ee07e24518b96c1d6c5d792638", + "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": "f316b89f7c224020b99ee0358641a664", + "m_Group": { + "m_Id": "306b61b0ddc843999a654e1676a84543" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3156.0, + "y": 3548.000244140625, + "width": 129.599853515625, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "67ebe8f24b034527a092288266c5ed8f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f11b6288615441678eddd26dbaa2de48" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f4c634a5c1c34e3ab49c447bb92ab84c", + "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": "f4e4344b19cd495c9176cc2d47a04006", + "m_Id": 0, + "m_DisplayName": "UVRotation", + "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": "f59fb110d5d44053a3658f5dd2f42a24", + "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.TilingAndOffsetNode", + "m_ObjectId": "f6d5c7160e464382a427e1f304c4afc5", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3701.599853515625, + "y": 2532.800048828125, + "width": 208.0, + "height": 325.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "60b932a440754786b794b1cd942f26d8" + }, + { + "m_Id": "c56081924a334a188953c9bb5169206c" + }, + { + "m_Id": "dbad718a1c704181b0defd443004fcbe" + }, + { + "m_Id": "a598b4574e90460eb978570c0b13bd41" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "f7799d2969664bafb5b2bb91b8ca17cc", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "fabe0ee37b8d40b990370b65aae7bf97", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.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": "fabfd88858f94391b65f5688c28270e3", + "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": "fb71992c873149b4b10a5896f55364dd", + "m_Group": { + "m_Id": "b1bbb20c3a754a879cd526bed8d58ace" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3588.0, + "y": 3184.0, + "width": 268.800048828125, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "87084a1e72104715a43bb3bcce6a8b71" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "85fc0885cf554f2dbaa16bf1df22e59a" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "fb9f5f18b24441558e69c355159cc1df", + "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.BranchNode", + "m_ObjectId": "fbf4efa96b214f98bc3a3ecfbbeda040", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1688.0001220703125, + "y": 2857.600341796875, + "width": 208.0, + "height": 325.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "e2797c541e244a62b27f1a133cbc44ce" + }, + { + "m_Id": "10a6027617bb4fd38bf947a54b3872da" + }, + { + "m_Id": "a43277ac44494f8c9cbfa8fc06dc3154" + }, + { + "m_Id": "48ae57e0ab584571bba43bc8a2dd37dd" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "fc0378367ccb445f815d2866b43fad89", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.05000000074505806, + "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": "fcca8ca8b4ef46f1b4a9b284dcd27f54", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "fd3c526b181d4f40818573e1ae9cb05c", + "m_Guid": { + "m_GuidSerialized": "8ab1ac50-cfdd-4691-9327-eaa5638b6faa" + }, + "m_Name": "GlitchSize", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "GlitchSize", + "m_DefaultReferenceName": "_GlitchSize", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.012000000104308129, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fd4ba8e747ff4d5b877b643fa1ef8e67", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "fdd9da2c16a0405289708270de8e0b31", + "m_Guid": { + "m_GuidSerialized": "1a7887df-a6cd-48a1-a5a4-06743a9374ad" + }, + "m_Name": "CCGlitchSize", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "CCGlitchSize", + "m_DefaultReferenceName": "_CCGlitchSize", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fe6aae03e60f4362b519cde086fefd45", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ff8611230dc84531a32e2b5a9bd1863c", + "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 + } +} + diff --git a/Assets/Shaders/SpecialToonShader.shadergraph.meta b/Assets/Shaders/SpecialToonShader.shadergraph.meta new file mode 100644 index 00000000..2684f32a --- /dev/null +++ b/Assets/Shaders/SpecialToonShader.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 243b542a89bd8b74fb5e58a9f7fa3e0e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/Shaders/Subgraphs/2DVectorNoise.shadersubgraph b/Assets/Shaders/Subgraphs/2DVectorNoise.shadersubgraph new file mode 100644 index 00000000..96a1896a --- /dev/null +++ b/Assets/Shaders/Subgraphs/2DVectorNoise.shadersubgraph @@ -0,0 +1,1194 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "0a1c239775734edb9c1a4aa46d6b25bc", + "m_Properties": [ + { + "m_Id": "7a2169a30063474cb56977c693f2810c" + }, + { + "m_Id": "fb25c372ea0144b28819f857120abad7" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "bae843752e8a4507865b6d3b47c2e403" + } + ], + "m_Nodes": [ + { + "m_Id": "f1a253925b954ec2a42ca078519ac7a6" + }, + { + "m_Id": "18e726a26f8c4b1d8741e945bc7b1cd7" + }, + { + "m_Id": "197e489f6e424fd7a3c92775d9320d15" + }, + { + "m_Id": "9e99fb8131954b5fb851c6ad1a95e033" + }, + { + "m_Id": "dd7144392001482ab13f4d8b40bcc0da" + }, + { + "m_Id": "51839906a8a24d388129d1b92b63475a" + }, + { + "m_Id": "3a2095ef27f24dfa9af1a0dadb4d88b7" + }, + { + "m_Id": "98cbd60c5c1245fe9f14b71c74113593" + }, + { + "m_Id": "90999d71e0564db4aca695f6b90144d4" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "18e726a26f8c4b1d8741e945bc7b1cd7" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "90999d71e0564db4aca695f6b90144d4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "197e489f6e424fd7a3c92775d9320d15" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "98cbd60c5c1245fe9f14b71c74113593" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3a2095ef27f24dfa9af1a0dadb4d88b7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9e99fb8131954b5fb851c6ad1a95e033" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "51839906a8a24d388129d1b92b63475a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3a2095ef27f24dfa9af1a0dadb4d88b7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "51839906a8a24d388129d1b92b63475a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "90999d71e0564db4aca695f6b90144d4" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "51839906a8a24d388129d1b92b63475a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "98cbd60c5c1245fe9f14b71c74113593" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "90999d71e0564db4aca695f6b90144d4" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9e99fb8131954b5fb851c6ad1a95e033" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "98cbd60c5c1245fe9f14b71c74113593" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9e99fb8131954b5fb851c6ad1a95e033" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9e99fb8131954b5fb851c6ad1a95e033" + }, + "m_SlotId": 5 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f1a253925b954ec2a42ca078519ac7a6" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dd7144392001482ab13f4d8b40bcc0da" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "18e726a26f8c4b1d8741e945bc7b1cd7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dd7144392001482ab13f4d8b40bcc0da" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "197e489f6e424fd7a3c92775d9320d15" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dd7144392001482ab13f4d8b40bcc0da" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3a2095ef27f24dfa9af1a0dadb4d88b7" + }, + "m_SlotId": 0 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 0.0, + "y": 0.0 + }, + "m_Blocks": [] + }, + "m_FragmentContext": { + "m_Position": { + "x": 0.0, + "y": 0.0 + }, + "m_Blocks": [] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Sub Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "f1a253925b954ec2a42ca078519ac7a6" + }, + "m_ActiveTargets": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "100fee8ce15847cfa13bada4aba29d53", + "m_Id": 1, + "m_DisplayName": "Center", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Center", + "m_StageCapability": 3, + "m_Value": { + "x": 0.5, + "y": 0.5 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "11835f41ae0748b0a18b44ef70257502", + "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.RotateNode", + "m_ObjectId": "18e726a26f8c4b1d8741e945bc7b1cd7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Rotate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -272.99993896484377, + "y": 109.0, + "width": 163.99993896484376, + "height": 177.0 + } + }, + "m_Slots": [ + { + "m_Id": "b1f04f56325e48ba9500be9716599603" + }, + { + "m_Id": "100fee8ce15847cfa13bada4aba29d53" + }, + { + "m_Id": "e3b5f5dba7e441a58af7ae4f3793ca54" + }, + { + "m_Id": "11835f41ae0748b0a18b44ef70257502" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Unit": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RotateNode", + "m_ObjectId": "197e489f6e424fd7a3c92775d9320d15", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Rotate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -272.99993896484377, + "y": -91.0, + "width": 163.99993896484376, + "height": 177.0 + } + }, + "m_Slots": [ + { + "m_Id": "84c267e6363845dc9940544151c79020" + }, + { + "m_Id": "8573ae47914545c9b40e2e1b74e29407" + }, + { + "m_Id": "c117aa413d674b9a8324d784828af422" + }, + { + "m_Id": "d938d88b1062497980b15b8b2e3e501c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Unit": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3a0721bdb41c43e598917578dd0fa00d", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.GradientNoiseNode", + "m_ObjectId": "3a2095ef27f24dfa9af1a0dadb4d88b7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Gradient Noise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -90.99999237060547, + "y": -277.0, + "width": 147.00003051757813, + "height": 153.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "81e1922ee4b2424396c944d2fffac62b" + }, + { + "m_Id": "9394652a5747444b8dba007a15029c26" + }, + { + "m_Id": "6103cf940bb844e484ffabf0dacb3207" + } + ], + "synonyms": [ + "perlin noise" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_HashType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "481897a744f34525a8c05a0dfb71350e", + "m_Id": 2, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4d393c112fbc4d6fa994e114ffbdbb90", + "m_Id": 0, + "m_DisplayName": "Scale", + "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": "51839906a8a24d388129d1b92b63475a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -316.0775146484375, + "y": -300.2074890136719, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "4d393c112fbc4d6fa994e114ffbdbb90" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "fb25c372ea0144b28819f857120abad7" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "53d8226577604e99930c9d9795b7bdf8", + "m_Id": 1, + "m_DisplayName": "G", + "m_SlotType": 0, + "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": "6103cf940bb844e484ffabf0dacb3207", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", + "m_ObjectId": "7a2169a30063474cb56977c693f2810c", + "m_Guid": { + "m_GuidSerialized": "3f073a34-fd1a-409d-99cf-723b47c38c37" + }, + "m_Name": "UV", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "UV", + "m_DefaultReferenceName": "_UV", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7ac8d1a13ac94372811af67e49329297", + "m_Id": 0, + "m_DisplayName": "R", + "m_SlotType": 0, + "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.UVMaterialSlot", + "m_ObjectId": "81e1922ee4b2424396c944d2fffac62b", + "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.UVMaterialSlot", + "m_ObjectId": "84c267e6363845dc9940544151c79020", + "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.Vector2MaterialSlot", + "m_ObjectId": "8573ae47914545c9b40e2e1b74e29407", + "m_Id": 1, + "m_DisplayName": "Center", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Center", + "m_StageCapability": 3, + "m_Value": { + "x": 0.5, + "y": 0.5 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.GradientNoiseNode", + "m_ObjectId": "90999d71e0564db4aca695f6b90144d4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Gradient Noise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -90.99998474121094, + "y": 108.99996948242188, + "width": 147.00003051757813, + "height": 153.0 + } + }, + "m_Slots": [ + { + "m_Id": "e3947ab95cdd47cf838f6f109f2d25a3" + }, + { + "m_Id": "c4ce2692c11e44eaa5504076c807db42" + }, + { + "m_Id": "3a0721bdb41c43e598917578dd0fa00d" + } + ], + "synonyms": [ + "perlin noise" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_HashType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "92d9267046e24181950e0fa67c454f0c", + "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": "9394652a5747444b8dba007a15029c26", + "m_Id": 1, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Scale", + "m_StageCapability": 3, + "m_Value": 10.0, + "m_DefaultValue": 10.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.GradientNoiseNode", + "m_ObjectId": "98cbd60c5c1245fe9f14b71c74113593", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Gradient Noise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -90.99998474121094, + "y": -91.0000228881836, + "width": 147.00003051757813, + "height": 153.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "f334f294ba7e4aa190fde0a5e7e06d8a" + }, + { + "m_Id": "a7ec2b68747f4e5a9bd6f648f9ad3f25" + }, + { + "m_Id": "92d9267046e24181950e0fa67c454f0c" + } + ], + "synonyms": [ + "perlin noise" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_HashType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CombineNode", + "m_ObjectId": "9e99fb8131954b5fb851c6ad1a95e033", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Combine", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 87.0, + "y": -160.999755859375, + "width": 208.0, + "height": 349.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "7ac8d1a13ac94372811af67e49329297" + }, + { + "m_Id": "53d8226577604e99930c9d9795b7bdf8" + }, + { + "m_Id": "481897a744f34525a8c05a0dfb71350e" + }, + { + "m_Id": "abbf7074250846e29c8546a785769835" + }, + { + "m_Id": "a3a44a72013942f18f837c357aa53816" + }, + { + "m_Id": "fa367678455f42a5bb67ca1d9691b531" + }, + { + "m_Id": "dfd8aef114774f269bc4bdb42f5b93ed" + } + ], + "synonyms": [ + "append" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "a3a44a72013942f18f837c357aa53816", + "m_Id": 4, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "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": "a7ec2b68747f4e5a9bd6f648f9ad3f25", + "m_Id": 1, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Scale", + "m_StageCapability": 3, + "m_Value": 10.0, + "m_DefaultValue": 10.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "abbf7074250846e29c8546a785769835", + "m_Id": 3, + "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.UVMaterialSlot", + "m_ObjectId": "b1f04f56325e48ba9500be9716599603", + "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.CategoryData", + "m_ObjectId": "bae843752e8a4507865b6d3b47c2e403", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "7a2169a30063474cb56977c693f2810c" + }, + { + "m_Id": "fb25c372ea0144b28819f857120abad7" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c117aa413d674b9a8324d784828af422", + "m_Id": 2, + "m_DisplayName": "Rotation", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Rotation", + "m_StageCapability": 3, + "m_Value": 132.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c4ce2692c11e44eaa5504076c807db42", + "m_Id": 1, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Scale", + "m_StageCapability": 3, + "m_Value": 10.0, + "m_DefaultValue": 10.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "d938d88b1062497980b15b8b2e3e501c", + "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": "dd7144392001482ab13f4d8b40bcc0da", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -609.0, + "y": -68.99999237060547, + "width": 93.0, + "height": 34.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "f95e96ef2bae4033b408148ad90d3182" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "7a2169a30063474cb56977c693f2810c" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "dfd8aef114774f269bc4bdb42f5b93ed", + "m_Id": 6, + "m_DisplayName": "RG", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RG", + "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.Vector3MaterialSlot", + "m_ObjectId": "e2d60e0376c24b4097b90f0e5c996d9a", + "m_Id": 1, + "m_DisplayName": "Out_Vector3", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutVector3", + "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.UVMaterialSlot", + "m_ObjectId": "e3947ab95cdd47cf838f6f109f2d25a3", + "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": "e3b5f5dba7e441a58af7ae4f3793ca54", + "m_Id": 2, + "m_DisplayName": "Rotation", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Rotation", + "m_StageCapability": 3, + "m_Value": 232.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubGraphOutputNode", + "m_ObjectId": "f1a253925b954ec2a42ca078519ac7a6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Output", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 391.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "e2d60e0376c24b4097b90f0e5c996d9a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "IsFirstSlotValid": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "f334f294ba7e4aa190fde0a5e7e06d8a", + "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.Vector2MaterialSlot", + "m_ObjectId": "f95e96ef2bae4033b408148ad90d3182", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "fa367678455f42a5bb67ca1d9691b531", + "m_Id": 5, + "m_DisplayName": "RGB", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGB", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "fb25c372ea0144b28819f857120abad7", + "m_Guid": { + "m_GuidSerialized": "308c9d89-48b7-46fa-80c2-4c72cc0a1910" + }, + "m_Name": "Scale", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Scale", + "m_DefaultReferenceName": "_Scale", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + diff --git a/Assets/Shaders/Subgraphs/2DVectorNoise.shadersubgraph.meta b/Assets/Shaders/Subgraphs/2DVectorNoise.shadersubgraph.meta new file mode 100644 index 00000000..782f430e --- /dev/null +++ b/Assets/Shaders/Subgraphs/2DVectorNoise.shadersubgraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 1b48f02abb176de40b97c3ee8bcae138 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 60072b568d64c40a485e0fc55012dc9f, type: 3} diff --git a/Assets/Shaders/Subgraphs/3DValueNoise.shadersubgraph b/Assets/Shaders/Subgraphs/3DValueNoise.shadersubgraph new file mode 100644 index 00000000..ffb9cfb8 --- /dev/null +++ b/Assets/Shaders/Subgraphs/3DValueNoise.shadersubgraph @@ -0,0 +1,1116 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "aff1abb3dfff4d1092f8dfb1e2b53f07", + "m_Properties": [ + { + "m_Id": "28f2ead88f8c47cb8097663844d20ffc" + }, + { + "m_Id": "63c28bf917454915baa8b917901fdc72" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "1a5a236e8af547f0a670c7f4c29b0624" + } + ], + "m_Nodes": [ + { + "m_Id": "a9a4059b7d03411c80b496508a85cb75" + }, + { + "m_Id": "d0c98206442448bd900840bc894abd5b" + }, + { + "m_Id": "2794d8233dba40bab2a1c373a0629afd" + }, + { + "m_Id": "059bfedf528a4219ae31524d1daa6322" + }, + { + "m_Id": "7b2bf539df264cecb221bec9d32d32fc" + }, + { + "m_Id": "416da3861a12403eaec02e81628a8d45" + }, + { + "m_Id": "03514bcec758453492029ca2c904ba42" + }, + { + "m_Id": "05d2eb3a5f6f499cb4d5ac48c0448a50" + }, + { + "m_Id": "d1cf008bea204e5da1ddb5dbad6aad58" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "03514bcec758453492029ca2c904ba42" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "416da3861a12403eaec02e81628a8d45" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "059bfedf528a4219ae31524d1daa6322" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "03514bcec758453492029ca2c904ba42" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "05d2eb3a5f6f499cb4d5ac48c0448a50" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2794d8233dba40bab2a1c373a0629afd" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "05d2eb3a5f6f499cb4d5ac48c0448a50" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d0c98206442448bd900840bc894abd5b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2794d8233dba40bab2a1c373a0629afd" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7b2bf539df264cecb221bec9d32d32fc" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "416da3861a12403eaec02e81628a8d45" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a9a4059b7d03411c80b496508a85cb75" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7b2bf539df264cecb221bec9d32d32fc" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "03514bcec758453492029ca2c904ba42" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d0c98206442448bd900840bc894abd5b" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "059bfedf528a4219ae31524d1daa6322" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d1cf008bea204e5da1ddb5dbad6aad58" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "059bfedf528a4219ae31524d1daa6322" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d1cf008bea204e5da1ddb5dbad6aad58" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7b2bf539df264cecb221bec9d32d32fc" + }, + "m_SlotId": 1 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 0.0, + "y": 0.0 + }, + "m_Blocks": [] + }, + "m_FragmentContext": { + "m_Position": { + "x": 0.0, + "y": 0.0 + }, + "m_Blocks": [] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Sub Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "a9a4059b7d03411c80b496508a85cb75" + }, + "m_ActiveTargets": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "03514bcec758453492029ca2c904ba42", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 14.0, + "y": -58.99993896484375, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "03bd5f521161465c9c25f8a31085c536" + }, + { + "m_Id": "f2ab4219a7134020a43bf5b40292861c" + }, + { + "m_Id": "38b07cee96b2459c987c5cf39a4f9152" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "03bd5f521161465c9c25f8a31085c536", + "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.NoiseNode", + "m_ObjectId": "059bfedf528a4219ae31524d1daa6322", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Simple Noise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -144.0, + "y": -152.99996948242188, + "width": 147.0, + "height": 153.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "60e3b10ee15d437d9b769a0b9059a3b2" + }, + { + "m_Id": "126056b94c4c4e75a3a765969ed6eb20" + }, + { + "m_Id": "49739ffe8f9e4041bf398e5881792469" + } + ], + "synonyms": [ + "value noise" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_HashType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "05d2eb3a5f6f499cb4d5ac48c0448a50", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -431.0, + "y": 0.0000457763671875, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "d7cf2d18f65c4afe9db562a6dddc0dc7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "28f2ead88f8c47cb8097663844d20ffc" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "126056b94c4c4e75a3a765969ed6eb20", + "m_Id": 1, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Scale", + "m_StageCapability": 3, + "m_Value": 500.0, + "m_DefaultValue": 500.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "1a5a236e8af547f0a670c7f4c29b0624", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "28f2ead88f8c47cb8097663844d20ffc" + }, + { + "m_Id": "63c28bf917454915baa8b917901fdc72" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "1a837fb05d2c41c48dbc4206cb09699e", + "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": "267366c0722844ffbe3c4e4e08d911e8", + "m_Id": 0, + "m_DisplayName": "Scale", + "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.SwizzleNode", + "m_ObjectId": "2794d8233dba40bab2a1c373a0629afd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Swizzle", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -281.0, + "y": 0.00006103515625, + "width": 132.0, + "height": 122.0 + } + }, + "m_Slots": [ + { + "m_Id": "b830bb46e3da4107aa299a369b361bdb" + }, + { + "m_Id": "edc51fcce1ee4524a12cd8fce835f350" + } + ], + "synonyms": [ + "swap", + "reorder", + "component mask" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "_maskInput": "zy", + "convertedMask": "zy" +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector3ShaderProperty", + "m_ObjectId": "28f2ead88f8c47cb8097663844d20ffc", + "m_Guid": { + "m_GuidSerialized": "2c2621bf-306a-4e98-a812-63ce91fec70c" + }, + "m_Name": "Position", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Position", + "m_DefaultReferenceName": "_Position", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "38b07cee96b2459c987c5cf39a4f9152", + "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": "39cc98fc6d3b465388797532d1e5b949", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.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.MultiplyNode", + "m_ObjectId": "416da3861a12403eaec02e81628a8d45", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 152.0, + "y": -58.99993896484375, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "72a7e3f594bd408eb688f963359b77f6" + }, + { + "m_Id": "39cc98fc6d3b465388797532d1e5b949" + }, + { + "m_Id": "77015bf677944ee7b4ce20e389161d8a" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "49739ffe8f9e4041bf398e5881792469", + "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": "5165f280e9954dd69a92945ccbdd4d63", + "m_Id": 1, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Scale", + "m_StageCapability": 3, + "m_Value": 500.0, + "m_DefaultValue": 500.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "554c883ed8c4433f88088ada6a994c69", + "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": "60e3b10ee15d437d9b769a0b9059a3b2", + "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.Internal.Vector1ShaderProperty", + "m_ObjectId": "63c28bf917454915baa8b917901fdc72", + "m_Guid": { + "m_GuidSerialized": "fc7db384-bc97-4b23-8bab-48494e914df0" + }, + "m_Name": "Scale", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Scale", + "m_DefaultReferenceName": "_Scale", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 500.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "72a7e3f594bd408eb688f963359b77f6", + "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": "77015bf677944ee7b4ce20e389161d8a", + "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.NoiseNode", + "m_ObjectId": "7b2bf539df264cecb221bec9d32d32fc", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Simple Noise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -144.0, + "y": 0.00006103515625, + "width": 147.0, + "height": 152.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "1a837fb05d2c41c48dbc4206cb09699e" + }, + { + "m_Id": "5165f280e9954dd69a92945ccbdd4d63" + }, + { + "m_Id": "7c62a33461ce4423bf2f529321f2d68d" + } + ], + "synonyms": [ + "value noise" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_HashType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7c62a33461ce4423bf2f529321f2d68d", + "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.Vector2MaterialSlot", + "m_ObjectId": "7fb183a6aa8d43aaa765a9536ab8b1d7", + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a3affdf0021642db8b65f2bad3622af2", + "m_Id": 1, + "m_DisplayName": "Out_Vector1", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutVector1", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubGraphOutputNode", + "m_ObjectId": "a9a4059b7d03411c80b496508a85cb75", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Output", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 415.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "a3affdf0021642db8b65f2bad3622af2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "IsFirstSlotValid": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b830bb46e3da4107aa299a369b361bdb", + "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.SwizzleNode", + "m_ObjectId": "d0c98206442448bd900840bc894abd5b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Swizzle", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -281.0, + "y": -122.0, + "width": 132.0, + "height": 122.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "554c883ed8c4433f88088ada6a994c69" + }, + { + "m_Id": "7fb183a6aa8d43aaa765a9536ab8b1d7" + } + ], + "synonyms": [ + "swap", + "reorder", + "component mask" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "_maskInput": "xy", + "convertedMask": "xy" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "d1cf008bea204e5da1ddb5dbad6aad58", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -253.0, + "y": 136.0, + "width": 104.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "267366c0722844ffbe3c4e4e08d911e8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "63c28bf917454915baa8b917901fdc72" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "d7cf2d18f65c4afe9db562a6dddc0dc7", + "m_Id": 0, + "m_DisplayName": "Position", + "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.Vector2MaterialSlot", + "m_ObjectId": "edc51fcce1ee4524a12cd8fce835f350", + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f2ab4219a7134020a43bf5b40292861c", + "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 + } +} + diff --git a/Assets/Shaders/Subgraphs/3DValueNoise.shadersubgraph.meta b/Assets/Shaders/Subgraphs/3DValueNoise.shadersubgraph.meta new file mode 100644 index 00000000..4d1b9d1e --- /dev/null +++ b/Assets/Shaders/Subgraphs/3DValueNoise.shadersubgraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c020033605f16f940a6c593603b4128e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 60072b568d64c40a485e0fc55012dc9f, type: 3} diff --git a/Assets/Shaders/TestFullscreen.shadergraph b/Assets/Shaders/TestFullscreen.shadergraph new file mode 100644 index 00000000..7c026690 --- /dev/null +++ b/Assets/Shaders/TestFullscreen.shadergraph @@ -0,0 +1,1011 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "a95eab04c2ec4bcf96593e34f9569ef8", + "m_Properties": [ + { + "m_Id": "61f7d09bf73643f69bcdf3e2d79f0208" + }, + { + "m_Id": "47bd0fe91e9d45e39c3cbc677c1a2558" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "ac16cd49ee414bc4909b4b86520ccb4e" + } + ], + "m_Nodes": [ + { + "m_Id": "7971adefd91e4c2fbbc2b32e1b47c800" + }, + { + "m_Id": "eddad20b74e44580ae9927469fd7d8f9" + }, + { + "m_Id": "c6d76aee34144a918e892f255350fb67" + }, + { + "m_Id": "70188e9e1d40432ea2479b5a495234e4" + }, + { + "m_Id": "5b3deb9c8d684100bb79446988af2fbf" + }, + { + "m_Id": "b3ad655d0af54fe6abb2ea820d4fbf1a" + }, + { + "m_Id": "b9bda1eb3d704534a3de9d8fb69e21f6" + }, + { + "m_Id": "57496b87bdd94de5a0632a218cec4722" + }, + { + "m_Id": "9672082a8b084f58a5c4535e0ca9d4aa" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "57496b87bdd94de5a0632a218cec4722" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b9bda1eb3d704534a3de9d8fb69e21f6" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9672082a8b084f58a5c4535e0ca9d4aa" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7971adefd91e4c2fbbc2b32e1b47c800" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b3ad655d0af54fe6abb2ea820d4fbf1a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c6d76aee34144a918e892f255350fb67" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c6d76aee34144a918e892f255350fb67" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5b3deb9c8d684100bb79446988af2fbf" + }, + "m_SlotId": 0 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 0.0, + "y": 0.0 + }, + "m_Blocks": [] + }, + "m_FragmentContext": { + "m_Position": { + "x": 0.0, + "y": 200.0 + }, + "m_Blocks": [ + { + "m_Id": "7971adefd91e4c2fbbc2b32e1b47c800" + }, + { + "m_Id": "eddad20b74e44580ae9927469fd7d8f9" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_ActiveTargets": [ + { + "m_Id": "88f9c2d9611e40d9a0679ebd28071b0a" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "22d3df6222ea4e138535a50ec1f58dd5", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "28c084fbf1db46e9b1a73b4c2b74ca3a", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "35f18c7723e7486dacf44b78eb229ea4", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalFullscreenSubTarget", + "m_ObjectId": "36bb2b229930491c8ca1506f257b9185" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "3be4550dd5c744cf98c94e59841b52c2", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "40e659bf2067461594652f2532e05ced", + "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.Texture2DInputMaterialSlot", + "m_ObjectId": "41e5c7ec97144e819cf81d6f979be15c", + "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": "42ff9ed5a5b7407c9364b21f788711cc", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "47bd0fe91e9d45e39c3cbc677c1a2558", + "m_Guid": { + "m_GuidSerialized": "4c1f740c-ab66-4abb-9869-5a8e4d4bdf23" + }, + "m_Name": "_NormalsBuffer", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "_NormalsBuffer", + "m_DefaultReferenceName": "_NormalsBuffer", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "57496b87bdd94de5a0632a218cec4722", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -750.4000244140625, + "y": -336.0000305175781, + "width": 144.79998779296876, + "height": 127.19999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "42ff9ed5a5b7407c9364b21f788711cc" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "598cc903f73d4008993f04a34608866c", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "5b3deb9c8d684100bb79446988af2fbf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -453.0, + "y": 77.99998474121094, + "width": 208.0, + "height": 278.0 + } + }, + "m_Slots": [ + { + "m_Id": "84f8053fb56b4a129d9e60c0bb0f4414" + }, + { + "m_Id": "40e659bf2067461594652f2532e05ced" + } + ], + "synonyms": [ + "complement", + "invert", + "opposite" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "61f7d09bf73643f69bcdf3e2d79f0208", + "m_Guid": { + "m_GuidSerialized": "85105a5e-1a54-4889-b4e2-6ad655e892eb" + }, + "m_Name": "_MainTex", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "_MainTex", + "m_DefaultReferenceName": "_MainTex", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "68b0c9bc7c92482b9dfa5fa893cfbe62", + "m_Id": 0, + "m_DisplayName": "_NormalsBuffer", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "6f2afd19fd7142dca1e6bf3705b77b74", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "70188e9e1d40432ea2479b5a495234e4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -845.5999755859375, + "y": 78.40001678466797, + "width": 133.5999755859375, + "height": 33.599998474121097 + } + }, + "m_Slots": [ + { + "m_Id": "9bdefafe6ddb48bb9e79d6b2ee676558" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "61f7d09bf73643f69bcdf3e2d79f0208" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "7971adefd91e4c2fbbc2b32e1b47c800", + "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": "9e03e145b5ec4699ba1b5da7ebc092f5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "7fa5e2439e1b4988aa1d0573d44ce11a", + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "806c98d260ad4ad1a518eb8a63adf151", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "841badf39bd844f682dbbd7b8ad5de19", + "m_Id": 1, + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "84f8053fb56b4a129d9e60c0bb0f4414", + "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": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "88f9c2d9611e40d9a0679ebd28071b0a", + "m_Datas": [ + { + "m_Id": "d1c114e4d17d4cf0ab6ea9648ab2e038" + } + ], + "m_ActiveSubTarget": { + "m_Id": "36bb2b229930491c8ca1506f257b9185" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 0, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 2, + "m_AlphaClip": false, + "m_CastShadows": true, + "m_ReceiveShadows": true, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SceneDepthNode", + "m_ObjectId": "9672082a8b084f58a5c4535e0ca9d4aa", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Scene Depth", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -573.338134765625, + "y": -102.74215698242188, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "a5413b3d4ef3430dac384e35dac143bf" + }, + { + "m_Id": "841badf39bd844f682dbbd7b8ad5de19" + } + ], + "synonyms": [ + "zbuffer", + "zdepth" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_DepthSamplingMode": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "9bdefafe6ddb48bb9e79d6b2ee676558", + "m_Id": 0, + "m_DisplayName": "_MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "9e03e145b5ec4699ba1b5da7ebc092f5", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.8773584961891174, + "y": 0.0, + "z": 0.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.ScreenPositionMaterialSlot", + "m_ObjectId": "a5413b3d4ef3430dac384e35dac143bf", + "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, + "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.CategoryData", + "m_ObjectId": "ac16cd49ee414bc4909b4b86520ccb4e", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "61f7d09bf73643f69bcdf3e2d79f0208" + }, + { + "m_Id": "47bd0fe91e9d45e39c3cbc677c1a2558" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "b3ad655d0af54fe6abb2ea820d4fbf1a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -876.7999877929688, + "y": 112.00001525878906, + "width": 164.79998779296876, + "height": 33.59999084472656 + } + }, + "m_Slots": [ + { + "m_Id": "68b0c9bc7c92482b9dfa5fa893cfbe62" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "47bd0fe91e9d45e39c3cbc677c1a2558" + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "b9bda1eb3d704534a3de9d8fb69e21f6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "GetNormal (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -593.5999755859375, + "y": -336.0, + "width": 216.79998779296876, + "height": 277.6000061035156 + } + }, + "m_Slots": [ + { + "m_Id": "7fa5e2439e1b4988aa1d0573d44ce11a" + }, + { + "m_Id": "ec8a98173711429ebf4db267d3f3092c" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "GetNormal", + "m_FunctionSource": "da84dc9abbbf4b340be98de06211ab2c", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "c6d76aee34144a918e892f255350fb67", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -693.5999755859375, + "y": 78.40001678466797, + "width": 208.0, + "height": 432.0000915527344 + } + }, + "m_Slots": [ + { + "m_Id": "3be4550dd5c744cf98c94e59841b52c2" + }, + { + "m_Id": "806c98d260ad4ad1a518eb8a63adf151" + }, + { + "m_Id": "598cc903f73d4008993f04a34608866c" + }, + { + "m_Id": "35f18c7723e7486dacf44b78eb229ea4" + }, + { + "m_Id": "28c084fbf1db46e9b1a73b4c2b74ca3a" + }, + { + "m_Id": "41e5c7ec97144e819cf81d6f979be15c" + }, + { + "m_Id": "6f2afd19fd7142dca1e6bf3705b77b74" + }, + { + "m_Id": "22d3df6222ea4e138535a50ec1f58dd5" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.Fullscreen.ShaderGraph.FullscreenData", + "m_ObjectId": "d1c114e4d17d4cf0ab6ea9648ab2e038", + "m_Version": 0, + "m_fullscreenMode": 0, + "m_BlendMode": 0, + "m_SrcColorBlendMode": 0, + "m_DstColorBlendMode": 1, + "m_ColorBlendOperation": 0, + "m_SrcAlphaBlendMode": 0, + "m_DstAlphaBlendMode": 1, + "m_AlphaBlendOperation": 0, + "m_EnableStencil": false, + "m_StencilReference": 0, + "m_StencilReadMask": 255, + "m_StencilWriteMask": 255, + "m_StencilCompareFunction": 8, + "m_StencilPassOperation": 0, + "m_StencilFailOperation": 0, + "m_StencilDepthFailOperation": 0, + "m_DepthWrite": false, + "m_depthWriteMode": 0, + "m_AllowMaterialOverride": false, + "m_DepthTestMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "ec8a98173711429ebf4db267d3f3092c", + "m_Id": 1, + "m_DisplayName": "Normal", + "m_SlotType": 1, + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "eddad20b74e44580ae9927469fd7d8f9", + "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": "f531282dc8a740e18ff13cccd5c431ac" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Alpha" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f531282dc8a740e18ff13cccd5c431ac", + "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": [] +} + diff --git a/Assets/Shaders/TestFullscreen.shadergraph.meta b/Assets/Shaders/TestFullscreen.shadergraph.meta new file mode 100644 index 00000000..972d7541 --- /dev/null +++ b/Assets/Shaders/TestFullscreen.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 78a0ab23badea71408d5d614e92deeb8 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/Shaders/ToonShader.shadergraph b/Assets/Shaders/ToonShader.shadergraph new file mode 100644 index 00000000..9b9ef8a5 --- /dev/null +++ b/Assets/Shaders/ToonShader.shadergraph @@ -0,0 +1,11490 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "d319c495e5d743d78ca9f6a4bfb83e8b", + "m_Properties": [ + { + "m_Id": "45efccb8863344f2aab053f465ddfabb" + }, + { + "m_Id": "06843691d0fe4058a555e98df0a6c127" + }, + { + "m_Id": "e8b018ca3a8e4f1582cf24da2b94ea39" + }, + { + "m_Id": "a070c26de7184a948ace6e6be9153a6d" + }, + { + "m_Id": "885700f66d084f409b888c1ae0d6aefc" + }, + { + "m_Id": "c911f60aa56c49fe8ee48739b7d6a4b7" + }, + { + "m_Id": "fe58b66b01cb451eb6980675449579b9" + }, + { + "m_Id": "3053018fc71e4deb8faaf0a93965b8d2" + }, + { + "m_Id": "a3ffc36d9d5e4522aa76c2c6e1ca8316" + }, + { + "m_Id": "5c4dae8fc96745b5af04a911518636cf" + }, + { + "m_Id": "f689ff15ca98493ab2c9ac370a494c90" + }, + { + "m_Id": "6f00017565554e03a359871ace386bd3" + } + ], + "m_Keywords": [ + { + "m_Id": "e5a71d711c86416886b209ec634fe2f6" + }, + { + "m_Id": "a9c5436a87be4b06afd14e618024c004" + }, + { + "m_Id": "0eef9d116d3b4975b9bd81200bf0bbb4" + }, + { + "m_Id": "a1669d731be94e2c83f4ee08f8a9f669" + }, + { + "m_Id": "b809fdc1f7e34de0b139821499ca0e23" + } + ], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "add220b505e74a1ea06ac805858fa8fe" + } + ], + "m_Nodes": [ + { + "m_Id": "7934d389d74d40da8657cd6d83d38935" + }, + { + "m_Id": "67074c7db931474f93a92686f1e963f0" + }, + { + "m_Id": "9d590a060a6245988f804fe7abc93a7b" + }, + { + "m_Id": "48bdfdf3936944fd964058d7ca97fe50" + }, + { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + { + "m_Id": "c4c68d8ca705469c972026a823e450fc" + }, + { + "m_Id": "2c7afe7a5bca4da2b5487ec2b8cc1a68" + }, + { + "m_Id": "60140b79161e4f1a9fb68c2199d5b866" + }, + { + "m_Id": "b297b130541c4d1a850308514552c1d6" + }, + { + "m_Id": "e0f6eb1b3e7f443299d8a429b5f4a9da" + }, + { + "m_Id": "77b1e60e512d47718fb704758014a610" + }, + { + "m_Id": "1c8a97e22b3942d2b7f721a7d81c1936" + }, + { + "m_Id": "c094a40cc5974c0b896dcb48bded72c1" + }, + { + "m_Id": "48bad0eb201446289a1e5aee55a38583" + }, + { + "m_Id": "3902ae0e5dd04f79a0b72f2d27eb193f" + }, + { + "m_Id": "cdd9ca5429304419a0925af5a8d75a81" + }, + { + "m_Id": "eb2e3c3f2afa44ca92909a8ccee409d1" + }, + { + "m_Id": "0d7862d2653c4a97a1d22b6b1ead5fa2" + }, + { + "m_Id": "3382de474ae7459ebbe4d514d252fa26" + }, + { + "m_Id": "215d119ee138468b86c378a0aaca0ff6" + }, + { + "m_Id": "cf749e94acd54dff9192a0b77c748aa0" + }, + { + "m_Id": "5379505dde134f9ebb88afb1608f2834" + }, + { + "m_Id": "d50cac20504c4d01a2b619b3715bff2c" + }, + { + "m_Id": "2d986bd12c8c4e8ba3ad79901595120a" + }, + { + "m_Id": "99feb7a226fe4bcf944fa6d764cfe05f" + }, + { + "m_Id": "acf230ebe8034843a3797d9a96d655b1" + }, + { + "m_Id": "4ef93afbc16846ae81fe3b3e0dfd61bd" + }, + { + "m_Id": "2c3057d07a124ff9b771a1f3fa3f0904" + }, + { + "m_Id": "88f82c9454d34c72828f6a8f7b2c349e" + }, + { + "m_Id": "f60d6ab8b84146afb435514903c6d1cd" + }, + { + "m_Id": "f7d085c614244bd48b3779486e273bde" + }, + { + "m_Id": "94ca6e0e3ae04c33aef2db607befada0" + }, + { + "m_Id": "440a244e090c4bf6b7cc49fc9d368761" + }, + { + "m_Id": "670e6af522834ec1b009aa98456479b4" + }, + { + "m_Id": "86f33ddd78114f38a614e79f2655d469" + }, + { + "m_Id": "70155f56f1094ef1b797de72216f9ec4" + }, + { + "m_Id": "0280e448522d49a998e1834693f326d5" + }, + { + "m_Id": "0e7de74460af4c429cbc0566a51e8f26" + }, + { + "m_Id": "8db29a0056a14cad8f8dfcce9d4bf246" + }, + { + "m_Id": "72d2c2f10bad43c0a0ddbe9591a6a8c8" + }, + { + "m_Id": "289d463f695e410db6c0676be43d343f" + }, + { + "m_Id": "5079017908d14026960dbc9d38ca181b" + }, + { + "m_Id": "16f92352e3314746b329b5afc8869d25" + }, + { + "m_Id": "133d4b1c6440453ba018b47fd16678fc" + }, + { + "m_Id": "71a524209af64a4f9aa99cc080faa085" + }, + { + "m_Id": "53037242c1784881bb7c90363c800f1a" + }, + { + "m_Id": "6d7bcade5ede4f03a96d21a6bf81558d" + }, + { + "m_Id": "89a8853145254f77a7bc7a583e08f23d" + }, + { + "m_Id": "51be11602a0f4d18962515555407cd1f" + }, + { + "m_Id": "3bc869d7c6e24e008a4d52ff0156ad8c" + }, + { + "m_Id": "4fcc45f53826483cb502dd5d9663571d" + }, + { + "m_Id": "5dac1d5981c2463b833f303740f12d29" + }, + { + "m_Id": "8ccc44d1b3df402c8b65016a609d9c87" + }, + { + "m_Id": "84df6e0e0d83490a9ad0fc95e8ba46e7" + }, + { + "m_Id": "018134f6d5a54a8384dd5d2a76ac1812" + }, + { + "m_Id": "34cb25568712491ca66430036ef63424" + }, + { + "m_Id": "15613ab2be0e401abde1ba5789439d5c" + }, + { + "m_Id": "fa0802a4cf064f2191d17b8e0e61a0bd" + }, + { + "m_Id": "3c3f17e37d4246439f6c094eca63db3b" + }, + { + "m_Id": "732c8ea94d3a45818a3c5c0f67bbe6a3" + }, + { + "m_Id": "ad34d3134a4b4176aa678be6b3156c60" + }, + { + "m_Id": "19085d19eae24327b87b7e92d3865581" + }, + { + "m_Id": "0c55445bbff54c169c3d6fc9c0a322f6" + }, + { + "m_Id": "e030b54fe8d047a8a29ccebadad30b48" + }, + { + "m_Id": "ee72886c0f6f4fdda552f19b51eb5958" + }, + { + "m_Id": "e79551bc6e0c42c286e2ac6bf7c06f58" + }, + { + "m_Id": "c007e9cb305342cd954ad70fe05b5816" + }, + { + "m_Id": "c78497f1e5e44be48cc422a21f719c75" + }, + { + "m_Id": "2a07ae5e5ad14fd4aaf1fbc6978d76d5" + }, + { + "m_Id": "ad29308c42eb469da38e4389fb769d4e" + }, + { + "m_Id": "f17f66608bed4885b61b5f139ae51be4" + }, + { + "m_Id": "5a425b0b9d194ec7bb02b38c77a697cf" + }, + { + "m_Id": "1b8382df5fba4baeab733fc828ab297a" + }, + { + "m_Id": "d2f07ecec0d84d61bc3e6d7492b69626" + }, + { + "m_Id": "b3fa9194b4ce493b858d9ed3000a011c" + }, + { + "m_Id": "5f1769122ebf4f8ca199f97ba1df9860" + }, + { + "m_Id": "9a49ab8b32fe4b78840bc3859fcc492a" + }, + { + "m_Id": "de3dbeae43654b8bb8379f6308db6a3b" + }, + { + "m_Id": "a101bae1444d4962baf7a97d3896b27f" + }, + { + "m_Id": "3683d8e2f7ec45a9b0666b9d8df5e53c" + }, + { + "m_Id": "fffc640f61314d86b1125435b2101009" + }, + { + "m_Id": "638ce59347774c9b9748df3fdef5ccaa" + }, + { + "m_Id": "160f94fde9aa4dc98a44b15da59c6ff1" + }, + { + "m_Id": "e2f3ac29b5ec46ceb41d1f71d76441e8" + }, + { + "m_Id": "86510e73c25042f2b79b91d9b2481e79" + }, + { + "m_Id": "3e43a9b91b4740d391375bdce391b5e9" + } + ], + "m_GroupDatas": [ + { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + { + "m_Id": "048616bd05dd48cdb2a076eb61816c41" + }, + { + "m_Id": "6615a214efc64c2bad5531de64ed1ea0" + }, + { + "m_Id": "809fd740bfee49bc9e61598a717dca42" + } + ], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "018134f6d5a54a8384dd5d2a76ac1812" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7934d389d74d40da8657cd6d83d38935" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0280e448522d49a998e1834693f326d5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "70155f56f1094ef1b797de72216f9ec4" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0c55445bbff54c169c3d6fc9c0a322f6" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e030b54fe8d047a8a29ccebadad30b48" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0d7862d2653c4a97a1d22b6b1ead5fa2" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5dac1d5981c2463b833f303740f12d29" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0d7862d2653c4a97a1d22b6b1ead5fa2" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eb2e3c3f2afa44ca92909a8ccee409d1" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0e7de74460af4c429cbc0566a51e8f26" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "72d2c2f10bad43c0a0ddbe9591a6a8c8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "133d4b1c6440453ba018b47fd16678fc" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "289d463f695e410db6c0676be43d343f" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "15613ab2be0e401abde1ba5789439d5c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "018134f6d5a54a8384dd5d2a76ac1812" + }, + "m_SlotId": -1204096079 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "160f94fde9aa4dc98a44b15da59c6ff1" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "638ce59347774c9b9748df3fdef5ccaa" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "16f92352e3314746b329b5afc8869d25" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "289d463f695e410db6c0676be43d343f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "19085d19eae24327b87b7e92d3865581" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0c55445bbff54c169c3d6fc9c0a322f6" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1b8382df5fba4baeab733fc828ab297a" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2d986bd12c8c4e8ba3ad79901595120a" + }, + "m_SlotId": 6 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1b8382df5fba4baeab733fc828ab297a" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5a425b0b9d194ec7bb02b38c77a697cf" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1c8a97e22b3942d2b7f721a7d81c1936" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c094a40cc5974c0b896dcb48bded72c1" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "215d119ee138468b86c378a0aaca0ff6" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3382de474ae7459ebbe4d514d252fa26" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "289d463f695e410db6c0676be43d343f" + }, + "m_SlotId": 5 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "71a524209af64a4f9aa99cc080faa085" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2a07ae5e5ad14fd4aaf1fbc6978d76d5" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "289d463f695e410db6c0676be43d343f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2c3057d07a124ff9b771a1f3fa3f0904" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "acf230ebe8034843a3797d9a96d655b1" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2c7afe7a5bca4da2b5487ec2b8cc1a68" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c78497f1e5e44be48cc422a21f719c75" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2d986bd12c8c4e8ba3ad79901595120a" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f17f66608bed4885b61b5f139ae51be4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2d986bd12c8c4e8ba3ad79901595120a" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f7d085c614244bd48b3779486e273bde" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3382de474ae7459ebbe4d514d252fa26" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3bc869d7c6e24e008a4d52ff0156ad8c" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3382de474ae7459ebbe4d514d252fa26" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "84df6e0e0d83490a9ad0fc95e8ba46e7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "34cb25568712491ca66430036ef63424" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "018134f6d5a54a8384dd5d2a76ac1812" + }, + "m_SlotId": -1396245275 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3683d8e2f7ec45a9b0666b9d8df5e53c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5f1769122ebf4f8ca199f97ba1df9860" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3902ae0e5dd04f79a0b72f2d27eb193f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 6 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3bc869d7c6e24e008a4d52ff0156ad8c" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1c8a97e22b3942d2b7f721a7d81c1936" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3c3f17e37d4246439f6c094eca63db3b" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1b8382df5fba4baeab733fc828ab297a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3c3f17e37d4246439f6c094eca63db3b" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ad29308c42eb469da38e4389fb769d4e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3c3f17e37d4246439f6c094eca63db3b" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c007e9cb305342cd954ad70fe05b5816" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3c3f17e37d4246439f6c094eca63db3b" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ee72886c0f6f4fdda552f19b51eb5958" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3e43a9b91b4740d391375bdce391b5e9" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "215d119ee138468b86c378a0aaca0ff6" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "440a244e090c4bf6b7cc49fc9d368761" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "670e6af522834ec1b009aa98456479b4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "48bad0eb201446289a1e5aee55a38583" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 5 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4ef93afbc16846ae81fe3b3e0dfd61bd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "acf230ebe8034843a3797d9a96d655b1" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4fcc45f53826483cb502dd5d9663571d" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6d7bcade5ede4f03a96d21a6bf81558d" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5079017908d14026960dbc9d38ca181b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f7d085c614244bd48b3779486e273bde" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "51be11602a0f4d18962515555407cd1f" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4fcc45f53826483cb502dd5d9663571d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "53037242c1784881bb7c90363c800f1a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "71a524209af64a4f9aa99cc080faa085" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5379505dde134f9ebb88afb1608f2834" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eb2e3c3f2afa44ca92909a8ccee409d1" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5a425b0b9d194ec7bb02b38c77a697cf" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f17f66608bed4885b61b5f139ae51be4" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5dac1d5981c2463b833f303740f12d29" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6d7bcade5ede4f03a96d21a6bf81558d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5f1769122ebf4f8ca199f97ba1df9860" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d2f07ecec0d84d61bc3e6d7492b69626" + }, + "m_SlotId": 1935985648 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "60140b79161e4f1a9fb68c2199d5b866" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2c7afe7a5bca4da2b5487ec2b8cc1a68" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "638ce59347774c9b9748df3fdef5ccaa" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0d7862d2653c4a97a1d22b6b1ead5fa2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "670e6af522834ec1b009aa98456479b4" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "86f33ddd78114f38a614e79f2655d469" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6d7bcade5ede4f03a96d21a6bf81558d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "89a8853145254f77a7bc7a583e08f23d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "70155f56f1094ef1b797de72216f9ec4" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0e7de74460af4c429cbc0566a51e8f26" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "71a524209af64a4f9aa99cc080faa085" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5079017908d14026960dbc9d38ca181b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "72d2c2f10bad43c0a0ddbe9591a6a8c8" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8db29a0056a14cad8f8dfcce9d4bf246" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "732c8ea94d3a45818a3c5c0f67bbe6a3" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3c3f17e37d4246439f6c094eca63db3b" + }, + "m_SlotId": -1608843796 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "77b1e60e512d47718fb704758014a610" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "84df6e0e0d83490a9ad0fc95e8ba46e7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3bc869d7c6e24e008a4d52ff0156ad8c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "86510e73c25042f2b79b91d9b2481e79" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "215d119ee138468b86c378a0aaca0ff6" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "86f33ddd78114f38a614e79f2655d469" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "70155f56f1094ef1b797de72216f9ec4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "88f82c9454d34c72828f6a8f7b2c349e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2d986bd12c8c4e8ba3ad79901595120a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "89a8853145254f77a7bc7a583e08f23d" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "84df6e0e0d83490a9ad0fc95e8ba46e7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8ccc44d1b3df402c8b65016a609d9c87" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5dac1d5981c2463b833f303740f12d29" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8db29a0056a14cad8f8dfcce9d4bf246" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2a07ae5e5ad14fd4aaf1fbc6978d76d5" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "94ca6e0e3ae04c33aef2db607befada0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "670e6af522834ec1b009aa98456479b4" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "99feb7a226fe4bcf944fa6d764cfe05f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2d986bd12c8c4e8ba3ad79901595120a" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9a49ab8b32fe4b78840bc3859fcc492a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a101bae1444d4962baf7a97d3896b27f" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a101bae1444d4962baf7a97d3896b27f" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3683d8e2f7ec45a9b0666b9d8df5e53c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "acf230ebe8034843a3797d9a96d655b1" + }, + "m_SlotId": 6 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2d986bd12c8c4e8ba3ad79901595120a" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ad29308c42eb469da38e4389fb769d4e" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2a07ae5e5ad14fd4aaf1fbc6978d76d5" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ad34d3134a4b4176aa678be6b3156c60" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0c55445bbff54c169c3d6fc9c0a322f6" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b297b130541c4d1a850308514552c1d6" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b3fa9194b4ce493b858d9ed3000a011c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3683d8e2f7ec45a9b0666b9d8df5e53c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c007e9cb305342cd954ad70fe05b5816" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c78497f1e5e44be48cc422a21f719c75" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c094a40cc5974c0b896dcb48bded72c1" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0e7de74460af4c429cbc0566a51e8f26" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2c7afe7a5bca4da2b5487ec2b8cc1a68" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1c8a97e22b3942d2b7f721a7d81c1936" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3382de474ae7459ebbe4d514d252fa26" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "51be11602a0f4d18962515555407cd1f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e79551bc6e0c42c286e2ac6bf7c06f58" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c4c68d8ca705469c972026a823e450fc" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c3412b7ad4054c49a592bfcb6f1c6986" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c78497f1e5e44be48cc422a21f719c75" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c094a40cc5974c0b896dcb48bded72c1" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5079017908d14026960dbc9d38ca181b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cdd9ca5429304419a0925af5a8d75a81" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3e43a9b91b4740d391375bdce391b5e9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cf749e94acd54dff9192a0b77c748aa0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0d7862d2653c4a97a1d22b6b1ead5fa2" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d2f07ecec0d84d61bc3e6d7492b69626" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fffc640f61314d86b1125435b2101009" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d50cac20504c4d01a2b619b3715bff2c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 7 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "de3dbeae43654b8bb8379f6308db6a3b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a101bae1444d4962baf7a97d3896b27f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e030b54fe8d047a8a29ccebadad30b48" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "732c8ea94d3a45818a3c5c0f67bbe6a3" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e0f6eb1b3e7f443299d8a429b5f4a9da" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cd4f325c2f6644adac70caca3a54706b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e2f3ac29b5ec46ceb41d1f71d76441e8" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "160f94fde9aa4dc98a44b15da59c6ff1" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "eb2e3c3f2afa44ca92909a8ccee409d1" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cdd9ca5429304419a0925af5a8d75a81" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ee72886c0f6f4fdda552f19b51eb5958" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e79551bc6e0c42c286e2ac6bf7c06f58" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f60d6ab8b84146afb435514903c6d1cd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2d986bd12c8c4e8ba3ad79901595120a" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f7d085c614244bd48b3779486e273bde" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "48bdfdf3936944fd964058d7ca97fe50" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fa0802a4cf064f2191d17b8e0e61a0bd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "732c8ea94d3a45818a3c5c0f67bbe6a3" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fffc640f61314d86b1125435b2101009" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "160f94fde9aa4dc98a44b15da59c6ff1" + }, + "m_SlotId": 0 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 1177.5999755859375, + "y": 189.6000518798828 + }, + "m_Blocks": [ + { + "m_Id": "7934d389d74d40da8657cd6d83d38935" + }, + { + "m_Id": "67074c7db931474f93a92686f1e963f0" + }, + { + "m_Id": "9d590a060a6245988f804fe7abc93a7b" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": 1178.4002685546875, + "y": 424.79998779296877 + }, + "m_Blocks": [ + { + "m_Id": "48bdfdf3936944fd964058d7ca97fe50" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_ActiveTargets": [ + { + "m_Id": "16b9825dba0b4b20b1621dba1e0a0534" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "00b7aae22b92456bab997976ce2b303a", + "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.SubGraphNode", + "m_ObjectId": "018134f6d5a54a8384dd5d2a76ac1812", + "m_Group": { + "m_Id": "" + }, + "m_Name": "DistortObject", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 381.0, + "y": -303.0, + "width": 221.00006103515626, + "height": 279.0000305175781 + } + }, + "m_Slots": [ + { + "m_Id": "320662274edf4ab0acfbd97a04ebb756" + }, + { + "m_Id": "2d6eae76c1464fc7b1cbb4b3ec54afb7" + }, + { + "m_Id": "79e1ea7f70c74b35af3228e94ba50033" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"57e2210b2d8dadc42bd381a9507e1140\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "b630f065-1eda-460f-8245-2cd0d857d58c", + "6ec75632-08bc-4b50-bbcc-fff08461526d" + ], + "m_PropertyIds": [ + -1396245275, + -1204096079 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "02713778d45240b1b2e09572953a6ea0", + "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.NormalVectorNode", + "m_ObjectId": "0280e448522d49a998e1834693f326d5", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Normal Vector", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2241.600341796875, + "y": 3367.199951171875, + "width": 208.0003662109375, + "height": 312.80029296875 + } + }, + "m_Slots": [ + { + "m_Id": "06fb8a955dd04c4f9e1247c05e299109" + } + ], + "synonyms": [ + "surface direction" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "03b2b1b9793f4e3c9fae47ddb5562c51", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "041d285b48624b8ebb9e6308fc7e290a", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 30.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "048616bd05dd48cdb2a076eb61816c41", + "m_Title": "Posterize Value Noise", + "m_Position": { + "x": -6196.0, + "y": 925.0000610351563 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0582b1591e124123a667605906257381", + "m_Id": 0, + "m_DisplayName": "Framerate", + "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.UVMaterialSlot", + "m_ObjectId": "05bca417bb2945cd8ef640dede1570f3", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "065d72ee2fb24c3fa394cdcff9246367", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "06843691d0fe4058a555e98df0a6c127", + "m_Guid": { + "m_GuidSerialized": "36eb128e-d3c9-4e3f-a659-c78add909d7d" + }, + "m_Name": "Highlight", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Highlight", + "m_DefaultReferenceName": "_Highlight", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "06f84121e5bb4a3fb2f981d6bf8c7937", + "m_Id": 0, + "m_DisplayName": "New", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "New", + "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.Vector3MaterialSlot", + "m_ObjectId": "06fb8a955dd04c4f9e1247c05e299109", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0717d7918f464e959d70bba95d9776da", + "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.Vector2MaterialSlot", + "m_ObjectId": "08d46acef4bf40eea8a78ec2aa1264ca", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "08fd093a24414b47a274e61e33e01c82", + "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": "0a9f2a02dbd147f6af5301e454a608b7", + "m_Id": 7, + "m_DisplayName": "Smoothness", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Smoothness", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0b4bd97bf9c24a5996df40442fca4d4c", + "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.Vector2MaterialSlot", + "m_ObjectId": "0bcaaa6845fc4d87a0b115d4367362d2", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.25 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0c079fcf4f4c47d8bf6b7e31c588849d", + "m_Id": 1, + "m_DisplayName": "BoxSize", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BoxSize", + "m_StageCapability": 3, + "m_Value": 0.800000011920929, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "0c55445bbff54c169c3d6fc9c0a322f6", + "m_Group": { + "m_Id": "048616bd05dd48cdb2a076eb61816c41" + }, + "m_Name": "PosterizeTime (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -6023.0, + "y": 1409.9998779296875, + "width": 236.0, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "afd13b396e24408f8c94f316c4c2231f" + }, + { + "m_Id": "2c6abea5a2be4ffbb7fad40b1774d978" + }, + { + "m_Id": "d90b5061380f4ca3a16ec2cdc8ecb342" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "PosterizeTime", + "m_FunctionSource": "3273bfff58f7f734982b696c1460cce5", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0c5748ec991d453a8b85f700ea163cda", + "m_Id": 0, + "m_DisplayName": "ShadowHatchRotation", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0d23d97832c3482a934eacf60b305875", + "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": "0d5ded8278044e9b919e3ebd134e62dc", + "m_Id": 0, + "m_DisplayName": "ShadowHatchScale", + "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.RotateNode", + "m_ObjectId": "0d7862d2653c4a97a1d22b6b1ead5fa2", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Rotate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3654.0, + "y": 1690.0001220703125, + "width": 208.0, + "height": 360.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "7cfff74fcf854d4b87574b0c1d61b9f6" + }, + { + "m_Id": "97b8740275d9477b8ab85caaf4cb6c8c" + }, + { + "m_Id": "1502588ab4ad47cbb5fbf67bd45282a1" + }, + { + "m_Id": "975332d4e492464aac5d95d3e4872303" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Unit": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DotProductNode", + "m_ObjectId": "0e7de74460af4c429cbc0566a51e8f26", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Dot Product", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1786.3997802734375, + "y": 3065.600341796875, + "width": 207.9996337890625, + "height": 301.599609375 + } + }, + "m_Slots": [ + { + "m_Id": "4dd3b6f97929408aa5bf19650bb99750" + }, + { + "m_Id": "9c77b20899754d20ad5a9e8905ee1773" + }, + { + "m_Id": "a2f9cd4a14654262931e8276df91ffd0" + } + ], + "synonyms": [ + "scalar product" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.ShaderKeyword", + "m_ObjectId": "0eef9d116d3b4975b9bd81200bf0bbb4", + "m_Guid": { + "m_GuidSerialized": "9e19c791-edf1-4c4b-b630-fadc4acae967" + }, + "m_Name": "Shadows Cascade", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Shadows Cascade", + "m_DefaultReferenceName": "_SHADOWS_CASCADE", + "m_OverrideReferenceName": "_MAIN_LIGHT_SHADOWS_CASCADE", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_KeywordType": 0, + "m_KeywordDefinition": 1, + "m_KeywordScope": 0, + "m_KeywordStages": 63, + "m_Entries": [], + "m_Value": 1, + "m_IsEditable": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "0fd8dccec27345c689182e133ec0b750", + "m_Id": 1, + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "133d4b1c6440453ba018b47fd16678fc", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1452.0, + "y": 3499.999755859375, + "width": 124.0001220703125, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "e1fe0149e8d14c3ba3ad38cdb2bf4076" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "06843691d0fe4058a555e98df0a6c127" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "14b7a91a3ca84a7b83e014842adcb76b", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1502588ab4ad47cbb5fbf67bd45282a1", + "m_Id": 2, + "m_DisplayName": "Rotation", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Rotation", + "m_StageCapability": 3, + "m_Value": 2.75, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "15613ab2be0e401abde1ba5789439d5c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 192.99998474121095, + "y": -243.00001525878907, + "width": 170.99998474121095, + "height": 33.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "7c4c3685e05541c18f65a91e882554a3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f689ff15ca98493ab2c9ac370a494c90" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "156754b69d17420c94e912b78d7baeaf", + "m_Id": 2, + "m_DisplayName": "Framerate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Framerate", + "m_StageCapability": 3, + "m_Value": 12.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "159e13dc886f4901ad291defc9a53629", + "m_Id": 0, + "m_DisplayName": "WorldPosition", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "WorldPosition", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "160f94fde9aa4dc98a44b15da59c6ff1", + "m_Group": { + "m_Id": "809fd740bfee49bc9e61598a717dca42" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3240.999755859375, + "y": 2501.999755859375, + "width": 129.999755859375, + "height": 118.000244140625 + } + }, + "m_Slots": [ + { + "m_Id": "29d77cb0e8b745468a2bab9a52e73230" + }, + { + "m_Id": "be8906b0866b4259b2b68f4593bf1b7a" + }, + { + "m_Id": "ccba2d9271bc4b2d8c0fff31b6ace7f3" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "164f1b342925481cb383a762dac98e82", + "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": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "16b9825dba0b4b20b1621dba1e0a0534", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "26157d021b81491c86e9452f8159ac27" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 0, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 2, + "m_AlphaClip": false, + "m_CastShadows": true, + "m_ReceiveShadows": true, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "16cb42520a094893a5393745f6e68e88", + "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.PropertyNode", + "m_ObjectId": "16f92352e3314746b329b5afc8869d25", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1452.0, + "y": 3466.39990234375, + "width": 120.7999267578125, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "a47d077ad15f4901aa2ee02ba766bb84" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "a070c26de7184a948ace6e6be9153a6d" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "19085d19eae24327b87b7e92d3865581", + "m_Group": { + "m_Id": "048616bd05dd48cdb2a076eb61816c41" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -6171.0, + "y": 1583.0, + "width": 129.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "aa526515d4614e878685984c94362e74" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5c4dae8fc96745b5af04a911518636cf" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1a9fb3422a714db4839b568d99fe8d60", + "m_Id": 1, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.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": "1abc07c6908c42708e2e2faf18dcf26f", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1afa72f9e35f4f3688f97596b2994549", + "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.Vector3MaterialSlot", + "m_ObjectId": "1b4824f44a9446dc96343d42d1911c4d", + "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.RemapNode", + "m_ObjectId": "1b8382df5fba4baeab733fc828ab297a", + "m_Group": { + "m_Id": "6615a214efc64c2bad5531de64ed1ea0" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 985.0, + "y": 1872.0, + "width": 186.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "a0406864964c45f9937b9420e9463e12" + }, + { + "m_Id": "a19c92a7f14748568b890d927cc06997" + }, + { + "m_Id": "58d2ec93a008493689baf1093dd81adb" + }, + { + "m_Id": "6364e43dc81849e4a3be27c1fb084159" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "1c8a97e22b3942d2b7f721a7d81c1936", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1392.800048828125, + "y": 876.7999877929688, + "width": 208.0, + "height": 301.60003662109377 + } + }, + "m_Slots": [ + { + "m_Id": "419fa956f90240b08164a7c8635ae53b" + }, + { + "m_Id": "4af74c81bfcb493883a5e0ba3bd36613" + }, + { + "m_Id": "9f07b48a10514b3cb80c0e0de7545765" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1ce34c38ebd94615851f103156f91007", + "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.Vector1MaterialSlot", + "m_ObjectId": "1cefc4bc1fb6498dbf7181d0006f5fa9", + "m_Id": 1, + "m_DisplayName": "G", + "m_SlotType": 0, + "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": "1d515381ff04441ebc319111c6e667a8", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "2094af890d5d484f9740f6128010c54a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 16.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.MultiplyNode", + "m_ObjectId": "215d119ee138468b86c378a0aaca0ff6", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2951.000244140625, + "y": 1713.0, + "width": 208.0, + "height": 302.0 + } + }, + "m_Slots": [ + { + "m_Id": "0d23d97832c3482a934eacf60b305875" + }, + { + "m_Id": "d3acaf288059447383c2a8b568f05100" + }, + { + "m_Id": "faf967e4a310435d8932840fa981131d" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "2363b0155b03487384c3c0720dc775c1", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "242a9b528d8e4297a03869f8410cd688", + "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": 2, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", + "m_ObjectId": "26157d021b81491c86e9452f8159ac27" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "273e59f5a38a493abe23830d331ee3c8", + "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.CustomFunctionNode", + "m_ObjectId": "289d463f695e410db6c0676be43d343f", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "ChooseSpecularColor (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1095.199951171875, + "y": 3065.600341796875, + "width": 279.20013427734377, + "height": 373.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "edcdef8f918544b99e8b1173f8dee4fd" + }, + { + "m_Id": "8f90238bd2f44cd497e4cb516170433b" + }, + { + "m_Id": "36597709892c4b86bf9e635e68ec4dad" + }, + { + "m_Id": "7cf5aefbfad248b3ad2444f483c89834" + }, + { + "m_Id": "41ec4111b795444f9337a644c5089b7d" + }, + { + "m_Id": "ed89a06ef7134df298a0351add58212c" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "ChooseSpecularColor", + "m_FunctionSource": "9c2401c89f3acce4fbc7d5b66a67225b", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "28f29799b6574c568964a5356550e2c5", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "29d77cb0e8b745468a2bab9a52e73230", + "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": "29ed1f64981f45e2a82b8cdb4d551397", + "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.AddNode", + "m_ObjectId": "2a07ae5e5ad14fd4aaf1fbc6978d76d5", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1095.0, + "y": 2641.999755859375, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "7c8d137b3dc7472bbba5f2f97be6777d" + }, + { + "m_Id": "922840a691d54b76b049a92bb42c8f57" + }, + { + "m_Id": "443d15fcca6a4702a9baf20d8705430d" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "2c3057d07a124ff9b771a1f3fa3f0904", + "m_Group": { + "m_Id": "6615a214efc64c2bad5531de64ed1ea0" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 537.60009765625, + "y": 1736.8001708984375, + "width": 135.99993896484376, + "height": 33.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "8a99cc3bff5b4513baff12101942ccb9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "885700f66d084f409b888c1ae0d6aefc" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2c5eee4552d041a5ae8740f3ae6a4641", + "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": "2c6abea5a2be4ffbb7fad40b1774d978", + "m_Id": 2, + "m_DisplayName": "Framerate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Framerate", + "m_StageCapability": 3, + "m_Value": 12.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DotProductNode", + "m_ObjectId": "2c7afe7a5bca4da2b5487ec2b8cc1a68", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Dot Product", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2180.999755859375, + "y": 257.9999694824219, + "width": 208.0, + "height": 302.0000305175781 + } + }, + "m_Slots": [ + { + "m_Id": "739bbc7e3bfa431dbd11abaade243869" + }, + { + "m_Id": "fabe0ee37b8d40b990370b65aae7bf97" + }, + { + "m_Id": "b7438c88ba6143708da2a2111d77766c" + } + ], + "synonyms": [ + "scalar product" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2c80f9b8c3d44bf1a5ccf5d11e9c7a3b", + "m_Id": 6, + "m_DisplayName": "DiffuseOffset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "DiffuseOffset", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2d1f926c24534c09be4588b043b94f19", + "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": "2d6eae76c1464fc7b1cbb4b3ec54afb7", + "m_Id": -1204096079, + "m_DisplayName": "Multiplier", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_Multiplier", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "2d986bd12c8c4e8ba3ad79901595120a", + "m_Group": { + "m_Id": "6615a214efc64c2bad5531de64ed1ea0" + }, + "m_Name": "ComputeAdditionalLighting (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 947.2000732421875, + "y": 1418.400146484375, + "width": 310.4000244140625, + "height": 349.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "159e13dc886f4901ad291defc9a53629" + }, + { + "m_Id": "a22bd068c56748f5a0fb28be2a22cfe4" + }, + { + "m_Id": "818847a40ee54e50a9dbf10181bac1d0" + }, + { + "m_Id": "8223085376224c25896ac98cfd05241d" + }, + { + "m_Id": "2c80f9b8c3d44bf1a5ccf5d11e9c7a3b" + }, + { + "m_Id": "4b3e5ff4c2e340108ad7f62ab47e65e7" + }, + { + "m_Id": "b26157a8273148d8bb94a2c1950a15ae" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "ComputeAdditionalLighting", + "m_FunctionSource": "9c2401c89f3acce4fbc7d5b66a67225b", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2ead83626ca34e9d9b59c2f4fd03e6fd", + "m_Id": 0, + "m_DisplayName": "ShadowHatchIntensity", + "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": "3053018fc71e4deb8faaf0a93965b8d2", + "m_Guid": { + "m_GuidSerialized": "d32da126-5b7a-4fe4-907d-a8d509b505b9" + }, + "m_Name": "Smoothness", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Smoothness", + "m_DefaultReferenceName": "_Smoothness", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "31856e923c014f788ac7e20fb5636a6f", + "m_Id": 0, + "m_DisplayName": "Highlight", + "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": "320662274edf4ab0acfbd97a04ebb756", + "m_Id": -1396245275, + "m_DisplayName": "Framerate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_Framerate", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3246ebf3ab2d4973b74d556138cbe334", + "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.MaximumNode", + "m_ObjectId": "3382de474ae7459ebbe4d514d252fa26", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Maximum", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2715.0, + "y": 1676.0, + "width": 208.0, + "height": 302.0 + } + }, + "m_Slots": [ + { + "m_Id": "fb0f5f4217d746daad5ae15f4fb1d76e" + }, + { + "m_Id": "615e5fd27b2147da8ac4a6683be6646b" + }, + { + "m_Id": "c402f7d142e04aec8aa4c107c15a14e3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "343f743a88a34fad81a0f7cd7d1a1dc6", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "34bd09c144bd4677979d97681b6950a5", + "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.PropertyNode", + "m_ObjectId": "34cb25568712491ca66430036ef63424", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 235.00001525878907, + "y": -276.9999694824219, + "width": 128.99998474121095, + "height": 33.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "0582b1591e124123a667605906257381" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5c4dae8fc96745b5af04a911518636cf" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "35ba522933ff48f285b81dd654ad6c79", + "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.Vector3MaterialSlot", + "m_ObjectId": "36597709892c4b86bf9e635e68ec4dad", + "m_Id": 2, + "m_DisplayName": "Highlight", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Highlight", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "3683d8e2f7ec45a9b0666b9d8df5e53c", + "m_Group": { + "m_Id": "809fd740bfee49bc9e61598a717dca42" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4045.999755859375, + "y": 3053.0, + "width": 129.999755859375, + "height": 117.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "a4445db54704480aaa3d80e007963298" + }, + { + "m_Id": "3e1f93b0c1064cc787f3724fc0fd8be6" + }, + { + "m_Id": "03b2b1b9793f4e3c9fae47ddb5562c51" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "36afc278bb7d4c288050b3524d1962df", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.00800000037997961, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "377c8eda9187421aa9fdafa8d552e0df", + "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.PropertyNode", + "m_ObjectId": "3902ae0e5dd04f79a0b72f2d27eb193f", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -991.9999389648438, + "y": 526.3999633789063, + "width": 135.99993896484376, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "ce814c340be0468287e8d5a9fba89492" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "885700f66d084f409b888c1ae0d6aefc" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "3ba2c762b0ff4037975d059062abf0df", + "m_Id": 0, + "m_DisplayName": "Highlight", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Highlight", + "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.BranchNode", + "m_ObjectId": "3bc869d7c6e24e008a4d52ff0156ad8c", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1695.9998779296875, + "y": 995.0, + "width": 169.9998779296875, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "3ca5aa08cfc2487e8cf0c45dcea99269" + }, + { + "m_Id": "956f152f7bbb410abbf8b21047d691bc" + }, + { + "m_Id": "b460e09db5f34e9baf7a9366f9ce40fc" + }, + { + "m_Id": "443ca281b38f49bcb2bef10a4395dc12" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", + "m_ObjectId": "3c3f17e37d4246439f6c094eca63db3b", + "m_Group": { + "m_Id": "048616bd05dd48cdb2a076eb61816c41" + }, + "m_Name": "3DValueNoise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5397.99951171875, + "y": 1256.0, + "width": 207.0, + "height": 118.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "8ccd74ca46e441d99827fa98b27358f8" + }, + { + "m_Id": "591bc6b695554605b927102654155618" + }, + { + "m_Id": "e0cb8bfdba5c482d8805b847ef456107" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"c020033605f16f940a6c593603b4128e\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "2c2621bf-306a-4e98-a812-63ce91fec70c", + "fc7db384-bc97-4b23-8bab-48494e914df0" + ], + "m_PropertyIds": [ + -1608843796, + 240858582 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "3ca5aa08cfc2487e8cf0c45dcea99269", + "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.Vector2MaterialSlot", + "m_ObjectId": "3cf3554120ab4decba0f7f544683270e", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3d3b4f3942664b5cb8b457c079773d3d", + "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": "3d5d34cd11f444ef942303d0b305bc01", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "3d5d525f6da945a4ac3b365135744c79", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "3e1f93b0c1064cc787f3724fc0fd8be6", + "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.OneMinusNode", + "m_ObjectId": "3e43a9b91b4740d391375bdce391b5e9", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2731.0, + "y": 1407.0, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "840cdbd40f6f4db2b9133b86b396d049" + }, + { + "m_Id": "bf01b05546224171a2444ac06a1fadfc" + } + ], + "synonyms": [ + "complement", + "invert", + "opposite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3f9a9b8d2b554d6886775c57df329db3", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "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": "419fa956f90240b08164a7c8635ae53b", + "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": "41ec4111b795444f9337a644c5089b7d", + "m_Id": 4, + "m_DisplayName": "HiThreshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "HiThreshold", + "m_StageCapability": 3, + "m_Value": 0.6499999761581421, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "42bfce4c503b474ba5a33c5460149ee4", + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.PositionNode", + "m_ObjectId": "440a244e090c4bf6b7cc49fc9d368761", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2701.600341796875, + "y": 3065.600341796875, + "width": 208.0, + "height": 312.7998046875 + } + }, + "m_Slots": [ + { + "m_Id": "1d515381ff04441ebc319111c6e667a8" + } + ], + "synonyms": [ + "location" + ], + "m_Precision": 1, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 2, + "m_PositionSource": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "443ca281b38f49bcb2bef10a4395dc12", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "443d15fcca6a4702a9baf20d8705430d", + "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": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "45efccb8863344f2aab053f465ddfabb", + "m_Guid": { + "m_GuidSerialized": "5416838b-fff2-420c-8ce1-fd142e6e03bd" + }, + "m_Name": "Shadow", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Shadow", + "m_DefaultReferenceName": "_Shadow", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "48bad0eb201446289a1e5aee55a38583", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -989.5999145507813, + "y": 425.6000671386719, + "width": 120.79986572265625, + "height": 33.59991455078125 + } + }, + "m_Slots": [ + { + "m_Id": "802a45bcbde548989dbc6976c7d71608" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "a070c26de7184a948ace6e6be9153a6d" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "48bdfdf3936944fd964058d7ca97fe50", + "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": "c56b870e7d5a4cb183c1d0dc063d2203" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "492510dd8370423d84fc1b0e46340bdf", + "m_Id": 4, + "m_DisplayName": "New", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "New", + "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": "494d91ef754b45c59fce19d872bf4607", + "m_Id": 3, + "m_DisplayName": "DistanceAtten", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "DistanceAtten", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4af74c81bfcb493883a5e0ba3bd36613", + "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": "4b3e5ff4c2e340108ad7f62ab47e65e7", + "m_Id": 4, + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "4b711be3612e4eacb4169cf8f1005801", + "m_Id": 1935985648, + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4daf16bb7a0444628665d7f223006a93", + "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": "4dd3b6f97929408aa5bf19650bb99750", + "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": "4ef93afbc16846ae81fe3b3e0dfd61bd", + "m_Group": { + "m_Id": "6615a214efc64c2bad5531de64ed1ea0" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 537.60009765625, + "y": 1703.199951171875, + "width": 140.800048828125, + "height": 33.6002197265625 + } + }, + "m_Slots": [ + { + "m_Id": "a88abe898bd147d0bdabd4f4fce2a7fb" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e8b018ca3a8e4f1582cf24da2b94ea39" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "4fcc45f53826483cb502dd5d9663571d", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3101.0, + "y": 1155.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "d3bef124cede498bbd6faba4c7319b60" + }, + { + "m_Id": "e5ecf8d7e5ac44c796f133231137a46f" + }, + { + "m_Id": "8aee60b61f754b0e9fc8531772c96d35" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "5079017908d14026960dbc9d38ca181b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -145.5999298095703, + "y": 425.6000061035156, + "width": 208.00003051757813, + "height": 301.6000061035156 + } + }, + "m_Slots": [ + { + "m_Id": "f0f96cb35f384a8b8a4018b60f9326be" + }, + { + "m_Id": "b26f01d2f7b44ec28894070c1fd8d90c" + }, + { + "m_Id": "34bd09c144bd4677979d97681b6950a5" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5158420e1f11479bb0896d8f0aba075f", + "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.OneMinusNode", + "m_ObjectId": "51be11602a0f4d18962515555407cd1f", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3258.0, + "y": 1155.0, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "bd4bddf369a34fad865d01fe4daadfac" + }, + { + "m_Id": "74ddd3a10fc74c4b95d4cfafeb4210bc" + } + ], + "synonyms": [ + "complement", + "invert", + "opposite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1Node", + "m_ObjectId": "53037242c1784881bb7c90363c800f1a", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Float", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -941.5999755859375, + "y": 3466.400146484375, + "width": 125.5999755859375, + "height": 76.800048828125 + } + }, + "m_Slots": [ + { + "m_Id": "fbae83a546ae4fce95568bee89ac0eba" + }, + { + "m_Id": "1ce34c38ebd94615851f103156f91007" + } + ], + "synonyms": [ + "Vector 1", + "1", + "v1", + "vec1", + "scalar" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": 0.0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "532a09eabac74c14af8803eac57fa66f", + "m_Id": 5, + "m_DisplayName": "RGB", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGB", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "5379505dde134f9ebb88afb1608f2834", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3622.999755859375, + "y": 2077.0, + "width": 176.999755859375, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "0d5ded8278044e9b919e3ebd134e62dc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "fe58b66b01cb451eb6980675449579b9" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "541e3d0c0c544862bb8bb11227b26e1d", + "m_Id": 3, + "m_DisplayName": "LoThreshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "LoThreshold", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "57a2b73599e448e58cb5991fba90186e", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "58d2ec93a008493689baf1093dd81adb", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.25 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "591bc6b695554605b927102654155618", + "m_Id": 240858582, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_Scale", + "m_StageCapability": 3, + "m_Value": 15.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5966fb4c1f1a488794acd622fb6ea0db", + "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.AddNode", + "m_ObjectId": "5a425b0b9d194ec7bb02b38c77a697cf", + "m_Group": { + "m_Id": "6615a214efc64c2bad5531de64ed1ea0" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1186.0, + "y": 1794.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "3f9a9b8d2b554d6886775c57df329db3" + }, + { + "m_Id": "ec7ea7cddcec4dc38125cc8dcd1f8b67" + }, + { + "m_Id": "2d1f926c24534c09be4588b043b94f19" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5b8ed84defe44027a37f8760c47ff122", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "5c15909e6ef642a39aeafbec2b57eccf", + "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.Internal.Vector1ShaderProperty", + "m_ObjectId": "5c4dae8fc96745b5af04a911518636cf", + "m_Guid": { + "m_GuidSerialized": "2e9dd801-c411-40ea-87d1-1b65da275346" + }, + "m_Name": "Framerate", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Framerate", + "m_DefaultReferenceName": "_Framerate", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 12.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5c9eb056b5534105937087884630948a", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5cc3f05e73c74747943f87b267e4c3c8", + "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": "5dac1d5981c2463b833f303740f12d29", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3130.0, + "y": 1288.0, + "width": 155.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "08fd093a24414b47a274e61e33e01c82" + }, + { + "m_Id": "f3c4a8dec08b40b29e9733c4fd230048" + }, + { + "m_Id": "e22139dab3994df1974a7865cece3d30" + }, + { + "m_Id": "d295d9391bab41d5b1ecf06ccbc28b5a" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "5f1769122ebf4f8ca199f97ba1df9860", + "m_Group": { + "m_Id": "809fd740bfee49bc9e61598a717dca42" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3900.0, + "y": 2844.999755859375, + "width": 208.0, + "height": 326.0 + } + }, + "m_Slots": [ + { + "m_Id": "8e6b5b474827442b9318b22395b757e5" + }, + { + "m_Id": "e85e38b55f5d411baadf52556f9afeb7" + }, + { + "m_Id": "a693bf30d467472f80f39bbfb807204c" + }, + { + "m_Id": "da93046ea7d144b0a8ef9a624b922f98" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalVectorNode", + "m_ObjectId": "60140b79161e4f1a9fb68c2199d5b866", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Normal Vector", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2413.999755859375, + "y": 44.0, + "width": 208.0, + "height": 314.9999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "c4544d617b8042a6b5c2154ca4ddb6c8" + } + ], + "synonyms": [ + "surface direction" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "615e5fd27b2147da8ac4a6683be6646b", + "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": "62cc5985931d409380d6ab91a99bd325", + "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_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6364e43dc81849e4a3be27c1fb084159", + "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.TilingAndOffsetNode", + "m_ObjectId": "638ce59347774c9b9748df3fdef5ccaa", + "m_Group": { + "m_Id": "809fd740bfee49bc9e61598a717dca42" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3081.0, + "y": 2404.0, + "width": 208.0, + "height": 326.0 + } + }, + "m_Slots": [ + { + "m_Id": "ce5cd77f149046deb7904c761a64039f" + }, + { + "m_Id": "aed04884f25f42d88fbbbd11cda856a8" + }, + { + "m_Id": "2363b0155b03487384c3c0720dc775c1" + }, + { + "m_Id": "7790539e1f0744ab9e84ee90b2ccada0" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "655c2261d240478191981d56d7721ce0", + "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.GroupData", + "m_ObjectId": "6615a214efc64c2bad5531de64ed1ea0", + "m_Title": "Additional Light", + "m_Position": { + "x": 10.0, + "y": 10.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6702db25aff249c08b623108074eb00b", + "m_Id": 3, + "m_DisplayName": "Opacity", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Opacity", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "67074c7db931474f93a92686f1e963f0", + "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": "b9ea3672569d404fa365dcd82b6e26bd" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "670e6af522834ec1b009aa98456479b4", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2465.600341796875, + "y": 3065.600341796875, + "width": 208.0, + "height": 301.599609375 + } + }, + "m_Slots": [ + { + "m_Id": "f9c7168573974a1a96d613b1d1be0538" + }, + { + "m_Id": "991cc20cb2b2486c91df652f2cafe548" + }, + { + "m_Id": "377c8eda9187421aa9fdafa8d552e0df" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6a327a1f09af427083c5fb45409f0a99", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.15000000596046449, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6c2994bace3a4739a145a1dfdfd6a16a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 1.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": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "6d7bcade5ede4f03a96d21a6bf81558d", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "SampleBoxField (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2933.000244140625, + "y": 1179.0001220703125, + "width": 246.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "62cc5985931d409380d6ab91a99bd325" + }, + { + "m_Id": "0c079fcf4f4c47d8bf6b7e31c588849d" + }, + { + "m_Id": "89d1f6ef7ccb4c858382e388acfd9a7f" + }, + { + "m_Id": "6702db25aff249c08b623108074eb00b" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "SampleBoxField", + "m_FunctionSource": "9c2401c89f3acce4fbc7d5b66a67225b", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6dbf315fc80d4c1785598e32138f7844", + "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": "6e7c4c0756d3463488d59450004f13c4", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "6e8791b15ef842b397b089935fe0f727", + "m_Id": 0, + "m_DisplayName": "RampedDiffuseValues", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "6f00017565554e03a359871ace386bd3", + "m_Guid": { + "m_GuidSerialized": "0fd8b7b9-3b0e-4184-8910-3e420ba89e84" + }, + "m_Name": "ShadowHatchIntensity", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "ShadowHatchIntensity", + "m_DefaultReferenceName": "_ShadowHatchIntensity", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ReflectionNode", + "m_ObjectId": "70155f56f1094ef1b797de72216f9ec4", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Reflection", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2015.199951171875, + "y": 3065.600341796875, + "width": 207.9996337890625, + "height": 301.599609375 + } + }, + "m_Slots": [ + { + "m_Id": "35ba522933ff48f285b81dd654ad6c79" + }, + { + "m_Id": "1a9fb3422a714db4839b568d99fe8d60" + }, + { + "m_Id": "bd42a3caf3e94efc8cc67c103cfbd20a" + } + ], + "synonyms": [ + "mirror" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "71532338ae624abd856418a0b77ed7c4", + "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": "71a524209af64a4f9aa99cc080faa085", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -794.3999633789063, + "y": 3065.60009765625, + "width": 208.0, + "height": 301.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "ce6e285db8644ce9ae0e17519501b286" + }, + { + "m_Id": "343f743a88a34fad81a0f7cd7d1a1dc6" + }, + { + "m_Id": "bed8b1f7eb094db497e17df4d719b08f" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "72d2c2f10bad43c0a0ddbe9591a6a8c8", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1560.0001220703125, + "y": 3065.600341796875, + "width": 207.9996337890625, + "height": 277.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "5cc3f05e73c74747943f87b267e4c3c8" + }, + { + "m_Id": "242a9b528d8e4297a03869f8410cd688" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "730927db54b44a80b18db300764894f5", + "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.AddNode", + "m_ObjectId": "732c8ea94d3a45818a3c5c0f67bbe6a3", + "m_Group": { + "m_Id": "048616bd05dd48cdb2a076eb61816c41" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5606.0, + "y": 1256.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "1afa72f9e35f4f3688f97596b2994549" + }, + { + "m_Id": "9dc23a10860f487cbbff850501f2a959" + }, + { + "m_Id": "3d3b4f3942664b5cb8b457c079773d3d" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "734bcf16755a446598bd1d00a950f04b", + "m_Id": 2, + "m_DisplayName": "B", + "m_SlotType": 0, + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "739bbc7e3bfa431dbd11abaade243869", + "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": "74ddd3a10fc74c4b95d4cfafeb4210bc", + "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.Vector3MaterialSlot", + "m_ObjectId": "75878b088cd34bf78fc06b75b573e57f", + "m_Id": 2, + "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": "762cdee655bf4e7b9be642910226cfde", + "m_Id": 337845618, + "m_DisplayName": "Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_Scale", + "m_StageCapability": 3, + "m_Value": 30.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "77260d9483cd416dbb7273aaf79a3676", + "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.Vector2MaterialSlot", + "m_ObjectId": "7790539e1f0744ab9e84ee90b2ccada0", + "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": "77b1e60e512d47718fb704758014a610", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -989.5999145507813, + "y": 391.9999694824219, + "width": 123.99993896484375, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "31856e923c014f788ac7e20fb5636a6f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "06843691d0fe4058a555e98df0a6c127" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "78ecd3020aaa45108d11deaab9ec086d", + "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.BlockNode", + "m_ObjectId": "7934d389d74d40da8657cd6d83d38935", + "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": "f7799d2969664bafb5b2bb91b8ca17cc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "79e1ea7f70c74b35af3228e94ba50033", + "m_Id": 1, + "m_DisplayName": "Out_Vector3", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "OutVector3", + "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.SamplerStateMaterialSlot", + "m_ObjectId": "7ad9a67983854e28bb368482ec481a37", + "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.UVMaterialSlot", + "m_ObjectId": "7bd7fa1f3f414c69a3d95188bb9b99b0", + "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": "7c4c3685e05541c18f65a91e882554a3", + "m_Id": 0, + "m_DisplayName": "DistortionIntensity", + "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": "7c8d137b3dc7472bbba5f2f97be6777d", + "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": "7cf5aefbfad248b3ad2444f483c89834", + "m_Id": 3, + "m_DisplayName": "LoThreshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "LoThreshold", + "m_StageCapability": 3, + "m_Value": 0.550000011920929, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "7cfff74fcf854d4b87574b0c1d61b9f6", + "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.Vector3MaterialSlot", + "m_ObjectId": "7da733164dd9445b937409f3798e3920", + "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.Vector4MaterialSlot", + "m_ObjectId": "802a45bcbde548989dbc6976c7d71608", + "m_Id": 0, + "m_DisplayName": "Midtone", + "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": "809fd740bfee49bc9e61598a717dca42", + "m_Title": "Distort Shadow UVs", + "m_Position": { + "x": -4477.00048828125, + "y": 2345.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "818847a40ee54e50a9dbf10181bac1d0", + "m_Id": 2, + "m_DisplayName": "Thresholds", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Thresholds", + "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.Vector3MaterialSlot", + "m_ObjectId": "8223085376224c25896ac98cfd05241d", + "m_Id": 3, + "m_DisplayName": "RampedDiffuseValues", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "RampedDiffuseValues", + "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.Vector2MaterialSlot", + "m_ObjectId": "82c79362d2b84ee68e282a18e1e8e0eb", + "m_Id": 6, + "m_DisplayName": "RG", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RG", + "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.Vector4MaterialSlot", + "m_ObjectId": "83d5f6a8bbe5429581033d874983cb88", + "m_Id": 4, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "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": "840cdbd40f6f4db2b9133b86b396d049", + "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.MaximumNode", + "m_ObjectId": "84df6e0e0d83490a9ad0fc95e8ba46e7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Maximum", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2014.855224609375, + "y": 1523.3843994140625, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "c6adcc0552a14179aa46f001f1e8394d" + }, + { + "m_Id": "e760a52f5df947acb9ca26b31101c634" + }, + { + "m_Id": "71532338ae624abd856418a0b77ed7c4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "86510e73c25042f2b79b91d9b2481e79", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2811.304443359375, + "y": 1601.7392578125, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "2ead83626ca34e9d9b59c2f4fd03e6fd" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "6f00017565554e03a359871ace386bd3" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalizeNode", + "m_ObjectId": "86f33ddd78114f38a614e79f2655d469", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Normalize", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2241.600341796875, + "y": 3065.600341796875, + "width": 208.0003662109375, + "height": 277.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "273e59f5a38a493abe23830d331ee3c8" + }, + { + "m_Id": "4daf16bb7a0444628665d7f223006a93" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "871b7950760f4f9082cadccdbf37a256", + "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": "880f96315a3641809cec9769d1678207", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "885700f66d084f409b888c1ae0d6aefc", + "m_Guid": { + "m_GuidSerialized": "fdd04a65-8f86-40d0-bae4-8d6027df968f" + }, + "m_Name": "HiThreshod", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "HiThreshod", + "m_DefaultReferenceName": "_HiThreshod", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.6000000238418579, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "8858c06fab8249b18734a4d83601a10b", + "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": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.PositionNode", + "m_ObjectId": "88f82c9454d34c72828f6a8f7b2c349e", + "m_Group": { + "m_Id": "6615a214efc64c2bad5531de64ed1ea0" + }, + "m_Name": "Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 680.0, + "y": 1377.0, + "width": 205.99993896484376, + "height": 131.0 + } + }, + "m_Slots": [ + { + "m_Id": "fb9f5f6afc134a2facc7bad5af07c233" + } + ], + "synonyms": [ + "location" + ], + "m_Precision": 1, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 2, + "m_PositionSource": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "89a8853145254f77a7bc7a583e08f23d", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2657.999755859375, + "y": 1179.0, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "c692ce9ebf5d4e0b97c5177fc8d86be3" + }, + { + "m_Id": "d48a6be40fcd4fcca58ff17c5db7ea0b" + } + ], + "synonyms": [ + "complement", + "invert", + "opposite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "89d1f6ef7ccb4c858382e388acfd9a7f", + "m_Id": 2, + "m_DisplayName": "FieldValue", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "FieldValue", + "m_StageCapability": 3, + "m_Value": 0.5, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8a99cc3bff5b4513baff12101942ccb9", + "m_Id": 0, + "m_DisplayName": "HiThreshod", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8aee60b61f754b0e9fc8531772c96d35", + "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": "8b77505255d04bdeb4e4f5f760168c03", + "m_Id": 4, + "m_DisplayName": "ShadowAtten", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "ShadowAtten", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8cc60eb5c51c46328472073d92079cdd", + "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.Vector1Node", + "m_ObjectId": "8ccc44d1b3df402c8b65016a609d9c87", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Float", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3262.0, + "y": 1288.0, + "width": 126.0, + "height": 77.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "edce31cc03de4a878ff6548723e8f84e" + }, + { + "m_Id": "0717d7918f464e959d70bba95d9776da" + } + ], + "synonyms": [ + "Vector 1", + "1", + "v1", + "vec1", + "scalar" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": 0.0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "8ccd74ca46e441d99827fa98b27358f8", + "m_Id": -1608843796, + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PowerNode", + "m_ObjectId": "8db29a0056a14cad8f8dfcce9d4bf246", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Power", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1331.199951171875, + "y": 3065.600341796875, + "width": 207.9996337890625, + "height": 301.599609375 + } + }, + "m_Slots": [ + { + "m_Id": "8cc60eb5c51c46328472073d92079cdd" + }, + { + "m_Id": "2094af890d5d484f9740f6128010c54a" + }, + { + "m_Id": "655c2261d240478191981d56d7721ce0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "8e6b5b474827442b9318b22395b757e5", + "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.Vector3MaterialSlot", + "m_ObjectId": "8f90238bd2f44cd497e4cb516170433b", + "m_Id": 1, + "m_DisplayName": "Midtone", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Midtone", + "m_StageCapability": 3, + "m_Value": { + "x": 0.5, + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "922840a691d54b76b049a92bb42c8f57", + "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.CameraNode", + "m_ObjectId": "94ca6e0e3ae04c33aef2db607befada0", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Camera", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2615.199951171875, + "y": 3389.600341796875, + "width": 121.599609375, + "height": 244.799560546875 + } + }, + "m_Slots": [ + { + "m_Id": "7da733164dd9445b937409f3798e3920" + }, + { + "m_Id": "28f29799b6574c568964a5356550e2c5" + }, + { + "m_Id": "880f96315a3641809cec9769d1678207" + }, + { + "m_Id": "78ecd3020aaa45108d11deaab9ec086d" + }, + { + "m_Id": "3246ebf3ab2d4973b74d556138cbe334" + }, + { + "m_Id": "decf0275136843cbbea9b58536f85ea6" + }, + { + "m_Id": "29ed1f64981f45e2a82b8cdb4d551397" + }, + { + "m_Id": "00b7aae22b92456bab997976ce2b303a" + } + ], + "synonyms": [ + "position", + "direction", + "orthographic", + "near plane", + "far plane", + "width", + "height" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "94f2a8cbfa6a4821841863fb85c4d7a5", + "m_Id": 6, + "m_DisplayName": "HiThreshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "HiThreshold", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "955d3e15b02b4acc87ad37c3c713d83e", + "m_Id": 1, + "m_DisplayName": "Shadow", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Shadow", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "956f152f7bbb410abbf8b21047d691bc", + "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.Vector2MaterialSlot", + "m_ObjectId": "975332d4e492464aac5d95d3e4872303", + "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.Vector2MaterialSlot", + "m_ObjectId": "97b8740275d9477b8ab85caaf4cb6c8c", + "m_Id": 1, + "m_DisplayName": "Center", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Center", + "m_StageCapability": 3, + "m_Value": { + "x": 0.5, + "y": 0.5 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "991cc20cb2b2486c91df652f2cafe548", + "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.NormalVectorNode", + "m_ObjectId": "99feb7a226fe4bcf944fa6d764cfe05f", + "m_Group": { + "m_Id": "6615a214efc64c2bad5531de64ed1ea0" + }, + "m_Name": "Normal Vector", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 680.0, + "y": 1532.0, + "width": 205.99993896484376, + "height": 131.0 + } + }, + "m_Slots": [ + { + "m_Id": "d54bb40965e84a1cb0116685ee269279" + } + ], + "synonyms": [ + "surface direction" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "9a49ab8b32fe4b78840bc3859fcc492a", + "m_Group": { + "m_Id": "809fd740bfee49bc9e61598a717dca42" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4452.0, + "y": 3284.999755859375, + "width": 129.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "fea21c9bef1248e1a65d4a5bfbae3227" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5c4dae8fc96745b5af04a911518636cf" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9b72a9fa5ffb4778b21397af4a992ff9", + "m_Id": 0, + "m_DisplayName": "R", + "m_SlotType": 0, + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "9c77b20899754d20ad5a9e8905ee1773", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.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": "9d590a060a6245988f804fe7abc93a7b", + "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": "9dabadec240d422faed42460e368e458" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "9dabadec240d422faed42460e368e458", + "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": "9dc23a10860f487cbbff850501f2a959", + "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": "9e79bedefdae41a89414137cf4520a04", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.07000000029802323 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9f07b48a10514b3cb80c0e0de7545765", + "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": "9f352207ea444417847104efd80c1408", + "m_Id": 1, + "m_DisplayName": "Out_Vector3", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "OutVector3", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "a0406864964c45f9937b9420e9463e12", + "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": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "a070c26de7184a948ace6e6be9153a6d", + "m_Guid": { + "m_GuidSerialized": "d569c112-3efd-4579-b474-d1da9597ba52" + }, + "m_Name": "Midtone", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Midtone", + "m_DefaultReferenceName": "_Midtone", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "a101bae1444d4962baf7a97d3896b27f", + "m_Group": { + "m_Id": "809fd740bfee49bc9e61598a717dca42" + }, + "m_Name": "PosterizeTime (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4304.0, + "y": 3111.999755859375, + "width": 236.000244140625, + "height": 118.000244140625 + } + }, + "m_Slots": [ + { + "m_Id": "5c9eb056b5534105937087884630948a" + }, + { + "m_Id": "156754b69d17420c94e912b78d7baeaf" + }, + { + "m_Id": "a1c07a79a8e6407d946bb05d82ef5cf7" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "PosterizeTime", + "m_FunctionSource": "3273bfff58f7f734982b696c1460cce5", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "a1445e49200f4f64abe0e02e2c756d03", + "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.ShaderKeyword", + "m_ObjectId": "a1669d731be94e2c83f4ee08f8a9f669", + "m_Guid": { + "m_GuidSerialized": "e476794b-ba20-4ab6-8038-e8bda11c9d8c" + }, + "m_Name": "Shadows", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Shadows", + "m_DefaultReferenceName": "_SHADOWS", + "m_OverrideReferenceName": "MAIN_LIGHT_CALCULATE_SHADOWS", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_KeywordType": 0, + "m_KeywordDefinition": 1, + "m_KeywordScope": 0, + "m_KeywordStages": 63, + "m_Entries": [], + "m_Value": 1, + "m_IsEditable": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "a19c92a7f14748568b890d927cc06997", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a1c07a79a8e6407d946bb05d82ef5cf7", + "m_Id": 1, + "m_DisplayName": "PosterizedTime", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "PosterizedTime", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "a22bd068c56748f5a0fb28be2a22cfe4", + "m_Id": 1, + "m_DisplayName": "WorldNormal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "WorldNormal", + "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": "a2f9cd4a14654262931e8276df91ffd0", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector3ShaderProperty", + "m_ObjectId": "a3ffc36d9d5e4522aa76c2c6e1ca8316", + "m_Guid": { + "m_GuidSerialized": "876dca4e-f44e-4f85-8837-1cb36dd2e6af" + }, + "m_Name": "RampedDiffuseValues", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "RampedDiffuseValues", + "m_DefaultReferenceName": "_RampedDiffuseValues", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a40ba422d8c6449d98ef19fd963fa37c", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a4445db54704480aaa3d80e007963298", + "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": "a47d077ad15f4901aa2ee02ba766bb84", + "m_Id": 0, + "m_DisplayName": "Midtone", + "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.Vector2MaterialSlot", + "m_ObjectId": "a693bf30d467472f80f39bbfb807204c", + "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": "a88abe898bd147d0bdabd4f4fce2a7fb", + "m_Id": 0, + "m_DisplayName": "LoThreshold", + "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": "a8b5387c155341ed9fa101b3a457f477", + "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.Vector4MaterialSlot", + "m_ObjectId": "a8c91ce8eb694059806d12e0c1cff94e", + "m_Id": 0, + "m_DisplayName": "Shadow", + "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.ShaderKeyword", + "m_ObjectId": "a9c5436a87be4b06afd14e618024c004", + "m_Guid": { + "m_GuidSerialized": "e5370f12-55bb-4028-835d-23abb44cf31f" + }, + "m_Name": "Additional Lights", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Additional Lights", + "m_DefaultReferenceName": "_ADDITIONAL_LIGHTS", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_KeywordType": 0, + "m_KeywordDefinition": 1, + "m_KeywordScope": 0, + "m_KeywordStages": 63, + "m_Entries": [], + "m_Value": 1, + "m_IsEditable": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "aa526515d4614e878685984c94362e74", + "m_Id": 0, + "m_DisplayName": "Framerate", + "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": "ac4bb5bae04043ff8c5e2bb668448f2e", + "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.CombineNode", + "m_ObjectId": "acf230ebe8034843a3797d9a96d655b1", + "m_Group": { + "m_Id": "6615a214efc64c2bad5531de64ed1ea0" + }, + "m_Name": "Combine", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 678.400146484375, + "y": 1684.0001220703125, + "width": 207.99981689453126, + "height": 349.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "9b72a9fa5ffb4778b21397af4a992ff9" + }, + { + "m_Id": "1cefc4bc1fb6498dbf7181d0006f5fa9" + }, + { + "m_Id": "734bcf16755a446598bd1d00a950f04b" + }, + { + "m_Id": "b870ce16c4cd415ab24d5e20ee68674c" + }, + { + "m_Id": "83d5f6a8bbe5429581033d874983cb88" + }, + { + "m_Id": "532a09eabac74c14af8803eac57fa66f" + }, + { + "m_Id": "82c79362d2b84ee68e282a18e1e8e0eb" + } + ], + "synonyms": [ + "append" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "ad29308c42eb469da38e4389fb769d4e", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1340.9998779296875, + "y": 2646.999755859375, + "width": 208.0, + "height": 326.0 + } + }, + "m_Slots": [ + { + "m_Id": "3d5d34cd11f444ef942303d0b305bc01" + }, + { + "m_Id": "8858c06fab8249b18734a4d83601a10b" + }, + { + "m_Id": "0bcaaa6845fc4d87a0b115d4367362d2" + }, + { + "m_Id": "f8159ed829d84df4abfad989802500e2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ad3202cd74c64bd4a36b29f60a0692f7", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "ad34d3134a4b4176aa678be6b3156c60", + "m_Group": { + "m_Id": "048616bd05dd48cdb2a076eb61816c41" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -6166.0, + "y": 1409.9998779296875, + "width": 124.0, + "height": 173.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "c72bf95f214045568c2f72c2ed6781a4" + }, + { + "m_Id": "f28398f4e19446059ee41ae5f6f9faef" + }, + { + "m_Id": "6e7c4c0756d3463488d59450004f13c4" + }, + { + "m_Id": "57a2b73599e448e58cb5991fba90186e" + }, + { + "m_Id": "d6d91ca3dbb64e34992cd557c0cf122e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "add220b505e74a1ea06ac805858fa8fe", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "b809fdc1f7e34de0b139821499ca0e23" + }, + { + "m_Id": "e5a71d711c86416886b209ec634fe2f6" + }, + { + "m_Id": "a9c5436a87be4b06afd14e618024c004" + }, + { + "m_Id": "0eef9d116d3b4975b9bd81200bf0bbb4" + }, + { + "m_Id": "a1669d731be94e2c83f4ee08f8a9f669" + }, + { + "m_Id": "45efccb8863344f2aab053f465ddfabb" + }, + { + "m_Id": "a070c26de7184a948ace6e6be9153a6d" + }, + { + "m_Id": "06843691d0fe4058a555e98df0a6c127" + }, + { + "m_Id": "e8b018ca3a8e4f1582cf24da2b94ea39" + }, + { + "m_Id": "885700f66d084f409b888c1ae0d6aefc" + }, + { + "m_Id": "c911f60aa56c49fe8ee48739b7d6a4b7" + }, + { + "m_Id": "fe58b66b01cb451eb6980675449579b9" + }, + { + "m_Id": "3053018fc71e4deb8faaf0a93965b8d2" + }, + { + "m_Id": "a3ffc36d9d5e4522aa76c2c6e1ca8316" + }, + { + "m_Id": "5c4dae8fc96745b5af04a911518636cf" + }, + { + "m_Id": "f689ff15ca98493ab2c9ac370a494c90" + }, + { + "m_Id": "6f00017565554e03a359871ace386bd3" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "aed04884f25f42d88fbbbd11cda856a8", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "afd13b396e24408f8c94f316c4c2231f", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b26157a8273148d8bb94a2c1950a15ae", + "m_Id": 5, + "m_DisplayName": "Diffuse", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Diffuse", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b26f01d2f7b44ec28894070c1fd8d90c", + "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": "b297b130541c4d1a850308514552c1d6", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -997.5999145507813, + "y": 492.800048828125, + "width": 140.79998779296876, + "height": 33.59991455078125 + } + }, + "m_Slots": [ + { + "m_Id": "c7619dda076d438d9bb1cf3b9fd3e630" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e8b018ca3a8e4f1582cf24da2b94ea39" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "b3fa9194b4ce493b858d9ed3000a011c", + "m_Group": { + "m_Id": "809fd740bfee49bc9e61598a717dca42" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4196.0, + "y": 3002.999755859375, + "width": 128.000244140625, + "height": 101.000244140625 + } + }, + "m_Slots": [ + { + "m_Id": "6a327a1f09af427083c5fb45409f0a99" + }, + { + "m_Id": "f709349c07224f6691f81f85d64c8518" + }, + { + "m_Id": "3cf3554120ab4decba0f7f544683270e" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "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": "b460e09db5f34e9baf7a9366f9ce40fc", + "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.Texture2DInputMaterialSlot", + "m_ObjectId": "b5f0875a20114dd59ecd840efacebf82", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "{\"texture\":{\"fileID\":2800000,\"guid\":\"41537de09a85c194f834a6dec827c757\",\"type\":3}}", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b7438c88ba6143708da2a2111d77766c", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.ShaderKeyword", + "m_ObjectId": "b809fdc1f7e34de0b139821499ca0e23", + "m_Guid": { + "m_GuidSerialized": "e1fc1bfe-6ef3-45c9-9d42-9ece7e3d91e3" + }, + "m_Name": "Soft Shadows", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Soft Shadows", + "m_DefaultReferenceName": "_SOFT_SHADOWS", + "m_OverrideReferenceName": "_SHADOWS_SOFT", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_KeywordType": 0, + "m_KeywordDefinition": 1, + "m_KeywordScope": 0, + "m_KeywordStages": 63, + "m_Entries": [], + "m_Value": 1, + "m_IsEditable": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b870ce16c4cd415ab24d5e20ee68674c", + "m_Id": 3, + "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.NormalMaterialSlot", + "m_ObjectId": "b9ea3672569d404fa365dcd82b6e26bd", + "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": "bb4389c22c754dd59d4dcc9ea1bd66c4", + "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": "bd42a3caf3e94efc8cc67c103cfbd20a", + "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": "bd4bddf369a34fad865d01fe4daadfac", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "be4efe02c3c94082bb7f1e3dbae44a9e", + "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": "be7d38f2833c4048831e3035dadcf673", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "be8906b0866b4259b2b68f4593bf1b7a", + "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": "beb67bd410cc44388492b31dec09a2f5", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "bed8b1f7eb094db497e17df4d719b08f", + "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": "bf01b05546224171a2444ac06a1fadfc", + "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.RemapNode", + "m_ObjectId": "c007e9cb305342cd954ad70fe05b5816", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2125.0, + "y": 89.00003814697266, + "width": 186.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "5b8ed84defe44027a37f8760c47ff122" + }, + { + "m_Id": "08d46acef4bf40eea8a78ec2aa1264ca" + }, + { + "m_Id": "9e79bedefdae41a89414137cf4520a04" + }, + { + "m_Id": "eac785a8ca2c4c44b002a329c6e7b915" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "c094a40cc5974c0b896dcb48bded72c1", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1164.0, + "y": 776.7999877929688, + "width": 208.0, + "height": 301.60003662109377 + } + }, + "m_Slots": [ + { + "m_Id": "bb4389c22c754dd59d4dcc9ea1bd66c4" + }, + { + "m_Id": "5158420e1f11479bb0896d8f0aba075f" + }, + { + "m_Id": "2c5eee4552d041a5ae8740f3ae6a4641" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c10e7245d23b49b39f3114e9de8f15b8", + "m_Id": 2, + "m_DisplayName": "Diffuse", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Diffuse", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "c3412b7ad4054c49a592bfcb6f1c6986", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "GetMainLight (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4291.0, + "y": -38.00005340576172, + "width": 231.0, + "height": 349.9999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "06f84121e5bb4a3fb2f981d6bf8c7937" + }, + { + "m_Id": "0fd8dccec27345c689182e133ec0b750" + }, + { + "m_Id": "75878b088cd34bf78fc06b75b573e57f" + }, + { + "m_Id": "494d91ef754b45c59fce19d872bf4607" + }, + { + "m_Id": "8b77505255d04bdeb4e4f5f760168c03" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "GetMainLight", + "m_FunctionSource": "9c2401c89f3acce4fbc7d5b66a67225b", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c402f7d142e04aec8aa4c107c15a14e3", + "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.Vector3MaterialSlot", + "m_ObjectId": "c4544d617b8042a6b5c2154ca4ddb6c8", + "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": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.PositionNode", + "m_ObjectId": "c4c68d8ca705469c972026a823e450fc", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4533.0, + "y": -38.00005340576172, + "width": 206.0, + "height": 131.00006103515626 + } + }, + "m_Slots": [ + { + "m_Id": "16cb42520a094893a5393745f6e68e88" + } + ], + "synonyms": [ + "location" + ], + "m_Precision": 1, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 2, + "m_PositionSource": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "c56b870e7d5a4cb183c1d0dc063d2203", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.8773584961891174, + "y": 0.2185119092464447, + "z": 0.2185119092464447 + }, + "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": "c692ce9ebf5d4e0b97c5177fc8d86be3", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "c6adcc0552a14179aa46f001f1e8394d", + "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": "c72bf95f214045568c2f72c2ed6781a4", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c7619dda076d438d9bb1cf3b9fd3e630", + "m_Id": 0, + "m_DisplayName": "LoThreshold", + "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.AddNode", + "m_ObjectId": "c78497f1e5e44be48cc422a21f719c75", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1723.69287109375, + "y": 151.62115478515626, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "5c15909e6ef642a39aeafbec2b57eccf" + }, + { + "m_Id": "a8b5387c155341ed9fa101b3a457f477" + }, + { + "m_Id": "0b4bd97bf9c24a5996df40442fca4d4c" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "c911f60aa56c49fe8ee48739b7d6a4b7", + "m_Guid": { + "m_GuidSerialized": "f7bf2a89-7cfc-427f-a10b-7c94f1ab2881" + }, + "m_Name": "ShadowHatchRotation", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "ShadowHatchRotation", + "m_DefaultReferenceName": "_ShadowHatchRotation", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": -0.6000000238418579, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ccba2d9271bc4b2d8c0fff31b6ace7f3", + "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": "ccc7c6fa271648b48859bfd59d6ed806", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 20.0, + "y": 20.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "cd4f325c2f6644adac70caca3a54706b", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "ChooseColor (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -820.0000610351563, + "y": 399.9999694824219, + "width": 229.60015869140626, + "height": 421.6000061035156 + } + }, + "m_Slots": [ + { + "m_Id": "3ba2c762b0ff4037975d059062abf0df" + }, + { + "m_Id": "de8eaf2a64a040eda9e02f1ce64b8a18" + }, + { + "m_Id": "955d3e15b02b4acc87ad37c3c713d83e" + }, + { + "m_Id": "c10e7245d23b49b39f3114e9de8f15b8" + }, + { + "m_Id": "541e3d0c0c544862bb8bb11227b26e1d" + }, + { + "m_Id": "94f2a8cbfa6a4821841863fb85c4d7a5" + }, + { + "m_Id": "0a9f2a02dbd147f6af5301e454a608b7" + }, + { + "m_Id": "492510dd8370423d84fc1b0e46340bdf" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 0, + "m_FunctionName": "ChooseColor", + "m_FunctionSource": "9c2401c89f3acce4fbc7d5b66a67225b", + "m_FunctionBody": "Enter function body here..." +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "cdd9ca5429304419a0925af5a8d75a81", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3182.999755859375, + "y": 1676.0, + "width": 208.0, + "height": 435.0 + } + }, + "m_Slots": [ + { + "m_Id": "a1445e49200f4f64abe0e02e2c756d03" + }, + { + "m_Id": "e11fe82e61ca47d198fb03799a88a0e8" + }, + { + "m_Id": "be7d38f2833c4048831e3035dadcf673" + }, + { + "m_Id": "a40ba422d8c6449d98ef19fd963fa37c" + }, + { + "m_Id": "f2415bf5cd3f4c5aa54e9f167d991553" + }, + { + "m_Id": "b5f0875a20114dd59ecd840efacebf82" + }, + { + "m_Id": "05bca417bb2945cd8ef640dede1570f3" + }, + { + "m_Id": "7ad9a67983854e28bb368482ec481a37" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "ce5cd77f149046deb7904c761a64039f", + "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": "ce6e285db8644ce9ae0e17519501b286", + "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": "ce814c340be0468287e8d5a9fba89492", + "m_Id": 0, + "m_DisplayName": "HiThreshod", + "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": "cf749e94acd54dff9192a0b77c748aa0", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3873.999755859375, + "y": 1807.9998779296875, + "width": 192.0, + "height": 34.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "0c5748ec991d453a8b85f700ea163cda" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "c911f60aa56c49fe8ee48739b7d6a4b7" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "d295d9391bab41d5b1ecf06ccbc28b5a", + "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.SubGraphNode", + "m_ObjectId": "d2f07ecec0d84d61bc3e6d7492b69626", + "m_Group": { + "m_Id": "809fd740bfee49bc9e61598a717dca42" + }, + "m_Name": "2DVectorNoise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3670.0, + "y": 2542.0, + "width": 207.999755859375, + "height": 302.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "4b711be3612e4eacb4169cf8f1005801" + }, + { + "m_Id": "762cdee655bf4e7b9be642910226cfde" + }, + { + "m_Id": "9f352207ea444417847104efd80c1408" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedSubGraph": "{\n \"subGraph\": {\n \"fileID\": -5475051401550479605,\n \"guid\": \"1b48f02abb176de40b97c3ee8bcae138\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "3f073a34-fd1a-409d-99cf-723b47c38c37", + "308c9d89-48b7-46fa-80c2-4c72cc0a1910" + ], + "m_PropertyIds": [ + 1935985648, + 337845618 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d3acaf288059447383c2a8b568f05100", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 1.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": "d3bef124cede498bbd6faba4c7319b60", + "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": "d48a6be40fcd4fcca58ff17c5db7ea0b", + "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.PropertyNode", + "m_ObjectId": "d50cac20504c4d01a2b619b3715bff2c", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -997.5999145507813, + "y": 575.199951171875, + "width": 140.79998779296876, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "fe6aae03e60f4362b519cde086fefd45" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "3053018fc71e4deb8faaf0a93965b8d2" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "d54bb40965e84a1cb0116685ee269279", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d6d91ca3dbb64e34992cd557c0cf122e", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d8fc8de71b4846f2b23245eb8480e20d", + "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": "d90b5061380f4ca3a16ec2cdc8ecb342", + "m_Id": 1, + "m_DisplayName": "PosterizedTime", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "PosterizedTime", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "da897f2d9faa4986820646a9294c7d36", + "m_Title": "Main light", + "m_Position": { + "x": -4558.0, + "y": -97.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "da93046ea7d144b0a8ef9a624b922f98", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "dd969e429e2e4b9ca8a86afea7921a6f", + "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.TimeNode", + "m_ObjectId": "de3dbeae43654b8bb8379f6308db6a3b", + "m_Group": { + "m_Id": "809fd740bfee49bc9e61598a717dca42" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4447.0, + "y": 3111.999755859375, + "width": 124.0, + "height": 173.0 + } + }, + "m_Slots": [ + { + "m_Id": "beb67bd410cc44388492b31dec09a2f5" + }, + { + "m_Id": "ad3202cd74c64bd4a36b29f60a0692f7" + }, + { + "m_Id": "14b7a91a3ca84a7b83e014842adcb76b" + }, + { + "m_Id": "1abc07c6908c42708e2e2faf18dcf26f" + }, + { + "m_Id": "e972b5fa3f604c63906499ef75dbdd08" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "de8eaf2a64a040eda9e02f1ce64b8a18", + "m_Id": 5, + "m_DisplayName": "Midtone", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Midtone", + "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": "decf0275136843cbbea9b58536f85ea6", + "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.MultiplyNode", + "m_ObjectId": "e030b54fe8d047a8a29ccebadad30b48", + "m_Group": { + "m_Id": "048616bd05dd48cdb2a076eb61816c41" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5757.0, + "y": 1351.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "041d285b48624b8ebb9e6308fc7e290a" + }, + { + "m_Id": "edfae7a1e7254d728e5e30e48977791c" + }, + { + "m_Id": "02713778d45240b1b2e09572953a6ea0" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e0cb8bfdba5c482d8805b847ef456107", + "m_Id": 1, + "m_DisplayName": "Out_Vector1", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "OutVector1", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "e0f6eb1b3e7f443299d8a429b5f4a9da", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -989.5999145507813, + "y": 459.1999816894531, + "width": 119.99993896484375, + "height": 33.600067138671878 + } + }, + "m_Slots": [ + { + "m_Id": "a8c91ce8eb694059806d12e0c1cff94e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "45efccb8863344f2aab053f465ddfabb" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e11fe82e61ca47d198fb03799a88a0e8", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "e1fe0149e8d14c3ba3ad38cdb2bf4076", + "m_Id": 0, + "m_DisplayName": "Highlight", + "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.Vector2MaterialSlot", + "m_ObjectId": "e22139dab3994df1974a7865cece3d30", + "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.Vector1Node", + "m_ObjectId": "e2f3ac29b5ec46ceb41d1f71d76441e8", + "m_Group": { + "m_Id": "809fd740bfee49bc9e61598a717dca42" + }, + "m_Name": "Float", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3439.0, + "y": 2686.999755859375, + "width": 125.999755859375, + "height": 77.000244140625 + } + }, + "m_Slots": [ + { + "m_Id": "36afc278bb7d4c288050b3524d1962df" + }, + { + "m_Id": "730927db54b44a80b18db300764894f5" + } + ], + "synonyms": [ + "Vector 1", + "1", + "v1", + "vec1", + "scalar" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": 0.0 +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.ShaderKeyword", + "m_ObjectId": "e5a71d711c86416886b209ec634fe2f6", + "m_Guid": { + "m_GuidSerialized": "2d4a7eb1-5095-4e3c-a08a-ec0e0b786285" + }, + "m_Name": "Additional Shadows", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Additional Shadows", + "m_DefaultReferenceName": "_ADDITIONAL_SHADOWS", + "m_OverrideReferenceName": "ADDITIONAL_LIGHT_CALCULATE_SHADOWS", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_KeywordType": 0, + "m_KeywordDefinition": 1, + "m_KeywordScope": 0, + "m_KeywordStages": 63, + "m_Entries": [], + "m_Value": 1, + "m_IsEditable": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e5ecf8d7e5ac44c796f133231137a46f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.800000011920929, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e760a52f5df947acb9ca26b31101c634", + "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.AddNode", + "m_ObjectId": "e79551bc6e0c42c286e2ac6bf7c06f58", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3936.999755859375, + "y": 1306.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "6dbf315fc80d4c1785598e32138f7844" + }, + { + "m_Id": "dd969e429e2e4b9ca8a86afea7921a6f" + }, + { + "m_Id": "ac4bb5bae04043ff8c5e2bb668448f2e" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "e85e38b55f5d411baadf52556f9afeb7", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "e8b018ca3a8e4f1582cf24da2b94ea39", + "m_Guid": { + "m_GuidSerialized": "8dc27202-766b-44f2-8384-5790cff2085b" + }, + "m_Name": "LoThreshold", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "LoThreshold", + "m_DefaultReferenceName": "_LoThreshold", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.4000000059604645, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e8e5c83312fb47c8b12ca3e11d1c7a6c", + "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": "e972b5fa3f604c63906499ef75dbdd08", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "eac785a8ca2c4c44b002a329c6e7b915", + "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.TilingAndOffsetNode", + "m_ObjectId": "eb2e3c3f2afa44ca92909a8ccee409d1", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3421.0, + "y": 1690.0001220703125, + "width": 208.0, + "height": 326.0 + } + }, + "m_Slots": [ + { + "m_Id": "7bd7fa1f3f414c69a3d95188bb9b99b0" + }, + { + "m_Id": "ccc7c6fa271648b48859bfd59d6ed806" + }, + { + "m_Id": "164f1b342925481cb383a762dac98e82" + }, + { + "m_Id": "f48a6889eca94962993a47b4af0bfce3" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ec7ea7cddcec4dc38125cc8dcd1f8b67", + "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.Vector3MaterialSlot", + "m_ObjectId": "ed89a06ef7134df298a0351add58212c", + "m_Id": 5, + "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 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "edcdef8f918544b99e8b1173f8dee4fd", + "m_Id": 0, + "m_DisplayName": "Specular", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Specular", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "edce31cc03de4a878ff6548723e8f84e", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 50.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "edfae7a1e7254d728e5e30e48977791c", + "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.RemapNode", + "m_ObjectId": "ee72886c0f6f4fdda552f19b51eb5958", + "m_Group": { + "m_Id": "da897f2d9faa4986820646a9294c7d36" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4183.0, + "y": 1311.0, + "width": 208.000244140625, + "height": 326.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "d8fc8de71b4846f2b23245eb8480e20d" + }, + { + "m_Id": "f3e915147c5d463aaaae71272e3c1200" + }, + { + "m_Id": "065d72ee2fb24c3fa394cdcff9246367" + }, + { + "m_Id": "871b7950760f4f9082cadccdbf37a256" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f0f96cb35f384a8b8a4018b60f9326be", + "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": "f17220087c9246128fc60dcc0b2476f5", + "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.MultiplyNode", + "m_ObjectId": "f17f66608bed4885b61b5f139ae51be4", + "m_Group": { + "m_Id": "6615a214efc64c2bad5531de64ed1ea0" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1319.0, + "y": 1794.0, + "width": 129.9998779296875, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "e8e5c83312fb47c8b12ca3e11d1c7a6c" + }, + { + "m_Id": "6c2994bace3a4739a145a1dfdfd6a16a" + }, + { + "m_Id": "3d5d525f6da945a4ac3b365135744c79" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f2415bf5cd3f4c5aa54e9f167d991553", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f28398f4e19446059ee41ae5f6f9faef", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "f3c4a8dec08b40b29e9733c4fd230048", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 5.0, + "y": 5.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "f3e915147c5d463aaaae71272e3c1200", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "f48a6889eca94962993a47b4af0bfce3", + "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": "f60d6ab8b84146afb435514903c6d1cd", + "m_Group": { + "m_Id": "6615a214efc64c2bad5531de64ed1ea0" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 694.4000244140625, + "y": 2056.0, + "width": 191.99993896484376, + "height": 33.600341796875 + } + }, + "m_Slots": [ + { + "m_Id": "6e8791b15ef842b397b089935fe0f727" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "a3ffc36d9d5e4522aa76c2c6e1ca8316" + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "f689ff15ca98493ab2c9ac370a494c90", + "m_Guid": { + "m_GuidSerialized": "0f5c8d38-2209-4a4a-a94e-d55f992e6a19" + }, + "m_Name": "DistortionIntensity", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "DistortionIntensity", + "m_DefaultReferenceName": "_DistortionIntensity", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f709349c07224f6691f81f85d64c8518", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.25, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "f7799d2969664bafb5b2bb91b8ca17cc", + "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.AddNode", + "m_ObjectId": "f7d085c614244bd48b3779486e273bde", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 886.3999633789063, + "y": 498.40008544921877, + "width": 207.99981689453126, + "height": 301.59991455078127 + } + }, + "m_Slots": [ + { + "m_Id": "f17220087c9246128fc60dcc0b2476f5" + }, + { + "m_Id": "be4efe02c3c94082bb7f1e3dbae44a9e" + }, + { + "m_Id": "77260d9483cd416dbb7273aaf79a3676" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f8159ed829d84df4abfad989802500e2", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "f9c7168573974a1a96d613b1d1be0538", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "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": 1, + "m_Type": "UnityEditor.ShaderGraph.PositionNode", + "m_ObjectId": "fa0802a4cf064f2191d17b8e0e61a0bd", + "m_Group": { + "m_Id": "048616bd05dd48cdb2a076eb61816c41" + }, + "m_Name": "Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -6145.0, + "y": 1256.0, + "width": 206.0, + "height": 131.0 + } + }, + "m_Slots": [ + { + "m_Id": "1b4824f44a9446dc96343d42d1911c4d" + } + ], + "synonyms": [ + "location" + ], + "m_Precision": 1, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 2, + "m_PositionSource": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fabe0ee37b8d40b990370b65aae7bf97", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.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": "faf967e4a310435d8932840fa981131d", + "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": "fb0f5f4217d746daad5ae15f4fb1d76e", + "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.Vector3MaterialSlot", + "m_ObjectId": "fb9f5f6afc134a2facc7bad5af07c233", + "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.Vector1MaterialSlot", + "m_ObjectId": "fbae83a546ae4fce95568bee89ac0eba", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 2.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "fe58b66b01cb451eb6980675449579b9", + "m_Guid": { + "m_GuidSerialized": "614eaba2-1428-471f-b223-10d5799cb8b1" + }, + "m_Name": "ShadowHatchScale", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "ShadowHatchScale", + "m_DefaultReferenceName": "_ShadowHatchScale", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 5.289999961853027, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fe6aae03e60f4362b519cde086fefd45", + "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": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fea21c9bef1248e1a65d4a5bfbae3227", + "m_Id": 0, + "m_DisplayName": "Framerate", + "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.SwizzleNode", + "m_ObjectId": "fffc640f61314d86b1125435b2101009", + "m_Group": { + "m_Id": "809fd740bfee49bc9e61598a717dca42" + }, + "m_Name": "Swizzle", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3445.0, + "y": 2546.0, + "width": 131.999755859375, + "height": 121.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "5966fb4c1f1a488794acd622fb6ea0db" + }, + { + "m_Id": "42bfce4c503b474ba5a33c5460149ee4" + } + ], + "synonyms": [ + "swap", + "reorder", + "component mask" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "_maskInput": "xy", + "convertedMask": "xy" +} + diff --git a/Assets/Shaders/ToonShader.shadergraph.meta b/Assets/Shaders/ToonShader.shadergraph.meta new file mode 100644 index 00000000..5c02d19c --- /dev/null +++ b/Assets/Shaders/ToonShader.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ba8c08d3532c4e443b4df52ec8d74a5d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/TVScreen.cs b/Assets/TVScreen.cs new file mode 100644 index 00000000..5941e0f0 --- /dev/null +++ b/Assets/TVScreen.cs @@ -0,0 +1,101 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class TVScreen : MonoBehaviour +{ + [SerializeField] Color[] screenColors; + [SerializeField] float channelChangeTime = 0.4f; + int currentChannel = -1; + + IEnumerator ChangeChannel(Action changeChannelAction) + { + var renderer = GetComponent(); + var propBlock = new MaterialPropertyBlock(); + + float currTime = 0f; + float switchScreenTime = channelChangeTime * 0.5f; + + while (currTime < switchScreenTime) + { + currTime += Time.deltaTime; + + renderer.GetPropertyBlock(propBlock); + propBlock.SetFloat("_ChannelChangeFac", currTime / switchScreenTime); + renderer.SetPropertyBlock(propBlock); + + yield return null; + } + + // Change channel + renderer.GetPropertyBlock(propBlock); + SwitchToDifferentChannel(); + changeChannelAction(propBlock);//propBlock.SetColor("_InnerColor", screenColors[currentChannel]); + renderer.SetPropertyBlock(propBlock); + + // + while (currTime < channelChangeTime) + { + currTime += Time.deltaTime; + + float fac = (currTime - switchScreenTime) / (channelChangeTime - switchScreenTime); + renderer.GetPropertyBlock(propBlock); + propBlock.SetFloat("_ChannelChangeFac", 1f - fac); + renderer.SetPropertyBlock(propBlock); + + yield return null; + } + + // Ensure ChannelChangeFac = 0 + renderer.GetPropertyBlock(propBlock); + propBlock.SetFloat("_ChannelChangeFac", 0f); + renderer.SetPropertyBlock(propBlock); + + } + + public void BeginChangeChannel() + { + StartCoroutine(ChangeChannel(propBlock => propBlock.SetColor("_InnerColor", screenColors[currentChannel]))); + } + + public void TakeClover() + { + foreach (var tv in SceneMaterialSwitcher.Ins.Televisions) + { + var screen = tv.GetComponentInChildren(); + screen.SetCloverActive(screen == this ? true : false); + } + } + + public void SetCloverActive(bool active) + { + StartCoroutine(ChangeChannel(propBlock => propBlock.SetInteger("_HasClover", active ? 1 : 0))); + } + + void SwitchToDifferentChannel() + { + if (currentChannel == -1) + { + currentChannel = UnityEngine.Random.Range(0, screenColors.Length); + } + else + { + int nc = UnityEngine.Random.Range(0, screenColors.Length - 1); + currentChannel = nc >= currentChannel ? nc + 1 : nc; + } + } + + void Start() + { + var renderer = GetComponent(); + var propBlock = new MaterialPropertyBlock(); + renderer.GetPropertyBlock(propBlock); + SwitchToDifferentChannel(); + //propBlock.SetFloat("_TVBrightness", transform.parent.parent.transform.localScale.x < 3.4f ? 0.2f : 1f); + propBlock.SetFloat("_HueShift", UnityEngine.Random.Range(-0.08f, 0.08f)); + + //propBlock.SetColor("_InnerColor", Color.HSVToRGB(Random.Range(-0.2f, 0.2f) + 5f/6f, .68f, 1f)); + renderer.SetPropertyBlock(propBlock); + } +} diff --git a/Assets/TVScreen.cs.meta b/Assets/TVScreen.cs.meta new file mode 100644 index 00000000..8101ff73 --- /dev/null +++ b/Assets/TVScreen.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ca4e88b221cd625449b22392e1bb2f64 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Textures/Shadow 1.png b/Assets/Textures/Shadow 1.png new file mode 100644 index 00000000..7872e276 Binary files /dev/null and b/Assets/Textures/Shadow 1.png differ diff --git a/Assets/Textures/Shadow 1.png.meta b/Assets/Textures/Shadow 1.png.meta new file mode 100644 index 00000000..f3ef25f3 --- /dev/null +++ b/Assets/Textures/Shadow 1.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 966f2baf5f8eaa745a5bcdc4c8127425 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Textures/Shadow 2.jpg b/Assets/Textures/Shadow 2.jpg new file mode 100644 index 00000000..1905da6c Binary files /dev/null and b/Assets/Textures/Shadow 2.jpg differ diff --git a/Assets/Textures/Shadow 2.jpg.meta b/Assets/Textures/Shadow 2.jpg.meta new file mode 100644 index 00000000..1013e42e --- /dev/null +++ b/Assets/Textures/Shadow 2.jpg.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 05cb056fb4807704d94083bc167b31f5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Textures/hw2shadow.jpg b/Assets/Textures/hw2shadow.jpg new file mode 100644 index 00000000..a73d1095 Binary files /dev/null and b/Assets/Textures/hw2shadow.jpg differ diff --git a/Assets/Textures/hw2shadow.jpg.meta b/Assets/Textures/hw2shadow.jpg.meta new file mode 100644 index 00000000..0ce5799d --- /dev/null +++ b/Assets/Textures/hw2shadow.jpg.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 0342032c7337ade49a692e424d5b9b18 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Textures/hw2shadow2.jpg b/Assets/Textures/hw2shadow2.jpg new file mode 100644 index 00000000..27cb59ac Binary files /dev/null and b/Assets/Textures/hw2shadow2.jpg differ diff --git a/Assets/Textures/hw2shadow2.jpg.meta b/Assets/Textures/hw2shadow2.jpg.meta new file mode 100644 index 00000000..a4cfb0c9 --- /dev/null +++ b/Assets/Textures/hw2shadow2.jpg.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: c8b09f62c0f9c68488b4d045a967ea07 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Textures/hw2shadow3.jpg b/Assets/Textures/hw2shadow3.jpg new file mode 100644 index 00000000..cd2a5ffd Binary files /dev/null and b/Assets/Textures/hw2shadow3.jpg differ diff --git a/Assets/Textures/hw2shadow3.jpg.meta b/Assets/Textures/hw2shadow3.jpg.meta new file mode 100644 index 00000000..9cc833f4 --- /dev/null +++ b/Assets/Textures/hw2shadow3.jpg.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 41537de09a85c194f834a6dec827c757 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Textures/hw2shadow4.jpg b/Assets/Textures/hw2shadow4.jpg new file mode 100644 index 00000000..130a7160 Binary files /dev/null and b/Assets/Textures/hw2shadow4.jpg differ diff --git a/Assets/Textures/hw2shadow4.jpg.meta b/Assets/Textures/hw2shadow4.jpg.meta new file mode 100644 index 00000000..ba64448b --- /dev/null +++ b/Assets/Textures/hw2shadow4.jpg.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 664f0c983046f9649bcdd07d895b1373 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset index c0a779ed..b6cc6870 100644 --- a/ProjectSettings/TagManager.asset +++ b/ProjectSettings/TagManager.asset @@ -3,7 +3,8 @@ --- !u!78 &1 TagManager: serializedVersion: 2 - tags: [] + tags: + - TV layers: - Default - TransparentFX diff --git a/README.md b/README.md index 8e7521e3..0b3a5509 100644 --- a/README.md +++ b/README.md @@ -1,220 +1,92 @@ -# HW 4: *3D Stylization* - -## Project Overview: -In this assignment, you will use a 2D concept art piece as inspiration to create a 3D Stylized scene in Unity. This will give you the opportunity to explore stylized graphics techniques alongside non-photo-realistic (NPR) real-time rendering workflows in Unity. - -| | | -|:--:|:--:| -| *2D Concept Illustration* | *3D Stylized Scene in Unity* | -### HW Task List: -1. Picking a Piece of Concept Art -2. Interesting Shaders -3. Outlines -4. Full Screen Post Process Effect -5. Creating a Scene -6. Interactivity -7. Extra Credit +# Unity *3D Stylization* ---- -# Tasks +## Overview -## 0. Base Project Overview +For this project, I created a stylized 3D scene in Unity based off of 2D art of the game OneShot. Below is a video of the final result. I used Shader Graph and HLSL within URP. -After forking the repo, take a moment to watch this brief HW/Base Project Overview which goes over things that you're expected to bring over from the lab, and etc. -- [See the Project Overview here](https://youtu.be/JmVTmpgSz5U) +[![Final Result](ShowcaseMedia/introDemoThumbnail.png)](https://youtu.be/Wc42boKrfH8) -## 1. Picking a Piece of Concept Art +## [Click HERE for Live Demo](https://aurcereal.github.io/hw02-stylization/) -Choose a simple illustration to guide your stylization. Choose a relatively simple piece of art THAT INCLUDES OUTLINES. You *might* want to look through the rest of the homework instructions before committing to one. Here are some examples of styles that will work well. Feel free to choose one of these, but we encourage your to pick your own. +Click on the TVs to change the channel! -| ![](https://github.com/CIS-566-Fall-2023/hw04-stylization/assets/72320867/dae1ffc2-8269-493d-919f-b3811c76ed30) | ![](https://github.com/CIS-566-Fall-2023/hw04-stylization/assets/72320867/9c345ee6-19df-4191-9e47-6722b6597a5a) | ![](https://github.com/CIS-566-Fall-2023/hw04-stylization/assets/72320867/48521733-f83a-4704-ac8d-9d2f24574922) | ![](https://github.com/CIS-566-Fall-2023/hw04-stylization/assets/72320867/3068bdc4-1b08-41cf-9a16-08d94be5f1ea) | ![](https://github.com/CIS-566-Fall-2023/hw04-stylization/assets/72320867/ae1d0fae-7998-4287-8269-13e2cafd740b) | -|:--:|:--:|:--:|:--:|:--:| -| *https://twitter.com/stefscribbles/status/1646235145110683650* | *https://twitter.com/trudicastle/status/1122648793009098752* | *https://twitter.com/caomor/status/1049494055518908416* | *https://www.artstation.com/requinoesis* | *https://twitter.com/cysketch/status/1712442821389713597* | +Press space to toggle monochrome mode. +## Concept Art -**Disclaimer: Don't forget to identify and credit the artist who created the concept art : )** +| ![](ShowcaseMedia/reference1.webp) | ![](ShowcaseMedia/reference2.png) | ![](ShowcaseMedia/reference3.png) | +|:--:|:--:|:--:| +| [Design](https://www.fangamer.com/products/oneshot-hoodie-world-machine) by NightMargin | [Design](https://www.fangamer.com/products/oneshot-hoodie-world-machine) by NightMargin | Wallpaper from [OneShot: World Machine Edition](https://store.steampowered.com/app/2915460/OneShot_World_Machine_Edition/) | -**[Emma Koch](https://www.artstation.com/ekoch)**, an amazing 3D artist I happened to stumble upon on ArtStation produces incredible 2D-esque 3D art pieces. Some of the references I picked above were inspired directly from her work. I'd definitely check out her artstation for any inspiraiton if you want some! [Link](https://www.artstation.com/ekoch) ---- -## 2. Interesting Shaders - -Let's create some custom surface shaders for the objects in your scene, inspired by your concept art! - -Take a moment to think about the main characteristics that you see in the shading of your concept art. What makes it look appealing/aesthetic? - * Is it the color palette? How are the different colors blending into each other? Is there any particular texture or pattern you notice? - * Are there additional effects such as rim or specular highlights? - * Are there multiple lights in the scene? - -These are all things we want you to think about before diving into your shaders! - -### To-Do: -1. **Improved Surface Shader** - - Create a surface shader inspired by the surface(s) in your concept art. Use the three tone toon shader you created from the Stylization Lab as a starting point to build a more interesting shader that fulfills all of the following requirements: - 1. **Multiple Light Support** - - Follow the following tutorial to implement multiple light support. - - Screenshot 2023-10-26 140845 - - [Link to Complete Additional Light Support Tutorial Video](https://youtu.be/1CJ-ZDSFsMM) - 2. **Additional Lighting Feature** - - Implement a Specular Highlight, Rim Highlight or another similarly interesting lighting-related effect - 3. **Interesting Shadow** - 1. Create your own custom shadow texture! - - You can use whatever tools you have available! Digital art (Photoshop, CSP, Procreate, etc.), traditional art (drawing on paper, and then taking a photo/scan)-you have complete freedom! - 2. Make your texture seamless/tesselatable! You can do this through the following online tool: https://www.imgonline.com.ua/eng/make-seamless-texture.php - 3. Modify your shadows using this custom texture in a similar way to Puzzle 3 from the Lab - 4. Now, instead of using screen position, use the default object UVs! - - In the 3rd Puzzle of the Lab, the shadow texture was sampled using the Screen Position node. This time, let's use the object's UV coordinates to have the shadows conform to geometry. Hint: To get a consistent looking shadow texture scale across multiple objects, you're going to want some exposed float parameter, "Shadow Scale," that will adjust the tiling of the shadow texture. This will allow for per material control over the tiling of your shadow texture. - - - - Notice how in this artwork by [Emma Koch](https://www.artstation.com/ekoch), Link's shadow does not remain fixed in screen space as it is drawn via object UV coordinates. - - 4. **Accurate Color Palette** - - Do your best to replicate the colors/lighting of your concept art! -3. **Special Surface Shader** - - *Let's get creative!* Create a SPECIAL second shader that adds a glow, a highlight or some other special effect that makes the object stand out in some way. This is intended to give you practice riffing on existing shaders. Most games or applications require some kind of highlighting: this could be an effect in a game that draw player focus, or a highlight on hover like you see in a tool. If your concept art doesn't provide a visual example of what highlighting could look like, use your imagination or find another piece of concept art. Duplicate your shader to create a variant with an additional special feature that will make the hero object of your scene stand out. Choose one of the following three options: - - **Option 1: Animated colors** - - ![animesher com_gif-hair-colorful-1560031](https://github.com/CIS-566-Fall-2023/hw04-stylization/assets/1758825/4ba53d68-5a82-4108-a842-e71abf522cbc) - - - The above is a simple example of what an animated surface shader might do, eg flash through a bunch of different colors. Using at least two toolbox functions, animate some aspect of the surface shader to create an eye-catching effect. Consider how procedural patterns, the screen space position and noise might contribute. - - Useful tips to get started: - - Use the Time node in Unity's shader graph to get access to time for animation. Consider using a Floor node on time to explore staggered/stepped interpolation! This can be really helpful for selling the illusion of the animation feeling handdrawn. - - **Option 2: Vertex animation** - - Similar to the noise cloud assignment, modify your object shader to animate the vertex positions of your object, eg. making an object sway or bob up and down to make it stand out. You should be able to figure out how to do this given the walkthrough so far, but if you need addition help, check out [this tutorial](https://www.youtube.com/watch?v=VQxubpLxEqU&ab_channel=GabrielAguiarProd). - - **Option 3: Another Custom Effect Tailored to your Concept Art** - - If you'd like to do an alternative effect to Option 1, just make sure that your idea is roughly similar in scope/difficulty. Feel free to make an EdStem post or ask any TA to double check whether your effect would be sufficient. --- -## 3. Outlines -Make your objects pop by adding outlines to your scene! - -Specifically, we'll be creating ***Post Process Outlines*** based on Depth and Normal buffers of our scene! - -### To-Do: -1. Render Features! Render Features are awesome, they let us add customizable render passes to any part of the render pipeline. To learn more about them, first, watch the following video which introduces an example usecase of a renderer feature in Unity: - - [See here](https://youtu.be/GAh225QNpm0?si=XvKqVsvv9Gy1ufi3) -2. Next, let's explore the HW base code briely, and specifically, learn more about the "Full Screen Feature" that's included as part of your base project. There's a small part missing from "Full Screen Feature.cs" that's preventing it from applying any type of full screen shader to the screen. Your job is to solve this bug and in the process, learn how to create a Full Screen Shadergraph, and then have it actually affect the game view! Watch the following video to get a deeper break down of the Render Feature's code and some hints on what the solution may be. - - [See here for Full Screen Render Feature Debugging Hints/Overview Video](https://youtu.be/Bc9eTlMPdjU) -4. Using what we've learnt about Render Features/URP as a base, let's now get access to the Depth and Normal Buffers of our scene! - - Unity's Universal Render Pipeline actually already provides us with the option to have a depth buffer, and so obtaining a depth buffer is a very simple/trivial process. - - This is not the case for a Normal Buffer, and thus, we need a render feature to render out the scene's normals into a render texture. Since the render feature for this has too much syntax specific fluff that's too Unity heavy and not very fun, I've provided a working render feature that renders objects' normals into a render texture in the /Render Features folder, called the "Normal Feature." There is also a shader provided, "Hidden/Normal Copy" or "Normal Copy.shader." - - Your task is to add the Normal Feature to the render pipeline, make a material off of the Normal Copy shader and then plug it into the Normal Feature, and finally, connect the render texture called "Normal Buffer" located in the "/Buffers" directory as the destination target for the render feature. - - Set the resolution of the Normal Buffer render texture to be equal to your game window resolution. - - Watch the following video for clarifications on both of these processes, and also, how to actually access and read the depth and normal buffers once we've created them. - - [See here for complete tutorial video on Depth and Normal Buffers](https://youtu.be/giLPZA-xAXk) - -5. Finally, using everything you've learnt about Render Features alongside the fact that we now have proper access to both Depth and Normal Buffers, let's create a Post Process Outline Shader! - - We **STRONGLY RECOMMEND** watching at least one of these Incredibly Useful Tutorials before getting started on Outlines: - - [NedMakesGames](https://www.youtube.com/@NedMakesGames) - - [Tutorial on Depth Buffer Sobel Edge Detection Outlines in Unity URP](https://youtu.be/RMt6DcaMxcE?si=WI7H5zyECoaqBsqF) - - [Robin Seibold](https://www.youtube.com/@RobinSeibold) - - [Tutorial on Depth and Normal Buffer Robert's Cross Outliens in Unity](https://youtu.be/LMqio9NsqmM?si=zmtWxtdb1ViG2tFs) - - [Alexander Ameye](https://ameye.dev/about/) - - [Article on Edge Detection Post Process Outlines in Unity](https://ameye.dev/notes/edge-detection-outlines/) - - **Important Clarification/Note on the Tutorials:** - - You will quickly notice after watching/reading any of these tutorials that many of them use a Render Feature to render out a single DepthNormals Texture that encodes both depth and normal information into a single texture. This optimization saves on performance but results in less accurate depth or normals information and is overall more confusing for a first time experience into Render Features. Thus, for this assignment, we will just be sticking to our approach of having separate Depth and Normal buffers. - - - Next, we will create a basic Depth and Normal based outline prototype that produces black outlines at areas of large depth and normal difference across the screen. - - Explore different kinds of edge detection methods, including Sobel and Robert's Cross filters - - Make sure the outline has adjustable parameters, such as width. - - Let's get creative! Modify your outline to be ANIMATED and to have an appearance that resembles the outlines in your concept art / OR, if the outlines in your concept art are too plain, try to make your outline resemble crayon/pencil sketching/etc. - - Use your knowledge of toolbox functions to add some wobble, or warping or noise onto the lines that changes over time. - - In my example below, you might be able to notice that the internal Normal Buffer based edges actually don't have any warping/animation. I did this intentionally because I wanted the final look to still have some kind of structure. Thus, by doing the depth and normal outlines in separate passes, I'm able to have a variety of animated/non-animated outlines composited together : ) ! -

- -7. (OPTIONAL) If you're not satisfied with the look of your outlines and are looking for an extra challenge, after implementing depth/normal based post processing, you may explore non-post process techniques such as inverse hull edge rendering for outer edges to render bolder, more solid looking outlines for a different look. - - Check out Alexander Ameye's article on alternative methods of outline rendering in Unity: [See Here](https://ameye.dev/notes/rendering-outlines/) +## Toon Surface Shader ---- -## 4. Full Screen Post Process Effect -We're nearing the end! +After implementing toon shading, I added multiple light support as well as specular highlights. I apply noise to the light received from every light source in order to achieve a more stylized effect. -### To-Do: -Ok, now regardless of what your concept art looks like, using what you know about toolbox functions and screen space effects, add an appealing post-process effect to give your scene a unique look. Your post processing effect should do at least one of the following. -* A vingette that darkens the edges of your images with a color or pattern -* Color / tone mapping that changes the colorization of your renders. [Here's some basic ideas, but please experiment](https://gmshaders.com/tutorials/basic_colors/) -* A texture to make your image look like it's drawn on paper or some other surface. -* A blur to make your image look smudged. -* Fog or clouds that drift over your scene -* Whatever else you can think of that complements your scene! +![](ShowcaseMedia/multipleLightSupport.png) -***Note: This should be easily accomplishable using what you should have already learnt about working with Unity's Custom Render Features from the Outline section!*** +I also created a custom texture that I used to modify the hard shadows. I then added turbulence to these shadows using noise based on UV. + +![](ShowcaseMedia/customShadows.png) + +## TV Screen Shader + +I made my special surface shader a TV screen as that's what I was planning on making my scene based on. I downloaded [this](https://sketchfab.com/3d-models/black-and-white-belweder-ot-1782-tv-set-5c2be264f3ce4e11ac9387505e0bcea0) TV model, published by the Virtual Museums of Malopolska, off of Sketchfab. I wrote a procedural sawtoothe wave texture in HLSL and distorted it with noise. I added a vignette to the screen and a clover in the center using SDFs. + +![](ShowcaseMedia/tvScreen.png) + +I also distorted the vertex positions using noise with respect to posterized time. Posterizing time gives the appearance of animation at a very low framerate. I also added a glitch effect to the TV screen by offsetting the UV horizontally with respect to noise on the UV's y position. + + +https://github.com/user-attachments/assets/05f9ac78-ba59-4b0f-9f15-d5365cb7c67f + +Here are the graph nodes that determine how the TV screen UVs are distorted. I created some HLSL nodes as well. + +![](ShowcaseMedia/tvUVDistortionGraph.png) + +## Outlines +I created a Post Processing shader that creates outlines using a sobel filter on the depth texture: at parts of the screen where there's a strong horizontal or vertical change in depth, an outline will display. + +![](ShowcaseMedia/sobelOutlines.png) + +I then added another outline based on the change in normal across the object. At parts of the screen where there's a drastic change in normal, an outline will display. I made the radius in which we sample parts of the screen to check changes in normal pretty large to create blurry outlines. + +![](ShowcaseMedia/sobelAndNormalOutlines.png) + +I then displaced the UVs used to create the outline effects so that the outlines don't conform to the object. To offset the UVs, I used 2D FBM and a horizontal glitch offset very similar to the screen's glitch effect. + +![](ShowcaseMedia/noisyOutlines.png) + +Here are the graph nodes that distort the outlines. I reuse the HLSL function node for the TV Screen distortion. + +![](ShowcaseMedia/outlineUVTurbulenceGraph.png) + +And here are the graph nodes that composite the outlines. + +![](ShowcaseMedia/outlineOutlineSampleGraph.png) + +## Full Screen Post Process Effect +I created another Post Processing shader that displaces the UVs using multiple layers of FBM, creating a noisy effect. I also added a vignette, blue tint, and an increase in brightness near the center of the screen. + +![](ShowcaseMedia/postprocessShader.png) --- -## 5. Create a Scene -Using Unity's controls, create a ***SUPER BASIC*** scene with a few elements to show off your unique rendering stylization. Be sure to apply the materials you've created. Please don't go crazy with the geometry -- then you'll have github problems if your files are too large. [See here](https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github). - -Note that your modelling will NOT be graded at all for this assignment. It is **NOT** expected that your scene will be a one-to-one faithful replica of your concept art. You are **STRONGLY ENCOURAGED** to find free assets online, even if they don't strongly resemble the geometry/objects present in your concept art. (TLDR; If you choose to model your own geometry for this project, be aware of the time-constraint and risk!) - -Some example resources for finding 3D assets to populate your scene With: -1. [SketchFab](https://sketchfab.com/) -2. [Mixamo](https://www.mixamo.com/#/) -3. [TurboSquid](https://www.turbosquid.com/) - -## 6. Interactivity -As a finishing touch, let's show off the fact that our scene is rendered in real-time! Please add an element of interactivity to your scene. Change some major visual aspect of your scene on a keypress. The triggered change could be -* Party mode (things speed up, different colorization) -* Memory mode (different post-processing effects to color you scene differently) -* Fanart mode (different surface shaders, as if done by a different artist) -* Whatever else you can think of! Combine these ideas, or come up with something new. Just note, your interactive change should be at least as complex as implementing a new type of post processing effect or surface shader. We'll be disappointed if its just a parameter change. There should be significant visual change. - -### To-Do: -* Create at least one new material to be swapped in using a key press -* Create and attach a new C# script that listens for a key press and swaps out the material on that key press. -Your C# script should look something like this: -``` -public Material[] materials; -private MeshRenderer meshRenderer; -int index; - -void Start () { - meshRenderer = GetComponent(); -} - -void Update () { - if (Input.GetKeyDown(KeyCode.Space)){ - index = (index + 1) % materials.Count; - SwapToNextMaterial(index); - } -} - -void SwapToNextMaterial (int index) { - meshRenderer.material = materials[index % materials.Count]; -} -``` -* Attach the c# script as a component to the object(s) that you want to change on keypress -* Assign all the relevant materials to the Materials list field so you object knows what to swap between. - ---- -## 7. Extra Credit -Explore! What else can you do to polish your scene? - -- Implement Texture Support for your Toon Surface Shader with Appealing Procedural Coloring. - - I.e. The procedural coloring needs to be more than just multiplying by 0.6 or 1.5 to decrease/increase the value. Consider more deeply the relationship between things such as value and saturation in artist-crafted color palettes? -- Add an interesting terrain with grass and/or other interesting features -- Implement a Custom Skybox alongside a day-night cycle lighting script that changes the main directional light's colors and direction over time. -- Add water puddles with screenspace reflections! -- Any other similar level of extra spice to your scene : ) (Evaluated on a case-by-case basis by TAs/Rachel/Adam) - -## Submission -1. Video of a turnaround of your scene -2. A comprehensive readme doc that outlines all of the different components you accomplished throughout the homework. -3. All your source files, submitted as a PR against this repository. - -## Resources: - -1. Link to all my videos: - - [Playlist link](https://www.youtube.com/playlist?list=PLEScZZttnDck7Mm_mnlHmLMfR3Q83xIGp) -2. [Lab Video](https://youtu.be/jc5MLgzJong?si=JycYxROACJk8KpM4) -3. Very Helpful Creators/Videos from the internet - - [Cyanilux](https://www.cyanilux.com/) - - [Article on Depth in Unity | How depth buffers work!](https://www.cyanilux.com/tutorials/depth/) - - [NedMakesGames](https://www.youtube.com/@NedMakesGames) - - [Toon Shader Lighting Tutorial](https://www.youtube.com/watch?v=GQyCPaThQnA&ab_channel=NedMakesGames) - - [Tutorial on Depth Buffer Sobel Edge Detection Outlines in Unity URP](https://youtu.be/RMt6DcaMxcE?si=WI7H5zyECoaqBsqF) - - [MinionsArt](https://www.youtube.com/@MinionsArt) - - [Toon Shader Tutorial](https://www.youtube.com/watch?v=FIP6I1x6lMA&ab_channel=MinionsArt) - - [Brackeys](https://www.youtube.com/@Brackeys) - - [Intro to Unity Shader Graph](https://www.youtube.com/watch?v=Ar9eIn4z6XE&ab_channel=Brackeys) - - [Robin Seibold](https://www.youtube.com/@RobinSeibold) - - [Tutorial on Depth and Normal Buffer Robert's Cross Outliens in Unity](https://youtu.be/LMqio9NsqmM?si=zmtWxtdb1ViG2tFs) - - [Alexander Ameye](https://ameye.dev/about/) - - [Article on Edge Detection Post Process Outlines in Unity](https://ameye.dev/notes/edge-detection-outlines/) +## Custom Scene +I created a basic scene using the TV 3D model. I made a wall of TVs surrounding the camera. I made the colors of the TVs randomly vary slightly in hue by instancing the screen material on a per TV basis. +![](ShowcaseMedia/tvWallHueVary.png) + +## Interactivity + +When the user clicks on a TV, it changes its channel (swaps to a different color). I animate the glitch parameter on the TV when the channel is changed. + +https://github.com/user-attachments/assets/f37b182e-76f1-4994-a09b-eb820054edba + +I also added the grayscale mode: when the user presses the spacebar, all of the TVs turn off and the scene becomes grayscale. All of the TVs lose their clover except a random TV; the user can transfer the white clover to a TV by clicking on it. + +https://github.com/user-attachments/assets/2b840521-bfb6-4bca-b5a4-3bfa10a8c52f + + + + diff --git a/ShowcaseMedia/animatedTV.mp4 b/ShowcaseMedia/animatedTV.mp4 new file mode 100644 index 00000000..b1533c07 Binary files /dev/null and b/ShowcaseMedia/animatedTV.mp4 differ diff --git a/ShowcaseMedia/channelChanging.mp4 b/ShowcaseMedia/channelChanging.mp4 new file mode 100644 index 00000000..5b579fba Binary files /dev/null and b/ShowcaseMedia/channelChanging.mp4 differ diff --git a/ShowcaseMedia/customShadows.png b/ShowcaseMedia/customShadows.png new file mode 100644 index 00000000..7c60b5cb Binary files /dev/null and b/ShowcaseMedia/customShadows.png differ diff --git a/ShowcaseMedia/introDemoThumbnail.png b/ShowcaseMedia/introDemoThumbnail.png new file mode 100644 index 00000000..97ed5380 Binary files /dev/null and b/ShowcaseMedia/introDemoThumbnail.png differ diff --git a/ShowcaseMedia/monochromeMode.mp4 b/ShowcaseMedia/monochromeMode.mp4 new file mode 100644 index 00000000..36ad10ea Binary files /dev/null and b/ShowcaseMedia/monochromeMode.mp4 differ diff --git a/ShowcaseMedia/multipleLightSupport.png b/ShowcaseMedia/multipleLightSupport.png new file mode 100644 index 00000000..b0d79d01 Binary files /dev/null and b/ShowcaseMedia/multipleLightSupport.png differ diff --git a/ShowcaseMedia/noisyOutlines.png b/ShowcaseMedia/noisyOutlines.png new file mode 100644 index 00000000..03a495c2 Binary files /dev/null and b/ShowcaseMedia/noisyOutlines.png differ diff --git a/ShowcaseMedia/outlineOutlineSampleGraph.png b/ShowcaseMedia/outlineOutlineSampleGraph.png new file mode 100644 index 00000000..294ed074 Binary files /dev/null and b/ShowcaseMedia/outlineOutlineSampleGraph.png differ diff --git a/ShowcaseMedia/outlineUVTurbulenceGraph.png b/ShowcaseMedia/outlineUVTurbulenceGraph.png new file mode 100644 index 00000000..bfbe3bd0 Binary files /dev/null and b/ShowcaseMedia/outlineUVTurbulenceGraph.png differ diff --git a/ShowcaseMedia/postprocessShader.png b/ShowcaseMedia/postprocessShader.png new file mode 100644 index 00000000..2ad3519f Binary files /dev/null and b/ShowcaseMedia/postprocessShader.png differ diff --git a/ShowcaseMedia/reference1.webp b/ShowcaseMedia/reference1.webp new file mode 100644 index 00000000..f15a229a Binary files /dev/null and b/ShowcaseMedia/reference1.webp differ diff --git a/ShowcaseMedia/reference2.png b/ShowcaseMedia/reference2.png new file mode 100644 index 00000000..579379b5 Binary files /dev/null and b/ShowcaseMedia/reference2.png differ diff --git a/ShowcaseMedia/reference3.png b/ShowcaseMedia/reference3.png new file mode 100644 index 00000000..8c63c4c2 Binary files /dev/null and b/ShowcaseMedia/reference3.png differ diff --git a/ShowcaseMedia/reference4.png b/ShowcaseMedia/reference4.png new file mode 100644 index 00000000..48dcdb40 Binary files /dev/null and b/ShowcaseMedia/reference4.png differ diff --git a/ShowcaseMedia/sobelAndNormalOutlines.png b/ShowcaseMedia/sobelAndNormalOutlines.png new file mode 100644 index 00000000..788b6b4e Binary files /dev/null and b/ShowcaseMedia/sobelAndNormalOutlines.png differ diff --git a/ShowcaseMedia/sobelOutlines.png b/ShowcaseMedia/sobelOutlines.png new file mode 100644 index 00000000..d8427d8b Binary files /dev/null and b/ShowcaseMedia/sobelOutlines.png differ diff --git a/ShowcaseMedia/tvScreen.png b/ShowcaseMedia/tvScreen.png new file mode 100644 index 00000000..a6f4620c Binary files /dev/null and b/ShowcaseMedia/tvScreen.png differ diff --git a/ShowcaseMedia/tvUVDistortionGraph.png b/ShowcaseMedia/tvUVDistortionGraph.png new file mode 100644 index 00000000..53dceeaa Binary files /dev/null and b/ShowcaseMedia/tvUVDistortionGraph.png differ diff --git a/ShowcaseMedia/tvWall.png b/ShowcaseMedia/tvWall.png new file mode 100644 index 00000000..0115089e Binary files /dev/null and b/ShowcaseMedia/tvWall.png differ diff --git a/ShowcaseMedia/tvWallHueVary.png b/ShowcaseMedia/tvWallHueVary.png new file mode 100644 index 00000000..1a23a060 Binary files /dev/null and b/ShowcaseMedia/tvWallHueVary.png differ diff --git a/rscr1.jpg b/rscr1.jpg new file mode 100644 index 00000000..9e808081 Binary files /dev/null and b/rscr1.jpg differ diff --git a/rscr2.webp b/rscr2.webp new file mode 100644 index 00000000..f15a229a Binary files /dev/null and b/rscr2.webp differ diff --git a/rscr3.png b/rscr3.png new file mode 100644 index 00000000..8c63c4c2 Binary files /dev/null and b/rscr3.png differ diff --git a/scr1.png b/scr1.png new file mode 100644 index 00000000..85a892d7 Binary files /dev/null and b/scr1.png differ diff --git a/scr2.png b/scr2.png new file mode 100644 index 00000000..eda89a08 Binary files /dev/null and b/scr2.png differ