From 6a6004b3c8faaefac818d859adaae413703b9ee0 Mon Sep 17 00:00:00 2001 From: Lucien Date: Mon, 10 Aug 2026 13:42:47 +0200 Subject: [PATCH] Tweak tree shaders to add depth and variation to foliage --- .../CocaTrees/Apple/Apple_bark_Hideable.mat | 11 +- .../CocaTrees/Apple/Apple_leaves_Hideable.mat | 16 +- .../CocaTrees/Apple/Apple_trunk_Hideable.mat | 13 +- .../Charme/Hornbeam_bark_Hideable.mat | 13 +- .../Charme/Hornbeam_leaves_Hideable.mat | 18 +- .../Charme/Hornbeam_trunk_Hideable.mat | 15 +- Sources/CocaTrees/Charme/Old Shader.meta | 8 + .../Charme/Old Shader/Charme_05_02.fbx | 3 + .../Charme/Old Shader/Charme_05_02.fbx.meta | 119 + .../Charme/Old Shader/Hornbeam_AO.mat | 680 ++++++ .../Charme/Old Shader/Hornbeam_AO.mat.meta | 8 + .../Old Shader/M_Charme_leaves_Green.mat | 318 +++ .../Old Shader/M_Charme_leaves_Green.mat.meta | 8 + .../Charme/Old Shader/chestnut_05_02.fbx | 3 + .../Charme/Old Shader/chestnut_05_02.fbx.meta | 119 + Sources/CocaTrees/CocaTrees_Demo.unity | 219 +- .../CocaTrees/Hazel/Hazel_bark_Hideable.mat | 11 +- .../CocaTrees/Hazel/Hazel_leaves_Hideable.mat | 16 +- .../CocaTrees/Hazel/Hazel_trunk_Hideable.mat | 13 +- Sources/CocaTrees/Oak/Oak_bark_Hideable.mat | 11 +- Sources/CocaTrees/Oak/Oak_leaves_Hideable.mat | 16 +- Sources/CocaTrees/Oak/Oak_trunk_Hideable.mat | 13 +- Sources/CocaTrees/Pear/Pear_bark_Hideable.mat | 11 +- .../CocaTrees/Pear/Pear_leaves_Hideable.mat | 16 +- .../CocaTrees/Pear/Pear_trunk_Hideable.mat | 13 +- .../Shaders/CocaTreesBark.shadergraph | 1590 ++++++++++++- .../Shaders/CocaTreesFoliage.shadergraph | 2104 +++++++++++++++-- .../Shaders/CocaTreesTrunk.shadergraph | 1592 ++++++++++++- .../Shaders/VolumetricAO.shadersubgraph | 2037 ++++++++++++++++ .../Shaders/VolumetricAO.shadersubgraph.meta | 10 + .../chestnut/Chestnut_bark_Hideable.mat | 11 +- .../chestnut/Chestnut_leaves_Hideable.mat | 16 +- .../chestnut/Chestnut_trunk_Hideable.mat | 13 +- 33 files changed, 8828 insertions(+), 236 deletions(-) create mode 100644 Sources/CocaTrees/Charme/Old Shader.meta create mode 100644 Sources/CocaTrees/Charme/Old Shader/Charme_05_02.fbx create mode 100644 Sources/CocaTrees/Charme/Old Shader/Charme_05_02.fbx.meta create mode 100644 Sources/CocaTrees/Charme/Old Shader/Hornbeam_AO.mat create mode 100644 Sources/CocaTrees/Charme/Old Shader/Hornbeam_AO.mat.meta create mode 100644 Sources/CocaTrees/Charme/Old Shader/M_Charme_leaves_Green.mat create mode 100644 Sources/CocaTrees/Charme/Old Shader/M_Charme_leaves_Green.mat.meta create mode 100644 Sources/CocaTrees/Charme/Old Shader/chestnut_05_02.fbx create mode 100644 Sources/CocaTrees/Charme/Old Shader/chestnut_05_02.fbx.meta create mode 100644 Sources/CocaTrees/Shaders/VolumetricAO.shadersubgraph create mode 100644 Sources/CocaTrees/Shaders/VolumetricAO.shadersubgraph.meta diff --git a/Sources/CocaTrees/Apple/Apple_bark_Hideable.mat b/Sources/CocaTrees/Apple/Apple_bark_Hideable.mat index 03f689c6..93fb48d2 100644 --- a/Sources/CocaTrees/Apple/Apple_bark_Hideable.mat +++ b/Sources/CocaTrees/Apple/Apple_bark_Hideable.mat @@ -28,6 +28,10 @@ Material: m_Texture: {fileID: 2800000, guid: dad6befa52e5c76418f231f1a631792a, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: e6f7757b223f60e49a7a5e9b1485a675, type: 3} m_Scale: {x: 1, y: 1} @@ -50,16 +54,19 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.221 + - _AO_Power: 1.78 + - _AO_Strength: 1.08 - _HideRadius: 0.3 - _Metallic: 0 - _NormalStrength: 1 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.11 m_Colors: - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1} + - _Tint: {r: 1, g: 1, b: 1, a: 1} m_BuildTextureStacks: [] --- !u!114 &3103991028694557381 MonoBehaviour: diff --git a/Sources/CocaTrees/Apple/Apple_leaves_Hideable.mat b/Sources/CocaTrees/Apple/Apple_leaves_Hideable.mat index 594e4551..d946346e 100644 --- a/Sources/CocaTrees/Apple/Apple_leaves_Hideable.mat +++ b/Sources/CocaTrees/Apple/Apple_leaves_Hideable.mat @@ -41,6 +41,10 @@ Material: m_Texture: {fileID: 2800000, guid: 130df001110813845988f851865d3acc, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 48ed93ca43658dd479fd0e8bdc85c438, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: a8438e7c57748be458882951c2cfddc5, type: 3} m_Scale: {x: 1, y: 1} @@ -63,20 +67,26 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.346 + - _AO_Power: 0.66 + - _AO_strength: 1.16 - _ClipThreshold: 0.1 - _GeometryAdapt: -0.07 - _HideRadius: 0.4 - - _Metallic: 0 - - _NormalStrength: 1.17 + - _Metallic: 0.21 + - _NoiseColorScale: 1.6 + - _NormalStrength: 2 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.55 - _WindScale: 3.5 - _WindSpeed: 0.3 - _WindSpread: 0 - _WindStrength: 0.03 m_Colors: + - _DryColor: {r: 0.6415094, g: 0.6415094, b: 0.6415094, a: 1} + - _HeatlhyColor: {r: 1, g: 1, b: 1, a: 1} - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - _Tint: {r: 0.8773585, g: 0.8773585, b: 0.8773585, a: 1} - _WindSpread: {r: 0.15, g: 0.1, b: 0, a: 0} diff --git a/Sources/CocaTrees/Apple/Apple_trunk_Hideable.mat b/Sources/CocaTrees/Apple/Apple_trunk_Hideable.mat index 5ea13e13..506e0a9e 100644 --- a/Sources/CocaTrees/Apple/Apple_trunk_Hideable.mat +++ b/Sources/CocaTrees/Apple/Apple_trunk_Hideable.mat @@ -28,6 +28,10 @@ Material: m_Texture: {fileID: 2800000, guid: dad6befa52e5c76418f231f1a631792a, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: e6f7757b223f60e49a7a5e9b1485a675, type: 3} m_Scale: {x: 1, y: 1} @@ -50,17 +54,20 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.221 + - _AO_Power: 1.78 + - _AO_Strength: 1.08 - _HeightMultiplier: 0.06 - _HideRadius: 0.3 - _Metallic: 0 - - _NormalStrength: 1 + - _NormalStrength: 2.71 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.11 m_Colors: - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1} + - _Tint: {r: 1, g: 1, b: 1, a: 1} m_BuildTextureStacks: [] --- !u!114 &3103991028694557381 MonoBehaviour: diff --git a/Sources/CocaTrees/Charme/Hornbeam_bark_Hideable.mat b/Sources/CocaTrees/Charme/Hornbeam_bark_Hideable.mat index 9f1a1d82..18c92253 100644 --- a/Sources/CocaTrees/Charme/Hornbeam_bark_Hideable.mat +++ b/Sources/CocaTrees/Charme/Hornbeam_bark_Hideable.mat @@ -28,8 +28,12 @@ Material: m_Texture: {fileID: 2800000, guid: 3e1f309d933f81742bd5c6bf02e12663, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: - m_Texture: {fileID: 2800000, guid: 61c6cd90a058cc548bf87159fe6932cb, type: 3} + m_Texture: {fileID: 2800000, guid: cfb5ba34323191b4bac3d698e8dffa1f, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _SampleTexture2D_caf4b53b3d8d4bb9ba908e00160c7c78_Texture_1_Texture2D: @@ -50,16 +54,19 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.221 + - _AO_Power: 1.78 + - _AO_Strength: 1.08 - _HideRadius: 0.3 - _Metallic: 0 - _NormalStrength: 1 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.11 m_Colors: - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1} + - _Tint: {r: 1, g: 1, b: 1, a: 1} m_BuildTextureStacks: [] --- !u!114 &3103991028694557381 MonoBehaviour: diff --git a/Sources/CocaTrees/Charme/Hornbeam_leaves_Hideable.mat b/Sources/CocaTrees/Charme/Hornbeam_leaves_Hideable.mat index 813d3fef..54584138 100644 --- a/Sources/CocaTrees/Charme/Hornbeam_leaves_Hideable.mat +++ b/Sources/CocaTrees/Charme/Hornbeam_leaves_Hideable.mat @@ -41,6 +41,10 @@ Material: m_Texture: {fileID: 2800000, guid: 921e00e03f4e2a84c93481ccb4436b3c, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 48ed93ca43658dd479fd0e8bdc85c438, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: 3879d1dae06b86b4f99895e250f49459, type: 3} m_Scale: {x: 1, y: 1} @@ -63,21 +67,27 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.346 + - _AO_Power: 0.66 + - _AO_strength: 1.16 - _ClipThreshold: 0.1 - _GeometryAdapt: -0.07 - _HideRadius: 0.4 - - _Metallic: 0 - - _NormalStrength: 1.17 + - _Metallic: 0.21 + - _NoiseColorScale: 1.6 + - _NormalStrength: 2 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.55 - _WindScale: 3.5 - _WindSpeed: 0.3 - _WindSpread: 0 - _WindStrength: 0.03 m_Colors: + - _DryColor: {r: 0.6415094, g: 0.6415094, b: 0.6415094, a: 1} + - _HeatlhyColor: {r: 1, g: 1, b: 1, a: 1} - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.6509804, g: 0.6509804, b: 0.6509804, a: 1} - _WindSpread: {r: 0.15, g: 0.1, b: 0, a: 0} m_BuildTextureStacks: [] diff --git a/Sources/CocaTrees/Charme/Hornbeam_trunk_Hideable.mat b/Sources/CocaTrees/Charme/Hornbeam_trunk_Hideable.mat index 9b8056bb..1d6f6d61 100644 --- a/Sources/CocaTrees/Charme/Hornbeam_trunk_Hideable.mat +++ b/Sources/CocaTrees/Charme/Hornbeam_trunk_Hideable.mat @@ -28,8 +28,12 @@ Material: m_Texture: {fileID: 2800000, guid: 3e1f309d933f81742bd5c6bf02e12663, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: - m_Texture: {fileID: 2800000, guid: 61c6cd90a058cc548bf87159fe6932cb, type: 3} + m_Texture: {fileID: 2800000, guid: cfb5ba34323191b4bac3d698e8dffa1f, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _SampleTexture2D_caf4b53b3d8d4bb9ba908e00160c7c78_Texture_1_Texture2D: @@ -50,17 +54,20 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.221 + - _AO_Power: 1.78 + - _AO_Strength: 1.08 - _HeightMultiplier: 0.06 - _HideRadius: 0.3 - _Metallic: 0 - - _NormalStrength: 1 + - _NormalStrength: 2.71 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.11 m_Colors: - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1} + - _Tint: {r: 1, g: 1, b: 1, a: 1} m_BuildTextureStacks: [] --- !u!114 &3103991028694557381 MonoBehaviour: diff --git a/Sources/CocaTrees/Charme/Old Shader.meta b/Sources/CocaTrees/Charme/Old Shader.meta new file mode 100644 index 00000000..3f45a361 --- /dev/null +++ b/Sources/CocaTrees/Charme/Old Shader.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 96552deabe259d94e8137975e0b5b9d8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Sources/CocaTrees/Charme/Old Shader/Charme_05_02.fbx b/Sources/CocaTrees/Charme/Old Shader/Charme_05_02.fbx new file mode 100644 index 00000000..d210baf5 --- /dev/null +++ b/Sources/CocaTrees/Charme/Old Shader/Charme_05_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572c6dcc204d88c9589bf6225dde0a391c7a4d62a164a4c57dc3dd439cedea50 +size 615504 diff --git a/Sources/CocaTrees/Charme/Old Shader/Charme_05_02.fbx.meta b/Sources/CocaTrees/Charme/Old Shader/Charme_05_02.fbx.meta new file mode 100644 index 00000000..d96f7263 --- /dev/null +++ b/Sources/CocaTrees/Charme/Old Shader/Charme_05_02.fbx.meta @@ -0,0 +1,119 @@ +fileFormatVersion: 2 +guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material_2_Mat + second: {fileID: 2100000, guid: 22f5aead5d5ec47489ccf7f0ca3df6dc, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: charme_Mat + second: {fileID: 2100000, guid: 252409a26d83f0c44967f3f080b9b3f0, type: 2} + 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/Sources/CocaTrees/Charme/Old Shader/Hornbeam_AO.mat b/Sources/CocaTrees/Charme/Old Shader/Hornbeam_AO.mat new file mode 100644 index 00000000..ad523294 --- /dev/null +++ b/Sources/CocaTrees/Charme/Old Shader/Hornbeam_AO.mat @@ -0,0 +1,680 @@ +%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: Hornbeam_AO + m_Shader: {fileID: 4800000, guid: 8a95675767cdff4429e1abe2778a1f30, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _DISABLE_DBUFFER + - _HEIGHTMAP0 + - _HEIGHTMAP1 + - _HEIGHT_BASED_BLEND + - _MAIN_LAYER_INFLUENCE_MODE + - _MASKMAP + - _MASKMAP0 + - _MASKMAP1 + - _NORMALMAP + - _NORMALMAP0 + - _NORMALMAP1 + - _NORMALMAP_TANGENT_SPACE + - _NORMALMAP_TANGENT_SPACE0 + - _NORMALMAP_TANGENT_SPACE1 + - _NORMALMAP_TANGENT_SPACE2 + - _NORMALMAP_TANGENT_SPACE3 + - _REQUIRE_UV3 + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + MotionVector: User + disabledShaderPasses: + - DistortionVectors + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _AnisotropyMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BarkBaseColorMap: + m_Texture: {fileID: 2800000, guid: fcf2a60c6f00e504ead27c862ecd183d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BarkMaskMap: + m_Texture: {fileID: 2800000, guid: bb3a35eff6717cf43a2a4e644116bf5d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BarkNormalMap: + m_Texture: {fileID: 2800000, guid: 4386cdd93fc18454a87de79ec90b6605, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BaseColorMap: + m_Texture: {fileID: 2800000, guid: cd9c22751cccd714ea89551aa711d5c1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BaseColorMap0: + m_Texture: {fileID: 2800000, guid: dd279bcb45b698e4293aa9d65650a6b8, type: 3} + m_Scale: {x: 1, y: 2} + m_Offset: {x: 0, y: 0} + - _BaseColorMap1: + m_Texture: {fileID: 2800000, guid: b67354df16892bf4d861c9ee292f3b71, type: 3} + m_Scale: {x: 1, y: 5} + m_Offset: {x: 0, y: 0} + - _BaseColorMap2: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BaseColorMap3: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BentNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BentNormalMap0: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BentNormalMap1: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BentNormalMap2: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BentNormalMap3: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BentNormalMapOS: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BentNormalMapOS0: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BentNormalMapOS1: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BentNormalMapOS2: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BentNormalMapOS3: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _CoatMaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMap: + m_Texture: {fileID: 0} + m_Scale: {x: 3, y: 3} + m_Offset: {x: 0, y: 0} + - _DetailMap0: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMap1: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMap2: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMap3: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DistortionVectorMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissiveColorMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _HeightMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _HeightMap0: + m_Texture: {fileID: 2800000, guid: 4d78290c30d303a4d9d086e916038371, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _HeightMap1: + m_Texture: {fileID: 2800000, guid: ca9a830feb5123e4da60bafcf9f1766b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _HeightMap2: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _HeightMap3: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _IridescenceMaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _IridescenceThicknessMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LayerInfluenceMaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LayerMask: + m_Texture: {fileID: 2800000, guid: d52b4c76f61ac254f87e04a7612f0fed, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LayerMaskMap: + m_Texture: {fileID: 2800000, guid: 870470e87a378b34fa452007f8d6c9e9, type: 3} + 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} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 531b819a281d25e4db7554229b58d8ea, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskMap0: + m_Texture: {fileID: 2800000, guid: 531b819a281d25e4db7554229b58d8ea, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskMap1: + m_Texture: {fileID: 2800000, guid: 25228d1b6508b9c4fb509f10f371f015, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskMap2: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskMap3: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 2800000, guid: 5b1461e52deea0e40a09cf03388d96e8, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap0: + m_Texture: {fileID: 2800000, guid: f61a81bfb3619274d92b3473783037ef, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap1: + m_Texture: {fileID: 2800000, guid: 654fc870bc9930840b0dab6ff4910a97, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap2: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap3: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMapOS: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMapOS0: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMapOS1: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMapOS2: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMapOS3: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecularColorMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SubsurfaceMaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SubsurfaceMaskMap0: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SubsurfaceMaskMap1: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SubsurfaceMaskMap2: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SubsurfaceMaskMap3: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TangentMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TangentMapOS: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ThicknessMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ThicknessMap0: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ThicknessMap1: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ThicknessMap2: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ThicknessMap3: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmittanceColorMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TrunkBaseColorMap: + m_Texture: {fileID: 2800000, guid: 3e1f309d933f81742bd5c6bf02e12663, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TrunkMaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TrunkNormalMap: + m_Texture: {fileID: 2800000, guid: cfb5ba34323191b4bac3d698e8dffa1f, type: 3} + 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: + - _AORemapMax: 1 + - _AORemapMax0: 1 + - _AORemapMax1: 1 + - _AORemapMax2: 1 + - _AORemapMax3: 1 + - _AORemapMin: 0 + - _AORemapMin0: 1 + - _AORemapMin1: 0 + - _AORemapMin2: 0 + - _AORemapMin3: 0 + - _ATDistance: 1 + - _AlbedoAffectEmissive: 0 + - _AlphaCutoff: 0.5 + - _AlphaCutoffEnable: 0 + - _AlphaCutoffPostpass: 0.5 + - _AlphaCutoffPrepass: 0.5 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _Anisotropy: 0 + - _BarkAORemapMax: 1 + - _BarkAORemapMin: 0 + - _BarkMetallic: 1 + - _BarkNormalScale: 8 + - _BarkSmoothnessRemapMax: 1 + - _BarkSmoothnessRemapMin: 0 + - _BarkUseUV3: 0 + - _BlendMode: 0 + - _CoatMask: 0 + - _CullMode: 2 + - _CullModeForward: 2 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailAlbedoScale: 0.237 + - _DetailAlbedoScale0: 1 + - _DetailAlbedoScale1: 1 + - _DetailAlbedoScale2: 1 + - _DetailAlbedoScale3: 1 + - _DetailNormalScale: 0.279 + - _DetailNormalScale0: 1 + - _DetailNormalScale1: 1 + - _DetailNormalScale2: 1 + - _DetailNormalScale3: 1 + - _DetailSmoothnessScale: 0.442 + - _DetailSmoothnessScale0: 1 + - _DetailSmoothnessScale1: 1 + - _DetailSmoothnessScale2: 1 + - _DetailSmoothnessScale3: 1 + - _DiffusionProfile: 0 + - _DiffusionProfile0: 0 + - _DiffusionProfile1: 0 + - _DiffusionProfile2: 0 + - _DiffusionProfile3: 0 + - _DiffusionProfileHash0: 0 + - _DiffusionProfileHash1: 0 + - _DiffusionProfileHash2: 0 + - _DiffusionProfileHash3: 0 + - _DisplacementLockObjectScale: 1 + - _DisplacementLockTilingScale: 1 + - _DisplacementMode: 0 + - _DistortionBlendMode: 0 + - _DistortionBlurBlendMode: 0 + - _DistortionBlurDstBlend: 1 + - _DistortionBlurRemapMax: 1 + - _DistortionBlurRemapMin: 0 + - _DistortionBlurScale: 1 + - _DistortionBlurSrcBlend: 1 + - _DistortionDepthTest: 1 + - _DistortionDstBlend: 1 + - _DistortionEnable: 0 + - _DistortionScale: 1 + - _DistortionSrcBlend: 1 + - _DistortionVectorBias: -1 + - _DistortionVectorScale: 2 + - _DoubleSidedEnable: 0 + - _DoubleSidedNormalMode: 1 + - _Drag: 0.1 + - _DstBlend: 0 + - _EmissiveColorMode: 1 + - _EmissiveExposureWeight: 1 + - _EmissiveIntensity: 0 + - _EmissiveIntensityUnit: 0 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _EnableGeometricSpecularAA: 0 + - _EnableMotionVectorForVertexAnimation: 0 + - _EnableSpecularOcclusion: 0 + - _EnableWind: 1 + - _EnergyConservingSpecularColor: 1 + - _HdrpVersion: 1 + - _HeightAmplitude: 0.02 + - _HeightAmplitude0: 0.02 + - _HeightAmplitude1: 0.02 + - _HeightAmplitude2: 0.02 + - _HeightAmplitude3: 0.02 + - _HeightCenter: 0.5 + - _HeightCenter0: 0.5 + - _HeightCenter1: 0.5 + - _HeightCenter2: 0.5 + - _HeightCenter3: 0.5 + - _HeightDrag: 0 + - _HeightMapParametrization: 0 + - _HeightMapParametrization0: 0 + - _HeightMapParametrization1: 0 + - _HeightMapParametrization2: 0 + - _HeightMapParametrization3: 0 + - _HeightMax: 1 + - _HeightMax0: 1 + - _HeightMax1: 1 + - _HeightMax2: 1 + - _HeightMax3: 1 + - _HeightMin: -1 + - _HeightMin0: -1 + - _HeightMin1: -1 + - _HeightMin2: -1 + - _HeightMin3: -1 + - _HeightOffset: 0 + - _HeightOffset0: 0 + - _HeightOffset1: 0 + - _HeightOffset2: 0 + - _HeightOffset3: 0 + - _HeightPoMAmplitude: 2 + - _HeightPoMAmplitude0: 2 + - _HeightPoMAmplitude1: 2 + - _HeightPoMAmplitude2: 2 + - _HeightPoMAmplitude3: 2 + - _HeightTessAmplitude: 2 + - _HeightTessAmplitude0: 2 + - _HeightTessAmplitude1: 2 + - _HeightTessAmplitude2: 2 + - _HeightTessAmplitude3: 2 + - _HeightTessCenter: 0.5 + - _HeightTessCenter0: 0.5 + - _HeightTessCenter1: 0.5 + - _HeightTessCenter2: 0.5 + - _HeightTessCenter3: 0.5 + - _HeightTransition: 0.533 + - _InheritBaseColor1: 0 + - _InheritBaseColor2: 0 + - _InheritBaseColor3: 0 + - _InheritBaseHeight1: 0 + - _InheritBaseHeight2: 0 + - _InheritBaseHeight3: 0 + - _InheritBaseNormal1: 0 + - _InheritBaseNormal2: 0 + - _InheritBaseNormal3: 0 + - _InitialBend: 1 + - _InvTilingScale: 1 + - _InvTilingScale0: 0.6666667 + - _InvTilingScale1: 0.33333334 + - _InvTilingScale2: 1 + - _InvTilingScale3: 1 + - _Ior: 1 + - _IridescenceMask: 1 + - _IridescenceThickness: 1 + - _LayerCount: 2 + - _LinkDetailsWithBase: 0 + - _LinkDetailsWithBase0: 1 + - _LinkDetailsWithBase1: 1 + - _LinkDetailsWithBase2: 1 + - _LinkDetailsWithBase3: 1 + - _MaterialID: 1 + - _Metallic: 0 + - _Metallic0: 1 + - _Metallic1: 0 + - _Metallic2: 0 + - _Metallic3: 0 + - _NormalMapSpace: 0 + - _NormalMapSpace0: 0 + - _NormalMapSpace1: 0 + - _NormalMapSpace2: 0 + - _NormalMapSpace3: 0 + - _NormalScale: 1 + - _NormalScale0: 1.25 + - _NormalScale1: 1.61 + - _NormalScale2: 1 + - _NormalScale3: 1 + - _ObjectScaleAffectTile: 0 + - _OpacityAsDensity0: 0 + - _OpacityAsDensity1: 0 + - _OpacityAsDensity2: 0 + - _OpacityAsDensity3: 0 + - _PPDLodThreshold: 5 + - _PPDMaxSamples: 15 + - _PPDMinSamples: 5 + - _PPDPrimitiveLength: 1 + - _PPDPrimitiveWidth: 1 + - _PreRefractionPass: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceivesSSR: 1 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _SSRefractionProjectionModel: 0 + - _ShiverDirectionality: 0.5 + - _ShiverDrag: 0.0001 + - _ShowLayer0: 1 + - _ShowLayer1: 1 + - _ShowLayer2: 0 + - _ShowLayer3: 0 + - _ShowMaterialReferences: 1 + - _Smoothness: 1 + - _Smoothness0: 1 + - _Smoothness1: 1 + - _Smoothness2: 1 + - _Smoothness3: 1 + - _SmoothnessRemapMax: 1 + - _SmoothnessRemapMax0: 1 + - _SmoothnessRemapMax1: 1 + - _SmoothnessRemapMax2: 1 + - _SmoothnessRemapMax3: 1 + - _SmoothnessRemapMin: 0 + - _SmoothnessRemapMin0: 0 + - _SmoothnessRemapMin1: 0 + - _SmoothnessRemapMin2: 0 + - _SmoothnessRemapMin3: 0 + - _SpecularAAScreenSpaceVariance: 0.1 + - _SpecularAAThreshold: 0.2 + - _SrcBlend: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 8 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 14 + - _StencilWriteMaskMV: 40 + - _Stiffness: 0.93 + - _SubsurfaceMask: 1 + - _SubsurfaceMask0: 1 + - _SubsurfaceMask1: 1 + - _SubsurfaceMask2: 1 + - _SubsurfaceMask3: 1 + - _SupportDBuffer: 0 + - _SupportDecals: 1 + - _SurfaceType: 0 + - _TessellationBackFaceCullEpsilon: -0.25 + - _TessellationFactor: 23.9 + - _TessellationFactorMaxDistance: 50 + - _TessellationFactorMinDistance: 20 + - _TessellationFactorTriangleSize: 100 + - _TessellationMode: 0 + - _TessellationShapeFactor: 0.75 + - _TexWorldScale: 1 + - _TexWorldScale0: 1 + - _TexWorldScale1: 1 + - _TexWorldScale2: 1 + - _TexWorldScale3: 1 + - _TexWorldScaleBlendMask: 1 + - _TexWorldScaleEmissive: 1 + - _Thickness: 1 + - _Thickness0: 1 + - _Thickness1: 1 + - _Thickness2: 1 + - _Thickness3: 1 + - _ThicknessMultiplier: 1 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentZWrite: 0 + - _TrunkAORemapMax: 0.756 + - _TrunkAORemapMin: 0 + - _TrunkMetallic: 0 + - _TrunkNormalScale: 2.71 + - _TrunkSmoothnessRemapMax: 0.277 + - _TrunkSmoothnessRemapMin: 0.175 + - _UVBase: 0 + - _UVBase0: 0 + - _UVBase1: 3 + - _UVBase2: 0 + - _UVBase3: 0 + - _UVBlendMask: 0 + - _UVDetail: 0 + - _UVDetail0: 0 + - _UVDetail1: 0 + - _UVDetail2: 0 + - _UVDetail3: 0 + - _UVEmissive: 0 + - _UseDensityMode: 0 + - _UseEmissiveIntensity: 0 + - _UseHeightBasedBlend: 1 + - _UseMainLayerInfluence: 1 + - _UseShadowThreshold: 0 + - _VertexColorMode: 0 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 4 + - _ZTestModeDistortion: 4 + - _ZTestTransparent: 4 + - _ZWrite: 1 + m_Colors: + - _BarkBaseColor: {r: 0, g: 0, b: 0, a: 0} + - _BarkBlendMaskTilingOffset: {r: 0, g: 0, b: 0, a: 0} + - _BarkTilingOffset: {r: 0, g: 0, b: 0, a: 0} + - _BaseColor: {r: 0.8962264, g: 0.8962264, b: 0.8962264, a: 1} + - _BaseColor0: {r: 1, g: 1, b: 1, a: 1} + - _BaseColor1: {r: 0.9528302, g: 0.9528302, b: 0.9528302, a: 1} + - _BaseColor2: {r: 1, g: 1, b: 1, a: 1} + - _BaseColor3: {r: 1, g: 1, b: 1, a: 1} + - _BaseColorMap0_MipInfo: {r: 0, g: 0, b: 0, a: 0} + - _Color: {r: 0, g: 0, b: 0, a: 1} + - _DiffusionProfileAsset0: {r: 0, g: 0, b: 0, a: 0} + - _DiffusionProfileAsset1: {r: 0, g: 0, b: 0, a: 0} + - _DiffusionProfileAsset2: {r: 0, g: 0, b: 0, a: 0} + - _DiffusionProfileAsset3: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _EmissiveColor: {r: 0, g: 0, b: 0, a: 1} + - _EmissiveColorLDR: {r: 0, g: 0, b: 0, a: 1} + - _InvPrimScale: {r: 1, g: 1, b: 0, a: 0} + - _IridescenceThicknessRemap: {r: 0, g: 1, b: 0, a: 0} + - _NewNormal: {r: 0, g: 0, b: 0, a: 0} + - _SpecularColor: {r: 1, g: 1, b: 1, a: 1} + - _ThicknessRemap: {r: 0, g: 1, b: 0, a: 0} + - _ThicknessRemap0: {r: 0, g: 1, b: 0, a: 0} + - _ThicknessRemap1: {r: 0, g: 1, b: 0, a: 0} + - _ThicknessRemap2: {r: 0, g: 1, b: 0, a: 0} + - _ThicknessRemap3: {r: 0, g: 1, b: 0, a: 0} + - _TransmittanceColor: {r: 1, g: 1, b: 1, a: 1} + - _TrunkBaseColor: {r: 1, g: 1, b: 1, a: 1} + - _TrunkTilingOffset: {r: 1, g: 1, b: 0, a: 0} + - _UVDetailsMappingMask: {r: 1, g: 0, b: 0, a: 0} + - _UVDetailsMappingMask0: {r: 1, g: 0, b: 0, a: 0} + - _UVDetailsMappingMask1: {r: 1, g: 0, b: 0, a: 0} + - _UVDetailsMappingMask2: {r: 1, g: 0, b: 0, a: 0} + - _UVDetailsMappingMask3: {r: 1, g: 0, b: 0, a: 0} + - _UVMappingMask: {r: 1, g: 0, b: 0, a: 0} + - _UVMappingMask0: {r: 1, g: 0, b: 0, a: 0} + - _UVMappingMask1: {r: 0, g: 0, b: 0, a: 1} + - _UVMappingMask2: {r: 1, g: 0, b: 0, a: 0} + - _UVMappingMask3: {r: 1, g: 0, b: 0, a: 0} + - _UVMappingMaskBlendMask: {r: 1, g: 0, b: 0, a: 0} + - _UVMappingMaskEmissive: {r: 1, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] diff --git a/Sources/CocaTrees/Charme/Old Shader/Hornbeam_AO.mat.meta b/Sources/CocaTrees/Charme/Old Shader/Hornbeam_AO.mat.meta new file mode 100644 index 00000000..ebc62382 --- /dev/null +++ b/Sources/CocaTrees/Charme/Old Shader/Hornbeam_AO.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 22f5aead5d5ec47489ccf7f0ca3df6dc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Sources/CocaTrees/Charme/Old Shader/M_Charme_leaves_Green.mat b/Sources/CocaTrees/Charme/Old Shader/M_Charme_leaves_Green.mat new file mode 100644 index 00000000..225bb414 --- /dev/null +++ b/Sources/CocaTrees/Charme/Old Shader/M_Charme_leaves_Green.mat @@ -0,0 +1,318 @@ +%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: M_Charme_leaves_Green + m_Shader: {fileID: 4800000, guid: adce0b63bca75a84e9f786201b7d7b0b, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 2450 + stringTagMap: + MotionVector: User + disabledShaderPasses: + - DistortionVectors + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _AnisotropyMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BaseColorMap: + m_Texture: {fileID: 2800000, guid: 921e00e03f4e2a84c93481ccb4436b3c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BentNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BentNormalMapOS: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _CoatMaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DistortionVectorMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissiveColorMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _HeightMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _IridescenceMaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _IridescenceThicknessMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 640a0ad9ef76dee4da5434c8c5e9c733, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 48ed93ca43658dd479fd0e8bdc85c438, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 2800000, guid: 3879d1dae06b86b4f99895e250f49459, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMapOS: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecularColorMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SubsurfaceMaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TangentMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TangentMapOS: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ThicknessMap: + m_Texture: {fileID: 2800000, guid: cd2c94cc1984e844bb036f242b4ad2f9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmittanceColorMap: + 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: + - _AORemapMax: 1 + - _AORemapMin: 0 + - _ATDistance: 1 + - _AlbedoAffectEmissive: 0 + - _AlphaCutoff: 0.1 + - _AlphaCutoffEnable: 1 + - _AlphaCutoffPostpass: 0.5 + - _AlphaCutoffPrepass: 0.5 + - _AlphaCutoffShadow: 0.5 + - _AlphaDrag: 0 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _Anisotropy: 0 + - _BlendMode: 0 + - _CoatMask: 0 + - _ColorNoiseSpread: 6 + - _CullFarDistance: 20 + - _CullFarStart: 60 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.3 + - _DISTANCEBLEND: 0 + - _DepthOffsetEnable: 0 + - _DetailAlbedoScale: 1 + - _DetailNormalScale: 1 + - _DetailSmoothnessScale: 1 + - _DiffusionProfile: 2 + - _DiffusionProfileHash: 2.6839058 + - _DisplacementLockObjectScale: 1 + - _DisplacementLockTilingScale: 1 + - _DisplacementMode: 0 + - _DistanceBlend: 0 + - _DistortionBlendMode: 0 + - _DistortionBlurBlendMode: 0 + - _DistortionBlurDstBlend: 1 + - _DistortionBlurRemapMax: 1 + - _DistortionBlurRemapMin: 0 + - _DistortionBlurScale: 1 + - _DistortionBlurSrcBlend: 1 + - _DistortionDepthTest: 1 + - _DistortionDstBlend: 1 + - _DistortionEnable: 0 + - _DistortionScale: 1 + - _DistortionSrcBlend: 1 + - _DistortionVectorBias: -1 + - _DistortionVectorScale: 2 + - _DoubleSidedEnable: 1 + - _DoubleSidedNormalMode: 1 + - _Drag: 0.1 + - _DstBlend: 0 + - _EmissiveColorMode: 1 + - _EmissiveExposureWeight: 1 + - _EmissiveIntensity: 0 + - _EmissiveIntensityUnit: 0 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _EnableGeometricSpecularAA: 0 + - _EnableMotionVectorForVertexAnimation: 0 + - _EnableSpecularOcclusion: 0 + - _EnableWind: 1 + - _EnergyConservingSpecularColor: 1 + - _HdrpVersion: 1 + - _HeightAmplitude: 0.02 + - _HeightCenter: 0.5 + - _HeightDrag: 0 + - _HeightMapParametrization: 0 + - _HeightMax: 1 + - _HeightMin: -1 + - _HeightOffset: 0 + - _HeightPoMAmplitude: 2 + - _HeightTessAmplitude: 2 + - _HeightTessCenter: 0.5 + - _InitialBend: 1 + - _InvTilingScale: 1 + - _InvertBackfaceNormal: 0 + - _Ior: 1 + - _IridescenceMask: 1 + - _IridescenceThickness: 1 + - _LinkDetailsWithBase: 1 + - _MaterialID: 5 + - _Metallic: 0 + - _NormalMapSpace: 0 + - _NormalScale: 2.11 + - _PPDLodThreshold: 5 + - _PPDMaxSamples: 15 + - _PPDMinSamples: 5 + - _PPDPrimitiveLength: 1 + - _PPDPrimitiveWidth: 1 + - _PreRefractionPass: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceivesSSR: 1 + - _RefractionMode: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _SSRefractionProjectionModel: 0 + - _ShiverDirectionality: 0 + - _ShiverDrag: 0 + - _Smoothness: 0 + - _SmoothnessRemapMax: 1 + - _SmoothnessRemapMin: 0 + - _Specular: 0 + - _SpecularAAScreenSpaceVariance: 0.1 + - _SpecularAAThreshold: 0.2 + - _SrcBlend: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 8 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 14 + - _StencilWriteMaskMV: 40 + - _Stiffness: 1 + - _SubsurfaceMask: 0 + - _SupportDBuffer: 0 + - _SupportDecals: 0 + - _SurfaceType: 0 + - _TexWorldScale: 1 + - _TexWorldScaleEmissive: 1 + - _Thickness: 1 + - _ThicknessMultiplier: 1 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentWritingVelocity: 0 + - _TransparentZWrite: 0 + - _UVBase: 0 + - _UVDetail: 0 + - _UVEmissive: 0 + - _UseEmissiveIntensity: 0 + - _UseShadowThreshold: 0 + - _WINDCOLORMIX: 0 + - _WindColorMix: 0 + - _WindColorThreshold: 1 + - _WindNormalInfluence: 0 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 3 + - _ZTestModeDistortion: 4 + - _ZTestTransparent: 4 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _BaseColorMap_MipInfo: {r: 0, g: 0, b: 0, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DiffusionProfileAsset: {r: 0.0000000018238335, g: 8.720024e-27, b: 0.07043165, + a: 1.1969789e-26} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _DryColor: {r: 0.6509434, g: 0.6509434, b: 0.6509434, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _EmissiveColor: {r: 0, g: 0, b: 0, a: 1} + - _EmissiveColorLDR: {r: 0, g: 0, b: 0, a: 1} + - _HealthyColor: {r: 1, g: 1, b: 1, a: 0} + - _InvPrimScale: {r: 1, g: 1, b: 0, a: 0} + - _IridescenceThicknessRemap: {r: 0, g: 1, b: 0, a: 0} + - _NewNormal: {r: 0, g: 0, b: 0, a: 0} + - _SpecularColor: {r: 1, g: 1, b: 1, a: 1} + - _ThicknessRemap: {r: 0, g: 1, b: 0, a: 0} + - _TilingOffset: {r: 1, g: 1, b: 0, a: 0} + - _Tiling_and_Offset: {r: 1, g: 1, b: 0, a: 0} + - _TransmittanceColor: {r: 1, g: 1, b: 1, a: 1} + - _UVDetailsMappingMask: {r: 1, g: 0, b: 0, a: 0} + - _UVMappingMask: {r: 1, g: 0, b: 0, a: 0} + - _UVMappingMaskEmissive: {r: 1, g: 0, b: 0, a: 0} + - _VertexNormalMultiply: {r: 0, g: 0, b: 0, a: 0} + - _WindColorInfluence: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] +--- !u!114 &8079289802741574423 +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: aa486462e6be1764e89c788ba30e61f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_DiffusionProfileReferences: + - {fileID: 11400000, guid: 70aafa30c6b72c14783e903d0a166d14, type: 2} + m_MaterialReferences: [] diff --git a/Sources/CocaTrees/Charme/Old Shader/M_Charme_leaves_Green.mat.meta b/Sources/CocaTrees/Charme/Old Shader/M_Charme_leaves_Green.mat.meta new file mode 100644 index 00000000..e4f5179a --- /dev/null +++ b/Sources/CocaTrees/Charme/Old Shader/M_Charme_leaves_Green.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 252409a26d83f0c44967f3f080b9b3f0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Sources/CocaTrees/Charme/Old Shader/chestnut_05_02.fbx b/Sources/CocaTrees/Charme/Old Shader/chestnut_05_02.fbx new file mode 100644 index 00000000..396cc7f1 --- /dev/null +++ b/Sources/CocaTrees/Charme/Old Shader/chestnut_05_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea34565da3a67be24e8f35feae28183c458aa3d8df23f240bb49fc24fd185ca +size 1043168 diff --git a/Sources/CocaTrees/Charme/Old Shader/chestnut_05_02.fbx.meta b/Sources/CocaTrees/Charme/Old Shader/chestnut_05_02.fbx.meta new file mode 100644 index 00000000..40fd8366 --- /dev/null +++ b/Sources/CocaTrees/Charme/Old Shader/chestnut_05_02.fbx.meta @@ -0,0 +1,119 @@ +fileFormatVersion: 2 +guid: fa37b1dd290c9e24ab24268ad7ffdc2f +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material_2_Mat + second: {fileID: 2100000, guid: 22f5aead5d5ec47489ccf7f0ca3df6dc, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material_Mat + second: {fileID: 2100000, guid: 252409a26d83f0c44967f3f080b9b3f0, type: 2} + 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/Sources/CocaTrees/CocaTrees_Demo.unity b/Sources/CocaTrees/CocaTrees_Demo.unity index 8033d524..88f75da1 100644 --- a/Sources/CocaTrees/CocaTrees_Demo.unity +++ b/Sources/CocaTrees/CocaTrees_Demo.unity @@ -4052,6 +4052,74 @@ PrefabInstance: m_AddedGameObjects: [] m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 611d10df45937e3488274efb69a282b1, type: 3} +--- !u!1001 &416805615 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 3531720047787283908, guid: 5e5cf7d0025a7714088884d18e903eb6, + type: 3} + propertyPath: m_LocalPosition.x + value: 41.4 + objectReference: {fileID: 0} + - target: {fileID: 3531720047787283908, guid: 5e5cf7d0025a7714088884d18e903eb6, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.0000009536743 + objectReference: {fileID: 0} + - target: {fileID: 3531720047787283908, guid: 5e5cf7d0025a7714088884d18e903eb6, + type: 3} + propertyPath: m_LocalPosition.z + value: 65.3 + objectReference: {fileID: 0} + - target: {fileID: 3531720047787283908, guid: 5e5cf7d0025a7714088884d18e903eb6, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3531720047787283908, guid: 5e5cf7d0025a7714088884d18e903eb6, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3531720047787283908, guid: 5e5cf7d0025a7714088884d18e903eb6, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3531720047787283908, guid: 5e5cf7d0025a7714088884d18e903eb6, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3531720047787283908, guid: 5e5cf7d0025a7714088884d18e903eb6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3531720047787283908, guid: 5e5cf7d0025a7714088884d18e903eb6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3531720047787283908, guid: 5e5cf7d0025a7714088884d18e903eb6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5567650852612097363, guid: 5e5cf7d0025a7714088884d18e903eb6, + type: 3} + propertyPath: m_Name + value: Charme_05_2 (1) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 5e5cf7d0025a7714088884d18e903eb6, type: 3} --- !u!1001 &663218653 PrefabInstance: m_ObjectHideFlags: 0 @@ -4136,7 +4204,7 @@ PrefabInstance: - target: {fileID: 8005342345338010930, guid: c7b6425bc6dafae4c8a6a05f9b0de538, type: 3} propertyPath: m_LocalPosition.x - value: 58.67 + value: 59.3 objectReference: {fileID: 0} - target: {fileID: 8005342345338010930, guid: c7b6425bc6dafae4c8a6a05f9b0de538, type: 3} @@ -4146,7 +4214,7 @@ PrefabInstance: - target: {fileID: 8005342345338010930, guid: c7b6425bc6dafae4c8a6a05f9b0de538, type: 3} propertyPath: m_LocalPosition.z - value: -14.6 + value: -9.8 objectReference: {fileID: 0} - target: {fileID: 8005342345338010930, guid: c7b6425bc6dafae4c8a6a05f9b0de538, type: 3} @@ -5008,6 +5076,79 @@ PrefabInstance: m_AddedGameObjects: [] m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 37d633121586e74408fba01717db1c4e, type: 3} +--- !u!114 &1279703063 +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: 6751c6668ce8047e5bcc50f8586c1fe7, type: 3} + m_Name: New Umbra Profile + m_EditorClassIdentifier: + shadowSource: 1 + sampleCount: 16 + earlyOutSamples: 32 + lightSize: 6 + enableContactHardening: 1 + contactStrength: 0.5 + contactStrengthKnee: 0.0001 + distantSpread: 1 + occludersCount: 8 + occludersSearchRadius: 8 + blurIterations: 0 + blurType: 10 + blurSpread: 1 + blurEdgeSharpness: 0 + blurEdgeTolerance: 5 + blurDepthAttenStart: 50 + blurDepthAttenLength: 50 + blurGrazingAttenuation: 0 + blendCascades: 0 + posterization: 1 + cascade1BlendingStrength: 0.1 + cascade2BlendingStrength: 0.1 + cascade3BlendingStrength: 0.1 + cascade1Scale: 1 + cascade2Scale: 1 + cascade3Scale: 1 + cascade4Scale: 1 + normalsSource: 0 + loopStepOptimization: 0 + frameSkipOptimization: 0 + skipFrameMaxCameraDisplacement: 0.1 + skipFrameMaxCameraRotation: 5 + downsample: 0 + forceDepthPrepass: 0 + preserveEdges: 1 + style: 0 + maskTexture: {fileID: 0} + maskScale: 1 + contactShadows: 0 + contactShadowsIntensityMultiplier: 0.85 + contactShadowsInjectionPoint: 0 + contactShadowsSampleCount: 16 + contactShadowsStepping: 0.01 + contactShadowsThicknessNear: 0.5 + contactShadowsThicknessDistanceMultiplier: 0 + contactShadowsJitter: 0.3 + contactShadowsDistanceFade: 0.75 + contactShadowsStartDistance: 0 + contactShadowsStartDistanceFade: 0.01 + contactShadowsNormalBias: 0.1 + contactShadowsVignetteSize: 0.15 + contactShadowsBias: 0.001 + contactShadowsBiasFar: 0.4 + contactShadowsEdgeSoftness: 0.1 + contactShadowsSoftEdges: 0 + contactShadowsPlanarShadows: 0 + overlayShadows: 0 + overlayShadowsIntensity: 0.5 + overlayShadowsColor: {r: 0, g: 0, b: 0, a: 1} + transparentReceiverPlane: 0 + receiverPlaneAltitude: 0 --- !u!1001 &1367723846 PrefabInstance: m_ObjectHideFlags: 0 @@ -5280,6 +5421,74 @@ PrefabInstance: m_AddedGameObjects: [] m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 53085bf5b34f202498e15ea10c8a544e, type: 3} +--- !u!1001 &1817651646 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29, + type: 3} + propertyPath: m_LocalPosition.x + value: 24.5 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.0000019073486 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29, + type: 3} + propertyPath: m_LocalPosition.z + value: 64.1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29, + type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29, + type: 3} + propertyPath: m_Name + value: Charme_05_02 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3ac4bee11e4d5ff468fd7cdb9c5bda29, type: 3} --- !u!1001 &1824572171 PrefabInstance: m_ObjectHideFlags: 0 @@ -5448,8 +5657,8 @@ Transform: m_GameObject: {fileID: 1854061398} serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 22.997, y: 0, z: -32.7604} - m_LocalScale: {x: 9.598998, y: 5, z: 13.5641575} + m_LocalPosition: {x: 22.997, y: 0, z: -8.8393} + m_LocalScale: {x: 9.598998, y: 5, z: 18.349096} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} @@ -7049,6 +7258,7 @@ SceneRoots: - {fileID: 1767724745} - {fileID: 993386924} - {fileID: 882668979} + - {fileID: 416805615} - {fileID: 1993002146} - {fileID: 2408047370634908131} - {fileID: 556081418538553375} @@ -7078,3 +7288,4 @@ SceneRoots: - {fileID: 812047254129388972} - {fileID: 7758555459991432076} - {fileID: 5038288104899085982} + - {fileID: 1817651646} diff --git a/Sources/CocaTrees/Hazel/Hazel_bark_Hideable.mat b/Sources/CocaTrees/Hazel/Hazel_bark_Hideable.mat index bc7d455f..9f8cc4be 100644 --- a/Sources/CocaTrees/Hazel/Hazel_bark_Hideable.mat +++ b/Sources/CocaTrees/Hazel/Hazel_bark_Hideable.mat @@ -28,6 +28,10 @@ Material: m_Texture: {fileID: 2800000, guid: 3e1f309d933f81742bd5c6bf02e12663, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: 61c6cd90a058cc548bf87159fe6932cb, type: 3} m_Scale: {x: 1, y: 1} @@ -50,16 +54,19 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.221 + - _AO_Power: 1.78 + - _AO_Strength: 1.08 - _HideRadius: 0.3 - _Metallic: 0 - _NormalStrength: 1 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.11 m_Colors: - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1} + - _Tint: {r: 1, g: 1, b: 1, a: 1} m_BuildTextureStacks: [] --- !u!114 &3103991028694557381 MonoBehaviour: diff --git a/Sources/CocaTrees/Hazel/Hazel_leaves_Hideable.mat b/Sources/CocaTrees/Hazel/Hazel_leaves_Hideable.mat index 8ed05ae1..9fa62ca7 100644 --- a/Sources/CocaTrees/Hazel/Hazel_leaves_Hideable.mat +++ b/Sources/CocaTrees/Hazel/Hazel_leaves_Hideable.mat @@ -41,6 +41,10 @@ Material: m_Texture: {fileID: 2800000, guid: 6d0c22b3ec52f46469c5fbb619a03e0c, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 48ed93ca43658dd479fd0e8bdc85c438, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: 24cdeced45ec61445a845d80cffcca88, type: 3} m_Scale: {x: 1, y: 1} @@ -63,20 +67,26 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.346 + - _AO_Power: 0.66 + - _AO_strength: 1.16 - _ClipThreshold: 0.1 - _GeometryAdapt: -0.07 - _HideRadius: 0.4 - - _Metallic: 0 - - _NormalStrength: 1.17 + - _Metallic: 0.21 + - _NoiseColorScale: 1.6 + - _NormalStrength: 2 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.55 - _WindScale: 3.5 - _WindSpeed: 0.3 - _WindSpread: 0 - _WindStrength: 0.03 m_Colors: + - _DryColor: {r: 0.6415094, g: 0.6415094, b: 0.6415094, a: 1} + - _HeatlhyColor: {r: 1, g: 1, b: 1, a: 1} - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - _Tint: {r: 1, g: 1, b: 1, a: 1} - _WindSpread: {r: 0.15, g: 0.1, b: 0, a: 0} diff --git a/Sources/CocaTrees/Hazel/Hazel_trunk_Hideable.mat b/Sources/CocaTrees/Hazel/Hazel_trunk_Hideable.mat index bc91c6d4..7996ac5c 100644 --- a/Sources/CocaTrees/Hazel/Hazel_trunk_Hideable.mat +++ b/Sources/CocaTrees/Hazel/Hazel_trunk_Hideable.mat @@ -28,6 +28,10 @@ Material: m_Texture: {fileID: 2800000, guid: 3e1f309d933f81742bd5c6bf02e12663, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: 61c6cd90a058cc548bf87159fe6932cb, type: 3} m_Scale: {x: 1, y: 1} @@ -50,17 +54,20 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.221 + - _AO_Power: 1.78 + - _AO_Strength: 1.08 - _HeightMultiplier: 0.06 - _HideRadius: 0.3 - _Metallic: 0 - - _NormalStrength: 1 + - _NormalStrength: 2.71 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.11 m_Colors: - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1} + - _Tint: {r: 1, g: 1, b: 1, a: 1} m_BuildTextureStacks: [] --- !u!114 &3103991028694557381 MonoBehaviour: diff --git a/Sources/CocaTrees/Oak/Oak_bark_Hideable.mat b/Sources/CocaTrees/Oak/Oak_bark_Hideable.mat index f115b1be..f6d659b0 100644 --- a/Sources/CocaTrees/Oak/Oak_bark_Hideable.mat +++ b/Sources/CocaTrees/Oak/Oak_bark_Hideable.mat @@ -28,6 +28,10 @@ Material: m_Texture: {fileID: 2800000, guid: 85c9e616726eca54f88084847b8fa20f, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: 28997693191da8344b1801ceeb5634fa, type: 3} m_Scale: {x: 1, y: 1} @@ -50,16 +54,19 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.221 + - _AO_Power: 1.78 + - _AO_Strength: 1.08 - _HideRadius: 0.3 - _Metallic: 0 - _NormalStrength: 1 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.11 m_Colors: - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1} + - _Tint: {r: 1, g: 1, b: 1, a: 1} m_BuildTextureStacks: [] --- !u!114 &3103991028694557381 MonoBehaviour: diff --git a/Sources/CocaTrees/Oak/Oak_leaves_Hideable.mat b/Sources/CocaTrees/Oak/Oak_leaves_Hideable.mat index 6e51592b..3fb5b0be 100644 --- a/Sources/CocaTrees/Oak/Oak_leaves_Hideable.mat +++ b/Sources/CocaTrees/Oak/Oak_leaves_Hideable.mat @@ -41,6 +41,10 @@ Material: m_Texture: {fileID: 2800000, guid: 0a015aeb474c8ee40b842d36b3d0534d, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 48ed93ca43658dd479fd0e8bdc85c438, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: d7db3fffc861a5244ad0dc55d08473c6, type: 3} m_Scale: {x: 1, y: 1} @@ -63,20 +67,26 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.346 + - _AO_Power: 0.66 + - _AO_strength: 1.16 - _ClipThreshold: 0.1 - _GeometryAdapt: -0.07 - _HideRadius: 0.4 - - _Metallic: 0 - - _NormalStrength: 1.17 + - _Metallic: 0.21 + - _NoiseColorScale: 1.6 + - _NormalStrength: 2 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.55 - _WindScale: 3.5 - _WindSpeed: 0.3 - _WindSpread: 0 - _WindStrength: 0.03 m_Colors: + - _DryColor: {r: 0.7264151, g: 0.63289124, b: 0.38719293, a: 1} + - _HeatlhyColor: {r: 0.9433962, g: 0.9433962, b: 0.9433962, a: 1} - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - _Tint: {r: 1, g: 1, b: 1, a: 1} - _WindSpread: {r: 0.15, g: 0.1, b: 0, a: 0} diff --git a/Sources/CocaTrees/Oak/Oak_trunk_Hideable.mat b/Sources/CocaTrees/Oak/Oak_trunk_Hideable.mat index 5c31b6fa..d81808ab 100644 --- a/Sources/CocaTrees/Oak/Oak_trunk_Hideable.mat +++ b/Sources/CocaTrees/Oak/Oak_trunk_Hideable.mat @@ -28,6 +28,10 @@ Material: m_Texture: {fileID: 2800000, guid: 85c9e616726eca54f88084847b8fa20f, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: 28997693191da8344b1801ceeb5634fa, type: 3} m_Scale: {x: 1, y: 1} @@ -50,17 +54,20 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.221 + - _AO_Power: 1.78 + - _AO_Strength: 1.08 - _HeightMultiplier: 0.06 - _HideRadius: 0.3 - _Metallic: 0 - - _NormalStrength: 1 + - _NormalStrength: 2.71 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.11 m_Colors: - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1} + - _Tint: {r: 1, g: 1, b: 1, a: 1} m_BuildTextureStacks: [] --- !u!114 &3103991028694557381 MonoBehaviour: diff --git a/Sources/CocaTrees/Pear/Pear_bark_Hideable.mat b/Sources/CocaTrees/Pear/Pear_bark_Hideable.mat index 550712fd..6117e545 100644 --- a/Sources/CocaTrees/Pear/Pear_bark_Hideable.mat +++ b/Sources/CocaTrees/Pear/Pear_bark_Hideable.mat @@ -28,6 +28,10 @@ Material: m_Texture: {fileID: 2800000, guid: c5b9e9747daadf04099eca94b893f681, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: 40a00c9de571d97459f0992732494c89, type: 3} m_Scale: {x: 1, y: 1} @@ -50,16 +54,19 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.221 + - _AO_Power: 1.78 + - _AO_Strength: 1.08 - _HideRadius: 0.3 - _Metallic: 0 - _NormalStrength: 1 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.11 m_Colors: - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1} + - _Tint: {r: 1, g: 1, b: 1, a: 1} m_BuildTextureStacks: [] --- !u!114 &3103991028694557381 MonoBehaviour: diff --git a/Sources/CocaTrees/Pear/Pear_leaves_Hideable.mat b/Sources/CocaTrees/Pear/Pear_leaves_Hideable.mat index 9a138667..7224f25f 100644 --- a/Sources/CocaTrees/Pear/Pear_leaves_Hideable.mat +++ b/Sources/CocaTrees/Pear/Pear_leaves_Hideable.mat @@ -41,6 +41,10 @@ Material: m_Texture: {fileID: 2800000, guid: a06dae655ada9224e8d492ee4a696ce4, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 48ed93ca43658dd479fd0e8bdc85c438, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: e4db71abc7398b64da8366c434851fa0, type: 3} m_Scale: {x: 1, y: 1} @@ -63,20 +67,26 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.346 + - _AO_Power: 0.66 + - _AO_strength: 1.16 - _ClipThreshold: 0.1 - _GeometryAdapt: -0.07 - _HideRadius: 0.4 - - _Metallic: 0 - - _NormalStrength: 1.17 + - _Metallic: 0.21 + - _NoiseColorScale: 1.6 + - _NormalStrength: 2 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.55 - _WindScale: 3.5 - _WindSpeed: 0.3 - _WindSpread: 0 - _WindStrength: 0.03 m_Colors: + - _DryColor: {r: 0.6415094, g: 0.6415094, b: 0.6415094, a: 1} + - _HeatlhyColor: {r: 1, g: 1, b: 1, a: 1} - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - _Tint: {r: 1, g: 1, b: 1, a: 1} - _WindSpread: {r: 0.15, g: 0.1, b: 0, a: 0} diff --git a/Sources/CocaTrees/Pear/Pear_trunk_Hideable.mat b/Sources/CocaTrees/Pear/Pear_trunk_Hideable.mat index b4b8bc30..1ad11e7e 100644 --- a/Sources/CocaTrees/Pear/Pear_trunk_Hideable.mat +++ b/Sources/CocaTrees/Pear/Pear_trunk_Hideable.mat @@ -28,6 +28,10 @@ Material: m_Texture: {fileID: 2800000, guid: c5b9e9747daadf04099eca94b893f681, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: 40a00c9de571d97459f0992732494c89, type: 3} m_Scale: {x: 1, y: 1} @@ -50,17 +54,20 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.221 + - _AO_Power: 1.78 + - _AO_Strength: 1.08 - _HeightMultiplier: 0.06 - _HideRadius: 0.3 - _Metallic: 0 - - _NormalStrength: 1 + - _NormalStrength: 2.71 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.11 m_Colors: - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1} + - _Tint: {r: 1, g: 1, b: 1, a: 1} m_BuildTextureStacks: [] --- !u!114 &3103991028694557381 MonoBehaviour: diff --git a/Sources/CocaTrees/Shaders/CocaTreesBark.shadergraph b/Sources/CocaTrees/Shaders/CocaTreesBark.shadergraph index c5593cad..d7008c61 100644 --- a/Sources/CocaTrees/Shaders/CocaTreesBark.shadergraph +++ b/Sources/CocaTrees/Shaders/CocaTreesBark.shadergraph @@ -29,6 +29,18 @@ }, { "m_Id": "3f021c51f1d0451e856a01c049211630" + }, + { + "m_Id": "99d264915cf74c9f9f77c0fd75a35038" + }, + { + "m_Id": "19b1087a3b9b4c3381e145f637a3fc7a" + }, + { + "m_Id": "a1fa25c240a34247a5293045f04db131" + }, + { + "m_Id": "d57185a3e3b04a17ae09062cefc595d9" } ], "m_Keywords": [], @@ -116,6 +128,36 @@ }, { "m_Id": "aac4e8a47e264a7daa234cf425236803" + }, + { + "m_Id": "7f0c5dce779646428d3e2fd7d1ee5278" + }, + { + "m_Id": "fbe5b63b3b4c4bc4a404a4df3b6d27b6" + }, + { + "m_Id": "68776fb93dac420ca82e05cd4543a3b9" + }, + { + "m_Id": "a716447aa58e4b6c819b6729f237e5fc" + }, + { + "m_Id": "7cf183e9a34e4db99e48d299efcc2634" + }, + { + "m_Id": "ae7cd0ae78be4691b0b20311589d4042" + }, + { + "m_Id": "b5a1d06b6bef4e37920f9d5aa10c632d" + }, + { + "m_Id": "61effd5b106f41728459e373d9ce41a4" + }, + { + "m_Id": "f47d2d35abc54420b2cc9b9c688486b7" + }, + { + "m_Id": "166737440b9f4d5fa3ba9120f6ef1aae" } ], "m_GroupDatas": [], @@ -149,6 +191,20 @@ "m_SlotId": 613477270 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "166737440b9f4d5fa3ba9120f6ef1aae" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "34c713215c8a4d25ab151473369d5800" + }, + "m_SlotId": 0 + } + }, { "m_OutputSlot": { "m_Node": { @@ -158,7 +214,7 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "34c713215c8a4d25ab151473369d5800" + "m_Id": "166737440b9f4d5fa3ba9120f6ef1aae" }, "m_SlotId": 0 } @@ -205,6 +261,62 @@ "m_SlotId": 0 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "61effd5b106f41728459e373d9ce41a4" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f47d2d35abc54420b2cc9b9c688486b7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "61effd5b106f41728459e373d9ce41a4" + }, + "m_SlotId": 5 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "166737440b9f4d5fa3ba9120f6ef1aae" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "61effd5b106f41728459e373d9ce41a4" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5308ca21c31d44ceaea97852a9498a4f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "68776fb93dac420ca82e05cd4543a3b9" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a716447aa58e4b6c819b6729f237e5fc" + }, + "m_SlotId": 0 + } + }, { "m_OutputSlot": { "m_Node": { @@ -261,6 +373,34 @@ "m_SlotId": 0 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7cf183e9a34e4db99e48d299efcc2634" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "68776fb93dac420ca82e05cd4543a3b9" + }, + "m_SlotId": 1764302911 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7f0c5dce779646428d3e2fd7d1ee5278" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5d6d8ecc31674eb7bb502139016467ce" + }, + "m_SlotId": 0 + } + }, { "m_OutputSlot": { "m_Node": { @@ -270,7 +410,7 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "3dad8e83a62b41dfb90605d5187393c4" + "m_Id": "f47d2d35abc54420b2cc9b9c688486b7" }, "m_SlotId": 0 } @@ -289,6 +429,20 @@ "m_SlotId": 1 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a716447aa58e4b6c819b6729f237e5fc" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7f0c5dce779646428d3e2fd7d1ee5278" + }, + "m_SlotId": 1 + } + }, { "m_OutputSlot": { "m_Node": { @@ -303,6 +457,34 @@ "m_SlotId": -1200856310 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ae7cd0ae78be4691b0b20311589d4042" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "68776fb93dac420ca82e05cd4543a3b9" + }, + "m_SlotId": -2102320295 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b5a1d06b6bef4e37920f9d5aa10c632d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "61effd5b106f41728459e373d9ce41a4" + }, + "m_SlotId": 1 + } + }, { "m_OutputSlot": { "m_Node": { @@ -326,10 +508,52 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "5d6d8ecc31674eb7bb502139016467ce" + "m_Id": "7f0c5dce779646428d3e2fd7d1ee5278" }, "m_SlotId": 0 } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e37d2740ebc64770b71a87b865a1dcef" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a716447aa58e4b6c819b6729f237e5fc" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f47d2d35abc54420b2cc9b9c688486b7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3dad8e83a62b41dfb90605d5187393c4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fbe5b63b3b4c4bc4a404a4df3b6d27b6" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7f0c5dce779646428d3e2fd7d1ee5278" + }, + "m_SlotId": 2 + } } ], "m_VertexContext": { @@ -426,6 +650,21 @@ "m_Space": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "03aba679461242109a50c5fb1f86edcf", + "m_Id": -2102320295, + "m_DisplayName": "AO Power", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_AO_Power", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", @@ -441,6 +680,30 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "071db7af9e4e473fb6e6310487c4ec68", + "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", @@ -615,6 +878,49 @@ "m_SupportVFX": false } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "166737440b9f4d5fa3ba9120f6ef1aae", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -466.0000305175781, + "y": 644.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "e9d92523de384f1e8892d671dadfff27" + }, + { + "m_Id": "cd3a71563f224d05817820e1c12960bd" + }, + { + "m_Id": "f1af363ae3e2448290284b0863bcff07" + } + ], + "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", @@ -630,6 +936,34 @@ "m_Labels": [] } +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "19b1087a3b9b4c3381e145f637a3fc7a", + "m_Guid": { + "m_GuidSerialized": "2ec8b5bf-4003-4ca8-b919-dd9a7230950c" + }, + "m_Name": "AO Power", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "AO Power", + "m_DefaultReferenceName": "_AO_Power", + "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", @@ -642,8 +976,8 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -258.0, - "y": 318.0, + "x": -706.0, + "y": 704.0, "width": 140.0, "height": 34.0 } @@ -760,6 +1094,30 @@ "m_Space": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2b1943c888334d22a50705d8cba32ae3", + "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.Internal.Texture2DShaderProperty", @@ -844,6 +1202,43 @@ "m_BareResource": false } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2fae0848b05a40be8918139c36016fe7", + "m_Id": 0, + "m_DisplayName": "AO Strength", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "32f850b511fe4283ade5b3c103c98991", + "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.Texture2DMaterialSlot", @@ -891,6 +1286,21 @@ "m_SerializedDescriptor": "SurfaceDescription.Smoothness" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "357d150a97854a63a8a2fc5684f7295a", + "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.TangentMaterialSlot", @@ -915,6 +1325,54 @@ "m_Space": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3b5caec0d36a4892b4a04c48b9a20981", + "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", @@ -1034,6 +1492,84 @@ "m_Value": false } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "44e4710e852e41b3b2cdc3ca318827b1", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4525e31112a743ce9b11ab98c7415cbb", + "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": "4b103bd8bb1747a091ac933dad291971", + "m_Id": 0, + "m_DisplayName": "AO Power", + "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", @@ -1215,10 +1751,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -730.0, - "y": -78.0, - "width": 183.00006103515626, - "height": 248.99996948242188 + "x": -1523.0, + "y": -252.9999542236328, + "width": 183.0, + "height": 248.9999542236328 } }, "m_Slots": [ @@ -1263,6 +1799,54 @@ "m_MipSamplingMode": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "57c81e41e2294516926c5a0c26ef8853", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + { "m_SGVersion": 3, "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", @@ -1402,6 +1986,90 @@ "m_MipSamplingMode": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "61effd5b106f41728459e373d9ce41a4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -752.0, + "y": 828.0, + "width": 182.99993896484376, + "height": 249.0 + } + }, + "m_Slots": [ + { + "m_Id": "c2a7844294d544808d4b3dd89dbac4c7" + }, + { + "m_Id": "44e4710e852e41b3b2cdc3ca318827b1" + }, + { + "m_Id": "74f7e7b0bb2b448d9fbb8bd40b1a7313" + }, + { + "m_Id": "357d150a97854a63a8a2fc5684f7295a" + }, + { + "m_Id": "d429c2afb7834865bfd9e1f71eecec18" + }, + { + "m_Id": "ebfed681e78647669565e6143028a469" + }, + { + "m_Id": "32f850b511fe4283ade5b3c103c98991" + }, + { + "m_Id": "b33d07f1e5dd4ae1810aafa9d90283db" + } + ], + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "63b30a83f2da47738693248766ea1b03", + "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", @@ -1417,6 +2085,71 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", + "m_ObjectId": "68776fb93dac420ca82e05cd4543a3b9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VolumetricAO", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1224.0, + "y": -691.9999389648438, + "width": 228.0, + "height": 118.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "956804788e984fce8dbd2e6c2506d4ec" + }, + { + "m_Id": "03aba679461242109a50c5fb1f86edcf" + }, + { + "m_Id": "7169a67f6f804640a285502228302d86" + } + ], + "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\": \"91baf66c5766d744ea1fe3758767eb4f\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "657ecb4e-b368-4e4a-b055-2b30a90d3672", + "27ef800d-1def-42e8-8c69-c2d137d77436" + ], + "m_PropertyIds": [ + 1764302911, + -2102320295 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6a635a1e28514b4ba639220c74ea41a1", + "m_Id": 0, + "m_DisplayName": "AO Apply", + "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", @@ -1483,6 +2216,21 @@ "m_DefaultType": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7169a67f6f804640a285502228302d86", + "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.Vector1MaterialSlot", @@ -1546,10 +2294,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -644.9999389648438, - "y": -188.00001525878907, + "x": -1438.0, + "y": -363.0, "width": 98.0, - "height": 33.99998474121094 + "height": 34.000030517578128 } }, "m_Slots": [ @@ -1570,6 +2318,21 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "74f7e7b0bb2b448d9fbb8bd40b1a7313", + "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.Vector2MaterialSlot", @@ -1687,6 +2450,88 @@ "m_SerializedDescriptor": "VertexDescription.Normal" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "7cf183e9a34e4db99e48d299efcc2634", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1432.0, + "y": -637.0, + "width": 140.0, + "height": 34.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "2fae0848b05a40be8918139c36016fe7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "99d264915cf74c9f9f77c0fd75a35038" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "7f0c5dce779646428d3e2fd7d1ee5278", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -771.0, + "y": -471.9999694824219, + "width": 130.0, + "height": 141.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "071db7af9e4e473fb6e6310487c4ec68" + }, + { + "m_Id": "cd9780ed3e7b4fa5bf919c3b77b6643c" + }, + { + "m_Id": "2b1943c888334d22a50705d8cba32ae3" + }, + { + "m_Id": "63b30a83f2da47738693248766ea1b03" + } + ], + "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.PropertyNode", @@ -1699,10 +2544,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -176.0, - "y": 576.0, - "width": 116.0, - "height": 34.0 + "x": -326.0, + "y": 895.0000610351563, + "width": 115.99996948242188, + "height": 33.99993896484375 } }, "m_Slots": [ @@ -1792,6 +2637,49 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "956804788e984fce8dbd2e6c2506d4ec", + "m_Id": 1764302911, + "m_DisplayName": "AO Strength", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_AO_Strength", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "99d264915cf74c9f9f77c0fd75a35038", + "m_Guid": { + "m_GuidSerialized": "9f0ee93d-6657-440e-bc2e-f5b2e0746716" + }, + "m_Name": "AO Strength", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "AO Strength", + "m_DefaultReferenceName": "_AO_Strength", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", @@ -1931,6 +2819,9 @@ { "m_Id": "6efcb25d2ed34c8d83ac7ce2b2c0e2c3" }, + { + "m_Id": "d57185a3e3b04a17ae09062cefc595d9" + }, { "m_Id": "5c3e2f4d9594427d8c477cee9fe81fe5" }, @@ -1951,10 +2842,47 @@ }, { "m_Id": "3f021c51f1d0451e856a01c049211630" + }, + { + "m_Id": "99d264915cf74c9f9f77c0fd75a35038" + }, + { + "m_Id": "19b1087a3b9b4c3381e145f637a3fc7a" + }, + { + "m_Id": "a1fa25c240a34247a5293045f04db131" } ] } +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "a1fa25c240a34247a5293045f04db131", + "m_Guid": { + "m_GuidSerialized": "c36937ce-ac8c-4dde-bf0f-14b50734d312" + }, + "m_Name": "AO Apply", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "AO Apply", + "m_DefaultReferenceName": "_AO_Apply", + "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": 1, "m_Type": "UnityEditor.ShaderGraph.Internal.Vector2ShaderProperty", @@ -2129,6 +3057,49 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "a716447aa58e4b6c819b6729f237e5fc", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -964.0, + "y": -590.0, + "width": 130.0, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "4525e31112a743ce9b11ab98c7415cbb" + }, + { + "m_Id": "3b5caec0d36a4892b4a04c48b9a20981" + }, + { + "m_Id": "c29aabf81b5c4f7ca84c21b058a0ab9b" + } + ], + "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", @@ -2194,6 +3165,42 @@ "m_DefaultValue": false } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "ae7cd0ae78be4691b0b20311589d4042", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1432.0, + "y": -606.9999389648438, + "width": 127.0, + "height": 33.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "4b103bd8bb1747a091ac933dad291971" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "19b1087a3b9b4c3381e145f637a3fc7a" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", @@ -2234,6 +3241,55 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "b33d07f1e5dd4ae1810aafa9d90283db", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "b5a1d06b6bef4e37920f9d5aa10c632d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -940.0, + "y": 840.9999389648438, + "width": 135.0, + "height": 34.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "bbeafff1123c4f4ba9bf7fa2b4a1b23e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "d57185a3e3b04a17ae09062cefc595d9" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", @@ -2339,6 +3395,92 @@ "m_SerializedDescriptor": "SurfaceDescription.Alpha" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "bbeafff1123c4f4ba9bf7fa2b4a1b23e", + "m_Id": 0, + "m_DisplayName": "MaskMap", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c29aabf81b5c4f7ca84c21b058a0ab9b", + "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": "c2a7844294d544808d4b3dd89dbac4c7", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.BlockNode", @@ -2493,6 +3635,54 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "cb6b1699508e405aa5e1a06b1c864bb7", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", @@ -2521,6 +3711,78 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "cd3a71563f224d05817820e1c12960bd", + "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": "cd9780ed3e7b4fa5bf919c3b77b6643c", + "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", @@ -2533,10 +3795,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -882.9999389648438, - "y": -112.00000762939453, + "x": -1676.0, + "y": -287.0, "width": 132.0, - "height": 34.00000762939453 + "height": 34.00004577636719 } }, "m_Slots": [ @@ -2557,6 +3819,51 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d429c2afb7834865bfd9e1f71eecec18", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "d57185a3e3b04a17ae09062cefc595d9", + "m_Guid": { + "m_GuidSerialized": "b05dca8f-218c-44f7-8f14-8e50babf27a4" + }, + "m_Name": "MaskMap", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "MaskMap", + "m_DefaultReferenceName": "_MaskMap", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "m_Modifiable": true, + "m_DefaultType": 0 +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", @@ -2620,6 +3927,54 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "df4e095ff18d4a53afbbef38f2db82ef", + "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", @@ -2632,8 +3987,8 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -456.99993896484377, - "y": -171.00001525878907, + "x": -1250.0, + "y": -345.9999694824219, "width": 130.0, "height": 118.0 } @@ -2663,6 +4018,54 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e9d92523de384f1e8892d671dadfff27", + "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": 2, "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", @@ -2673,6 +4076,151 @@ "m_BlendModePreserveSpecular": true } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "ebfed681e78647669565e6143028a469", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f1af363ae3e2448290284b0863bcff07", + "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": "f47d2d35abc54420b2cc9b9c688486b7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -144.99998474121095, + "y": 864.0000610351563, + "width": 125.99999237060547, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "57c81e41e2294516926c5a0c26ef8853" + }, + { + "m_Id": "df4e095ff18d4a53afbbef38f2db82ef" + }, + { + "m_Id": "cb6b1699508e405aa5e1a06b1c864bb7" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "fbe5b63b3b4c4bc4a404a4df3b6d27b6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1022.9999389648438, + "y": -123.9999771118164, + "width": 124.0, + "height": 33.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "6a635a1e28514b4ba639220c74ea41a1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "a1fa25c240a34247a5293045f04db131" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", diff --git a/Sources/CocaTrees/Shaders/CocaTreesFoliage.shadergraph b/Sources/CocaTrees/Shaders/CocaTreesFoliage.shadergraph index ab43371c..4fdc013e 100644 --- a/Sources/CocaTrees/Shaders/CocaTreesFoliage.shadergraph +++ b/Sources/CocaTrees/Shaders/CocaTreesFoliage.shadergraph @@ -47,6 +47,24 @@ }, { "m_Id": "5f8a8e359b3c4c24a6139053cfcca4ec" + }, + { + "m_Id": "0226ef10188d40deaa95dadee38671df" + }, + { + "m_Id": "f077bad57472414e818ab95f84c3733d" + }, + { + "m_Id": "68081dd84532453e84515d3464a5847d" + }, + { + "m_Id": "69d6493e22fc47aebd2859bbe520b165" + }, + { + "m_Id": "87f2a8dde7234f14a0fed9a32aa30d55" + }, + { + "m_Id": "f9be541b8925447fb15f4fc79cf87b6f" } ], "m_Keywords": [], @@ -58,6 +76,9 @@ { "m_Id": "f48c41ee896d4286841091f392791365" }, + { + "m_Id": "e3e1870297c146f4911741ec71e54e2e" + }, { "m_Id": "7990845ecc4145819d36c911b7916d85" }, @@ -218,6 +239,45 @@ }, { "m_Id": "19116d6cc3d24acabc684d0e20ce699f" + }, + { + "m_Id": "164b66a1a98f4ab7b503d4bdb465e191" + }, + { + "m_Id": "91143e3b1a4f49d4800b9446053133de" + }, + { + "m_Id": "e66759d86c87477dbc8efe0aec55c16d" + }, + { + "m_Id": "1734c5a7821646a094cde67cf451688d" + }, + { + "m_Id": "9ff0b8b8fd7449a0b68581d6c73b3c7e" + }, + { + "m_Id": "1a78d8db2478458285dd168d9430d791" + }, + { + "m_Id": "d16e21ed48a44b7a94724c1c096eb92f" + }, + { + "m_Id": "78fe4752972d49ad9df1997da879462b" + }, + { + "m_Id": "11a72d4e251a4fca9316786c80211dd6" + }, + { + "m_Id": "8232a970493f4cf2a73410388efad18e" + }, + { + "m_Id": "e25de1c065dd4642a4e181ccf7dba56d" + }, + { + "m_Id": "28bc0a250a294574a9b62a6d0795171c" + }, + { + "m_Id": "45225b344ccb49a4ab366d7dc5accf25" } ], "m_GroupDatas": [], @@ -293,6 +353,48 @@ "m_SlotId": 0 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "11a72d4e251a4fca9316786c80211dd6" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "78fe4752972d49ad9df1997da879462b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "164b66a1a98f4ab7b503d4bdb465e191" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e66759d86c87477dbc8efe0aec55c16d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1734c5a7821646a094cde67cf451688d" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e66759d86c87477dbc8efe0aec55c16d" + }, + "m_SlotId": 2 + } + }, { "m_OutputSlot": { "m_Node": { @@ -307,6 +409,34 @@ "m_SlotId": 0 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1a78d8db2478458285dd168d9430d791" + }, + "m_SlotId": 5 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5308ca21c31d44ceaea97852a9498a4f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1a78d8db2478458285dd168d9430d791" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d16e21ed48a44b7a94724c1c096eb92f" + }, + "m_SlotId": 0 + } + }, { "m_OutputSlot": { "m_Node": { @@ -316,7 +446,21 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "34c713215c8a4d25ab151473369d5800" + "m_Id": "d16e21ed48a44b7a94724c1c096eb92f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "28bc0a250a294574a9b62a6d0795171c" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5d6d8ecc31674eb7bb502139016467ce" }, "m_SlotId": 0 } @@ -419,6 +563,20 @@ "m_SlotId": 1 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "45225b344ccb49a4ab366d7dc5accf25" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "28bc0a250a294574a9b62a6d0795171c" + }, + "m_SlotId": 2 + } + }, { "m_OutputSlot": { "m_Node": { @@ -540,11 +698,25 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "e37d2740ebc64770b71a87b865a1dcef" + "m_Id": "e66759d86c87477dbc8efe0aec55c16d" }, "m_SlotId": 0 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "78fe4752972d49ad9df1997da879462b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "28bc0a250a294574a9b62a6d0795171c" + }, + "m_SlotId": 1 + } + }, { "m_OutputSlot": { "m_Node": { @@ -587,6 +759,20 @@ "m_SlotId": 0 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8232a970493f4cf2a73410388efad18e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "11a72d4e251a4fca9316786c80211dd6" + }, + "m_SlotId": 1764302911 + } + }, { "m_OutputSlot": { "m_Node": { @@ -657,6 +843,34 @@ "m_SlotId": 613477270 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "91143e3b1a4f49d4800b9446053133de" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1734c5a7821646a094cde67cf451688d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9ff0b8b8fd7449a0b68581d6c73b3c7e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1a78d8db2478458285dd168d9430d791" + }, + "m_SlotId": 1 + } + }, { "m_OutputSlot": { "m_Node": { @@ -741,6 +955,20 @@ "m_SlotId": 1 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d16e21ed48a44b7a94724c1c096eb92f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "34c713215c8a4d25ab151473369d5800" + }, + "m_SlotId": 0 + } + }, { "m_OutputSlot": { "m_Node": { @@ -755,6 +983,20 @@ "m_SlotId": 1 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e25de1c065dd4642a4e181ccf7dba56d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "11a72d4e251a4fca9316786c80211dd6" + }, + "m_SlotId": -2102320295 + } + }, { "m_OutputSlot": { "m_Node": { @@ -764,11 +1006,25 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "5d6d8ecc31674eb7bb502139016467ce" + "m_Id": "28bc0a250a294574a9b62a6d0795171c" }, "m_SlotId": 0 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e37d2740ebc64770b71a87b865a1dcef" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "78fe4752972d49ad9df1997da879462b" + }, + "m_SlotId": 1 + } + }, { "m_OutputSlot": { "m_Node": { @@ -783,6 +1039,20 @@ "m_SlotId": 1 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e66759d86c87477dbc8efe0aec55c16d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e37d2740ebc64770b71a87b865a1dcef" + }, + "m_SlotId": 0 + } + }, { "m_OutputSlot": { "m_Node": { @@ -800,8 +1070,8 @@ ], "m_VertexContext": { "m_Position": { - "x": 0.00002491474151611328, - "y": -1022.0 + "x": 0.000087738037109375, + "y": -995.0 }, "m_Blocks": [ { @@ -868,6 +1138,30 @@ ] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "01111e860c4e438bb5e767c907b602b0", + "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.AddNode", @@ -880,9 +1174,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1535.999755859375, - "y": -1780.9998779296875, - "width": 129.9998779296875, + "x": -1601.0, + "y": -1495.0, + "width": 130.0001220703125, "height": 118.0 } }, @@ -911,6 +1205,36 @@ } } +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "0226ef10188d40deaa95dadee38671df", + "m_Guid": { + "m_GuidSerialized": "cbfef496-6cd3-4982-86b6-6f734005769b" + }, + "m_Name": "HeatlhyColor", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "HeatlhyColor", + "m_DefaultReferenceName": "_HeatlhyColor", + "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.PositionMaterialSlot", @@ -947,9 +1271,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -2019.9998779296875, - "y": -1559.9998779296875, - "width": 130.0, + "x": -2084.999755859375, + "y": -1274.0, + "width": 129.9998779296875, "height": 118.0 } }, @@ -1005,9 +1329,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1148.999755859375, - "y": -1437.9998779296875, - "width": 127.99981689453125, + "x": -1148.9998779296875, + "y": -1411.0, + "width": 127.99993896484375, "height": 94.0 } }, @@ -1054,6 +1378,28 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "079d9dd77ea84e56b8a7864573e049ac", + "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", @@ -1069,6 +1415,21 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "092fad9634564916bf0db713efa31935", + "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.Vector4MaterialSlot", @@ -1106,10 +1467,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -706.0, - "y": 444.0000305175781, - "width": 239.00006103515626, - "height": 119.00003051757813 + "x": -778.9999389648438, + "y": 461.0, + "width": 238.9998779296875, + "height": 142.99993896484376 } }, "m_Slots": [ @@ -1161,9 +1522,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -2345.999755859375, - "y": -1645.9998779296875, - "width": 128.0, + "x": -2411.0, + "y": -1360.0, + "width": 128.000244140625, "height": 101.0 } }, @@ -1219,6 +1580,134 @@ "m_SupportVFX": false } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", + "m_ObjectId": "11a72d4e251a4fca9316786c80211dd6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VolumetricAO", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -868.9999389648438, + "y": -682.0, + "width": 227.99993896484376, + "height": 303.0000305175781 + } + }, + "m_Slots": [ + { + "m_Id": "ed3209ab8b5a4653a140961c0b077baa" + }, + { + "m_Id": "243f316466b24fbf81be2106a2a40b8d" + }, + { + "m_Id": "39807953f4ac43aab961088cab18e576" + } + ], + "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\": \"91baf66c5766d744ea1fe3758767eb4f\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "657ecb4e-b368-4e4a-b055-2b30a90d3672", + "27ef800d-1def-42e8-8c69-c2d137d77436" + ], + "m_PropertyIds": [ + 1764302911, + -2102320295 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "164b66a1a98f4ab7b503d4bdb465e191", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1439.0, + "y": -412.9999694824219, + "width": 145.0001220703125, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "49598aeb8228491e8044f620271a3fe2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "0226ef10188d40deaa95dadee38671df" + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.GradientNoiseNode", + "m_ObjectId": "1734c5a7821646a094cde67cf451688d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Gradient Noise", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1439.0, + "y": -320.9999694824219, + "width": 147.0001220703125, + "height": 151.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "3635d6c153214705bf0d1a26f46324ef" + }, + { + "m_Id": "092fad9634564916bf0db713efa31935" + }, + { + "m_Id": "c51ff45191734cfbb6e1318d47b23529" + } + ], + "synonyms": [ + "perlin noise" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_HashType": 1 +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", @@ -1234,6 +1723,54 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1910da891bfd4ec7b95557fdf2ad8af9", + "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.DivideNode", @@ -1246,9 +1783,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -565.0, - "y": -1371.0, - "width": 130.00003051757813, + "x": -564.9998168945313, + "y": -1344.0, + "width": 129.99990844726563, "height": 118.0 } }, @@ -1291,6 +1828,66 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "1a78d8db2478458285dd168d9430d791", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -817.0000610351563, + "y": 703.0, + "width": 183.00006103515626, + "height": 248.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "40873fd1bc5646bbbe6fc5b54773b55a" + }, + { + "m_Id": "62944417577b4d44a7c12c91664a2d0b" + }, + { + "m_Id": "23b2e72384b44abbab4722554562c57d" + }, + { + "m_Id": "8f10e351161d49b99f14e41e2e558782" + }, + { + "m_Id": "df33fd74b7d44384b90727c8991cb3a8" + }, + { + "m_Id": "c380d1d9bc7c43a99c24d3b9be365875" + }, + { + "m_Id": "079d9dd77ea84e56b8a7864573e049ac" + }, + { + "m_Id": "fcf97b3b42134a55b75ae47d8379c9c3" + } + ], + "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.PropertyNode", @@ -1303,10 +1900,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -258.0, - "y": 318.0, - "width": 140.0, - "height": 34.0 + "x": -599.0000610351563, + "y": 895.9999389648438, + "width": 140.00003051757813, + "height": 34.00006103515625 } }, "m_Slots": [ @@ -1374,6 +1971,19 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "1fffbe68d0ad4c418cfff07abe2d8667", + "m_Id": 0, + "m_DisplayName": "MaskMap", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", @@ -1484,6 +2094,36 @@ "m_DefaultType": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "23b2e72384b44abbab4722554562c57d", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "243f316466b24fbf81be2106a2a40b8d", + "m_Id": -2102320295, + "m_DisplayName": "AO Power", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_AO_Power", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", @@ -1538,6 +2178,52 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "28bc0a250a294574a9b62a6d0795171c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -129.99998474121095, + "y": -138.99996948242188, + "width": 130.0, + "height": 141.9999542236328 + } + }, + "m_Slots": [ + { + "m_Id": "e10b83c598274fdd81ac776f639ff3f7" + }, + { + "m_Id": "c39ba9439f3746f88a90e591905c0b14" + }, + { + "m_Id": "ad89f8c6e7b84301b0316b258a0df2b2" + }, + { + "m_Id": "8ba9077030dd4678ab90ef51cf64dfcb" + } + ], + "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.NormalMaterialSlot", @@ -1667,10 +2353,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -892.0, - "y": 553.0, - "width": 138.0, - "height": 34.0 + "x": -965.0, + "y": 570.0, + "width": 138.00006103515626, + "height": 33.99993896484375 } }, "m_Slots": [ @@ -1703,10 +2389,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -705.9999389648438, - "y": 199.99998474121095, - "width": 165.99993896484376, - "height": 118.00001525878906 + "x": -899.9999389648438, + "y": 218.0, + "width": 166.00006103515626, + "height": 117.99996948242188 } }, "m_Slots": [ @@ -1820,10 +2506,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -306.0000305175781, - "y": 559.0, - "width": 147.9999542236328, - "height": 33.99993896484375 + "x": -231.99996948242188, + "y": 695.0, + "width": 147.9999237060547, + "height": 34.0 } }, "m_Slots": [ @@ -1844,6 +2530,54 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "321f2d77a55e4e13b7e48d63ba0a9c40", + "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", @@ -1904,9 +2638,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1747.999755859375, - "y": -1825.9998779296875, - "width": 129.9998779296875, + "x": -1812.9998779296875, + "y": -1540.0, + "width": 130.0, "height": 118.0 } }, @@ -1935,6 +2669,54 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "34011a82e1164f8fa31be9e80b08bb26", + "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", @@ -1994,10 +2776,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -291.0, - "y": -1106.0001220703125, - "width": 129.99998474121095, - "height": 118.0 + "x": -290.9999084472656, + "y": -1079.0, + "width": 129.9998779296875, + "height": 118.00006103515625 } }, "m_Slots": [ @@ -2025,6 +2807,28 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "3635d6c153214705bf0d1a26f46324ef", + "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.TangentMaterialSlot", @@ -2064,6 +2868,21 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "39807953f4ac43aab961088cab18e576", + "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.Vector4MaterialSlot", @@ -2145,6 +2964,31 @@ "m_SerializedDescriptor": "SurfaceDescription.Metallic" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "40873fd1bc5646bbbe6fc5b54773b55a", + "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.PositionNode", @@ -2157,9 +3001,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -2030.999755859375, - "y": -2015.9998779296875, - "width": 206.0, + "x": -2095.999755859375, + "y": -1730.0, + "width": 205.999755859375, "height": 130.0 } }, @@ -2219,7 +3063,7 @@ "m_Position": { "serializedVersion": "2", "x": -1370.9998779296875, - "y": -1437.9998779296875, + "y": -1411.0, "width": 147.0, "height": 152.0 } @@ -2289,7 +3133,7 @@ "m_Position": { "serializedVersion": "2", "x": -1084.9998779296875, - "y": -1252.9998779296875, + "y": -1226.0, "width": 147.0, "height": 34.0 } @@ -2312,6 +3156,42 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "45225b344ccb49a4ab366d7dc5accf25", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -477.0, + "y": 2.999985456466675, + "width": 124.00006103515625, + "height": 34.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "572f3d85ce214fa19ac7510e1386c8ac" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f9be541b8925447fb15f4fc79cf87b6f" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", @@ -2347,8 +3227,8 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1980.9998779296875, - "y": -1780.9998779296875, + "x": -2045.9998779296875, + "y": -1495.0, "width": 141.0, "height": 34.0 } @@ -2371,6 +3251,31 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "49598aeb8228491e8044f620271a3fe2", + "m_Id": 0, + "m_DisplayName": "HeatlhyColor", + "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", @@ -2410,6 +3315,30 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4d9cdf79fdc9423d9176b467defe5041", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", @@ -2486,7 +3415,7 @@ "m_Position": { "serializedVersion": "2", "x": -1601.0, - "y": -1252.9998779296875, + "y": -1244.0, "width": 130.0001220703125, "height": 34.0 } @@ -2655,9 +3584,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -2102.0, - "y": -1662.9998779296875, - "width": 135.0001220703125, + "x": -2166.999755859375, + "y": -1377.0, + "width": 134.9998779296875, "height": 34.0 } }, @@ -2713,6 +3642,21 @@ "m_SerializedDescriptor": "VertexDescription.Tangent" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "572f3d85ce214fa19ac7510e1386c8ac", + "m_Id": 0, + "m_DisplayName": "AO Apply", + "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.SampleTexture2DNode", @@ -2725,10 +3669,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -730.0, - "y": -78.0, - "width": 183.00006103515626, - "height": 248.99996948242188 + "x": -961.9998779296875, + "y": -121.00001525878906, + "width": 182.9998779296875, + "height": 249.00001525878907 } }, "m_Slots": [ @@ -2780,10 +3724,10 @@ "m_Guid": { "m_GuidSerialized": "25046899-12b2-4c2e-a645-ecef49ccab0e" }, - "m_Name": "Tint", + "m_Name": "DryColor", "m_DefaultRefNameVersion": 1, - "m_RefNameGeneratedByDisplayName": "Tint", - "m_DefaultReferenceName": "_Tint", + "m_RefNameGeneratedByDisplayName": "DryColor", + "m_DefaultReferenceName": "_DryColor", "m_OverrideReferenceName": "", "m_GeneratePropertyBlock": true, "m_UseCustomSlotLabel": false, @@ -2912,9 +3856,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -2190.999755859375, - "y": -1585.9998779296875, - "width": 130.0, + "x": -2255.999755859375, + "y": -1300.0, + "width": 129.999755859375, "height": 118.0 } }, @@ -2955,10 +3899,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1195.0001220703125, - "y": 123.00000762939453, - "width": 183.00006103515626, - "height": 249.00003051757813 + "x": -1433.9998779296875, + "y": 119.99999237060547, + "width": 183.0, + "height": 248.99996948242188 } }, "m_Slots": [ @@ -3166,6 +4110,36 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "62944417577b4d44a7c12c91664a2d0b", + "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": "64116d6b79ba400eb17abfd2e768924f", + "m_Id": 0, + "m_DisplayName": "NoiseColorScale", + "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", @@ -3247,6 +4221,88 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "68081dd84532453e84515d3464a5847d", + "m_Guid": { + "m_GuidSerialized": "0f9c63ec-f1e1-4327-8c73-75da6155070d" + }, + "m_Name": "MaskMap", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "MaskMap", + "m_DefaultReferenceName": "_MaskMap", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6919398132894308a3f66e3ec9285f43", + "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.Internal.Vector1ShaderProperty", + "m_ObjectId": "69d6493e22fc47aebd2859bbe520b165", + "m_Guid": { + "m_GuidSerialized": "dcd10449-26f6-4776-bb8c-4b27e419ee19" + }, + "m_Name": "AO strength", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "AO strength", + "m_DefaultReferenceName": "_AO_strength", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.PropertyNode", @@ -3259,10 +4315,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1393.0001220703125, - "y": 130.99998474121095, - "width": 144.0001220703125, - "height": 34.00001525878906 + "x": -1631.9998779296875, + "y": 128.0, + "width": 144.0, + "height": 34.0 } }, "m_Slots": [ @@ -3436,10 +4492,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -644.9999389648438, - "y": -188.00001525878907, - "width": 98.0, - "height": 33.99998474121094 + "x": -1416.9998779296875, + "y": -447.0, + "width": 123.0, + "height": 34.000030517578128 } }, "m_Slots": [ @@ -3489,7 +4545,7 @@ "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", "m_ObjectId": "77cf65355cde4bbaa003ea90d3c513ca", "m_Id": 0, - "m_DisplayName": "Tint", + "m_DisplayName": "DryColor", "m_SlotType": 1, "m_Hidden": false, "m_ShaderOutputName": "Out", @@ -3509,6 +4565,49 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "78fe4752972d49ad9df1997da879462b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -296.9999694824219, + "y": -331.9999694824219, + "width": 130.0, + "height": 117.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "bfd0cdc4c94e43ef9a2f75e7949e3c37" + }, + { + "m_Id": "d05fd89df6084305857b6054c8ca2b77" + }, + { + "m_Id": "34011a82e1164f8fa31be9e80b08bb26" + } + ], + "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.NormalUnpackNode", @@ -3521,10 +4620,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -921.0000610351563, - "y": 152.0, - "width": 145.0, - "height": 128.00003051757813 + "x": -1159.9998779296875, + "y": 148.99998474121095, + "width": 144.9998779296875, + "height": 128.0000457763672 } }, "m_Slots": [ @@ -3656,8 +4755,8 @@ "m_Position": { "serializedVersion": "2", "x": -783.0, - "y": -1219.0, - "width": 153.0, + "y": -1192.0, + "width": 153.00006103515626, "height": 173.0 } }, @@ -3726,10 +4825,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -274.0000305175781, - "y": 604.0, - "width": 116.00003051757813, - "height": 34.00006103515625 + "x": -200.00001525878907, + "y": 740.0, + "width": 115.99996948242188, + "height": 34.0 } }, "m_Slots": [ @@ -3750,6 +4849,42 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "8232a970493f4cf2a73410388efad18e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1266.0, + "y": -716.0000610351563, + "width": 138.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "84ab838e7e5d4a588043b72a16a21673" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "69d6493e22fc47aebd2859bbe520b165" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", @@ -3763,8 +4898,8 @@ "m_Position": { "serializedVersion": "2", "x": -908.9998168945313, - "y": -1403.9998779296875, - "width": 125.9998779296875, + "y": -1377.0, + "width": 125.99981689453125, "height": 118.0 } }, @@ -3805,10 +4940,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1578.0001220703125, - "y": 318.0, + "x": -1651.0, + "y": 334.9999694824219, "width": 151.0001220703125, - "height": 34.0 + "height": 34.000030517578128 } }, "m_Slots": [ @@ -3829,6 +4964,21 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "84ab838e7e5d4a588043b72a16a21673", + "m_Id": 0, + "m_DisplayName": "AO strength", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.PropertyNode", @@ -3841,10 +4991,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -887.0, - "y": 513.0, - "width": 134.0, - "height": 34.00006103515625 + "x": -960.0, + "y": 529.9999389648438, + "width": 134.00006103515626, + "height": 34.0 } }, "m_Slots": [ @@ -3907,6 +5057,34 @@ } } +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "87f2a8dde7234f14a0fed9a32aa30d55", + "m_Guid": { + "m_GuidSerialized": "15226fc6-b554-43d6-b1cf-fd7e2be5a166" + }, + "m_Name": "AO Power", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "AO Power", + "m_DefaultReferenceName": "_AO_Power", + "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", @@ -3919,10 +5097,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -934.0000610351563, - "y": 318.0000305175781, + "x": -1127.9998779296875, + "y": 335.9999694824219, "width": 158.0, - "height": 33.999969482421878 + "height": 34.000030517578128 } }, "m_Slots": [ @@ -3943,6 +5121,30 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8ba9077030dd4678ab90ef51cf64dfcb", + "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", @@ -3958,6 +5160,21 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8f10e351161d49b99f14e41e2e558782", + "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.AddNode", @@ -3970,10 +5187,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1151.0, - "y": 429.0, - "width": 130.00006103515626, - "height": 118.00006103515625 + "x": -1223.9998779296875, + "y": 445.9999694824219, + "width": 129.9998779296875, + "height": 117.99996948242188 } }, "m_Slots": [ @@ -4049,6 +5266,42 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "91143e3b1a4f49d4800b9446053133de", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1648.9998779296875, + "y": -203.0, + "width": 161.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "64116d6b79ba400eb17abfd2e768924f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f077bad57472414e818ab95f84c3733d" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", @@ -4373,6 +5626,42 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "9ff0b8b8fd7449a0b68581d6c73b3c7e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1080.0, + "y": 751.9999389648438, + "width": 135.0, + "height": 34.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "1fffbe68d0ad4c418cfff07abe2d8667" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "68081dd84532453e84515d3464a5847d" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.BlockNode", @@ -4695,6 +5984,45 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "aabae114ba5c4a2a97b15f1235f4bd0e", + "m_Id": 0, + "m_DisplayName": "AO Power", + "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": "ad89f8c6e7b84301b0316b258a0df2b2", + "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.TimeNode", @@ -4707,9 +6035,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -2528.999755859375, - "y": -1662.9998779296875, - "width": 124.0, + "x": -2594.0, + "y": -1377.0, + "width": 124.000244140625, "height": 173.0 } }, @@ -4777,8 +6105,8 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1708.0, - "y": 661.0000610351563, + "x": -1780.9998779296875, + "y": 677.9999389648438, "width": 158.0, "height": 33.99993896484375 } @@ -5103,6 +6431,54 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "bfd0cdc4c94e43ef9a2f75e7949e3c37", + "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.BooleanShaderProperty", @@ -5183,6 +6559,48 @@ "m_SerializedDescriptor": "SurfaceDescription.Emission" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "c380d1d9bc7c43a99c24d3b9be365875", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c39ba9439f3746f88a90e591905c0b14", + "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", @@ -5219,9 +6637,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -723.9999389648438, - "y": -1022.0, - "width": 206.00006103515626, + "x": -641.0, + "y": -960.9999389648438, + "width": 206.00009155273438, "height": 129.99993896484376 } }, @@ -5259,6 +6677,21 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c51ff45191734cfbb6e1318d47b23529", + "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", @@ -5455,10 +6888,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -882.9999389648438, - "y": -112.00000762939453, - "width": 132.0, - "height": 34.00000762939453 + "x": -1114.9998779296875, + "y": -155.0, + "width": 131.99993896484376, + "height": 33.99998474121094 } }, "m_Slots": [ @@ -5542,6 +6975,97 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d05fd89df6084305857b6054c8ca2b77", + "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": "d16e21ed48a44b7a94724c1c096eb92f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -410.0, + "y": 712.0, + "width": 125.99996948242188, + "height": 118.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "321f2d77a55e4e13b7e48d63ba0a9c40" + }, + { + "m_Id": "fcfc63056c114187b23fc496de2f2c01" + }, + { + "m_Id": "1910da891bfd4ec7b95557fdf2ad8af9" + } + ], + "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", @@ -5590,6 +7114,30 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d2c4f46769b84d71b2befc97da217d36", + "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", @@ -5683,6 +7231,21 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "df33fd74b7d44384b90727c8991cb3a8", + "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.DynamicValueMaterialSlot", @@ -5731,6 +7294,30 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e10b83c598274fdd81ac776f639ff3f7", + "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", @@ -5743,10 +7330,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1393.0, - "y": 463.0000305175781, - "width": 130.0, - "height": 117.99996948242188 + "x": -1465.9998779296875, + "y": 479.9999694824219, + "width": 129.9998779296875, + "height": 118.00003051757813 } }, "m_Slots": [ @@ -5810,6 +7397,42 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "e25de1c065dd4642a4e181ccf7dba56d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1255.0, + "y": -682.0000610351563, + "width": 127.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "aabae114ba5c4a2a97b15f1235f4bd0e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "87f2a8dde7234f14a0fed9a32aa30d55" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", @@ -5839,10 +7462,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -456.99993896484377, - "y": -171.00001525878907, - "width": 130.0, - "height": 118.0 + "x": -544.9999389648438, + "y": -213.99998474121095, + "width": 130.00003051757813, + "height": 118.00000762939453 } }, "m_Slots": [ @@ -5870,6 +7493,30 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "e3e1870297c146f4911741ec71e54e2e", + "m_Name": "Volume", + "m_ChildObjectList": [ + { + "m_Id": "69d6493e22fc47aebd2859bbe520b165" + }, + { + "m_Id": "87f2a8dde7234f14a0fed9a32aa30d55" + }, + { + "m_Id": "f9be541b8925447fb15f4fc79cf87b6f" + }, + { + "m_Id": "c660a886d4814231a9a98267a718edcc" + }, + { + "m_Id": "c565bf0f17e0406d9766582b9e7267fc" + } + ] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", @@ -5882,9 +7529,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1764.9998779296875, - "y": -1630.9998779296875, - "width": 130.0, + "x": -1829.9998779296875, + "y": -1345.0, + "width": 130.0001220703125, "height": 118.0 } }, @@ -5913,6 +7560,52 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "e66759d86c87477dbc8efe0aec55c16d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1075.0, + "y": -369.9999694824219, + "width": 130.00006103515626, + "height": 141.99998474121095 + } + }, + "m_Slots": [ + { + "m_Id": "d2c4f46769b84d71b2befc97da217d36" + }, + { + "m_Id": "4d9cdf79fdc9423d9176b467defe5041" + }, + { + "m_Id": "01111e860c4e438bb5e767c907b602b0" + }, + { + "m_Id": "6919398132894308a3f66e3ec9285f43" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + { "m_SGVersion": 2, "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", @@ -5923,6 +7616,21 @@ "m_BlendModePreserveSpecular": true } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ed3209ab8b5a4653a140961c0b077baa", + "m_Id": 1764302911, + "m_DisplayName": "AO Strength", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_AO_Strength", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", @@ -5965,6 +7673,34 @@ } } +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "f077bad57472414e818ab95f84c3733d", + "m_Guid": { + "m_GuidSerialized": "067cafec-b715-48ac-90df-a589f6a9912b" + }, + "m_Name": "NoiseColorScale", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "NoiseColorScale", + "m_DefaultReferenceName": "_NoiseColorScale", + "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": 6.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.NormalVectorNode", @@ -5977,8 +7713,8 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -1750.0, - "y": 463.0000305175781, + "x": -1822.9998779296875, + "y": 479.9999694824219, "width": 206.0, "height": 130.00003051757813 } @@ -6013,17 +7749,20 @@ { "m_Id": "6efcb25d2ed34c8d83ac7ce2b2c0e2c3" }, + { + "m_Id": "68081dd84532453e84515d3464a5847d" + }, { "m_Id": "5c3e2f4d9594427d8c477cee9fe81fe5" }, + { + "m_Id": "0226ef10188d40deaa95dadee38671df" + }, + { + "m_Id": "f077bad57472414e818ab95f84c3733d" + }, { "m_Id": "a4337d2a3ffe499faa932a3e862f7797" - }, - { - "m_Id": "c660a886d4814231a9a98267a718edcc" - }, - { - "m_Id": "c565bf0f17e0406d9766582b9e7267fc" } ] } @@ -6043,6 +7782,34 @@ "m_Labels": [] } +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "f9be541b8925447fb15f4fc79cf87b6f", + "m_Guid": { + "m_GuidSerialized": "b16b809e-aed5-4a84-b62d-2d6cf288da33" + }, + "m_Name": "AO Apply", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "AO Apply", + "m_DefaultReferenceName": "_AO_Apply", + "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.Vector3MaterialSlot", @@ -6089,6 +7856,67 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "fcf97b3b42134a55b75ae47d8379c9c3", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "fcfc63056c114187b23fc496de2f2c01", + "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", diff --git a/Sources/CocaTrees/Shaders/CocaTreesTrunk.shadergraph b/Sources/CocaTrees/Shaders/CocaTreesTrunk.shadergraph index 72f8d284..2fa0a3a7 100644 --- a/Sources/CocaTrees/Shaders/CocaTreesTrunk.shadergraph +++ b/Sources/CocaTrees/Shaders/CocaTreesTrunk.shadergraph @@ -32,6 +32,18 @@ }, { "m_Id": "94e0cd35ebf8438396aef781ae4f739a" + }, + { + "m_Id": "46d579bf00724779b0d778a807c41804" + }, + { + "m_Id": "702a6e6be3004d598327261472b4734c" + }, + { + "m_Id": "2bcb2339fefc48abba76563b903b4677" + }, + { + "m_Id": "d6c281894dfe4aecaf817bf6a2a7906b" } ], "m_Keywords": [], @@ -158,11 +170,55 @@ }, { "m_Id": "e59e5b98ab95476c828cb8c1279ba789" + }, + { + "m_Id": "e0c39d02f23f4ae58eedee1191358660" + }, + { + "m_Id": "2510ad27875a4fbcbcac212189e5d286" + }, + { + "m_Id": "e8b5ff2a297d4a99b55fd7fd3453a2e8" + }, + { + "m_Id": "328b505afcf043d28cf30534b54af7e9" + }, + { + "m_Id": "849705b3a77e42119d1b7439b40cbabb" + }, + { + "m_Id": "f6e605ec5a52414a8728fade45b33979" + }, + { + "m_Id": "a98ac8203a0a4b209feddfb936066502" + }, + { + "m_Id": "bcabef1b154d4e9a8f1b4a8632f0d8f4" + }, + { + "m_Id": "43bc40ec7e024e9284909dc9e1f96852" + }, + { + "m_Id": "098ac985b5f04e2ebfa5dcd3b41a3361" } ], "m_GroupDatas": [], "m_StickyNoteDatas": [], "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "098ac985b5f04e2ebfa5dcd3b41a3361" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2510ad27875a4fbcbcac212189e5d286" + }, + "m_SlotId": 1 + } + }, { "m_OutputSlot": { "m_Node": { @@ -242,7 +298,21 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "34c713215c8a4d25ab151473369d5800" + "m_Id": "43bc40ec7e024e9284909dc9e1f96852" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2510ad27875a4fbcbcac212189e5d286" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5d6d8ecc31674eb7bb502139016467ce" }, "m_SlotId": 0 } @@ -261,6 +331,34 @@ "m_SlotId": 0 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "328b505afcf043d28cf30534b54af7e9" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e0c39d02f23f4ae58eedee1191358660" + }, + "m_SlotId": 1764302911 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "43bc40ec7e024e9284909dc9e1f96852" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "34c713215c8a4d25ab151473369d5800" + }, + "m_SlotId": 0 + } + }, { "m_OutputSlot": { "m_Node": { @@ -424,9 +522,9 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "3dad8e83a62b41dfb90605d5187393c4" + "m_Id": "bcabef1b154d4e9a8f1b4a8632f0d8f4" }, - "m_SlotId": 0 + "m_SlotId": 1 } }, { @@ -443,6 +541,20 @@ "m_SlotId": 1 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "849705b3a77e42119d1b7439b40cbabb" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e0c39d02f23f4ae58eedee1191358660" + }, + "m_SlotId": -2102320295 + } + }, { "m_OutputSlot": { "m_Node": { @@ -471,6 +583,48 @@ "m_SlotId": 2 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a98ac8203a0a4b209feddfb936066502" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bcabef1b154d4e9a8f1b4a8632f0d8f4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a98ac8203a0a4b209feddfb936066502" + }, + "m_SlotId": 5 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "43bc40ec7e024e9284909dc9e1f96852" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a98ac8203a0a4b209feddfb936066502" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5308ca21c31d44ceaea97852a9498a4f" + }, + "m_SlotId": 0 + } + }, { "m_OutputSlot": { "m_Node": { @@ -485,6 +639,20 @@ "m_SlotId": -1200856310 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bcabef1b154d4e9a8f1b4a8632f0d8f4" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3dad8e83a62b41dfb90605d5187393c4" + }, + "m_SlotId": 0 + } + }, { "m_OutputSlot": { "m_Node": { @@ -527,6 +695,20 @@ "m_SlotId": 0 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e0c39d02f23f4ae58eedee1191358660" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "098ac985b5f04e2ebfa5dcd3b41a3361" + }, + "m_SlotId": 0 + } + }, { "m_OutputSlot": { "m_Node": { @@ -550,7 +732,21 @@ }, "m_InputSlot": { "m_Node": { - "m_Id": "5d6d8ecc31674eb7bb502139016467ce" + "m_Id": "098ac985b5f04e2ebfa5dcd3b41a3361" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e37d2740ebc64770b71a87b865a1dcef" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2510ad27875a4fbcbcac212189e5d286" }, "m_SlotId": 0 } @@ -569,6 +765,20 @@ "m_SlotId": 613477270 } }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e8b5ff2a297d4a99b55fd7fd3453a2e8" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2510ad27875a4fbcbcac212189e5d286" + }, + "m_SlotId": 2 + } + }, { "m_OutputSlot": { "m_Node": { @@ -582,6 +792,20 @@ }, "m_SlotId": 0 } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f6e605ec5a52414a8728fade45b33979" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a98ac8203a0a4b209feddfb936066502" + }, + "m_SlotId": 1 + } } ], "m_VertexContext": { @@ -654,6 +878,31 @@ ] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "01e1383f34fb4119b4cfe110a61ad816", + "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.PositionMaterialSlot", @@ -747,6 +996,97 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0877ad74ed5f4e6b8e307a437ebf7a11", + "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": "098ac985b5f04e2ebfa5dcd3b41a3361", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -840.967529296875, + "y": -411.9674987792969, + "width": 208.0, + "height": 302.0 + } + }, + "m_Slots": [ + { + "m_Id": "ae8a3e5a8c07477cba74a597b184b2b2" + }, + { + "m_Id": "0877ad74ed5f4e6b8e307a437ebf7a11" + }, + { + "m_Id": "d1eecaadfef044dda10a4f6610ef0b92" + } + ], + "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.ObjectNode", @@ -956,6 +1296,28 @@ "m_SupportVFX": false } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "11cd9d49f4834b42adccbd381f442c33", + "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.SplitNode", @@ -1053,9 +1415,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -258.0, - "y": 318.0, - "width": 140.0, + "x": -609.9998779296875, + "y": 588.0, + "width": 139.99990844726563, "height": 34.0 } }, @@ -1123,6 +1485,19 @@ "m_Channel": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "2145e37875364f4c9db2992a0362c3b8", + "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.Texture2DInputMaterialSlot", @@ -1141,6 +1516,52 @@ "m_DefaultType": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "2510ad27875a4fbcbcac212189e5d286", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -441.0000305175781, + "y": -249.00001525878907, + "width": 207.9999237060547, + "height": 326.00006103515627 + } + }, + "m_Slots": [ + { + "m_Id": "9690b2767d16499a94e659b4b4b0764e" + }, + { + "m_Id": "c37a1f78d5cb4456a62cbd32f8679434" + }, + { + "m_Id": "5ffcc5db05044711867d385b10f937e1" + }, + { + "m_Id": "971f36e7145242078b1a6e01f4aa95ea" + } + ], + "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.Vector1MaterialSlot", @@ -1210,6 +1631,34 @@ "m_Space": 0 } +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "2bcb2339fefc48abba76563b903b4677", + "m_Guid": { + "m_GuidSerialized": "e190c6e4-a453-4ed7-9b87-fff82565936a" + }, + "m_Name": "AO Power", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "AO Power", + "m_DefaultReferenceName": "_AO_Power", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", @@ -1294,6 +1743,54 @@ "m_BareResource": false } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2e62a98aebb94383be14eeba9b2c3b3a", + "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", @@ -1333,6 +1830,42 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "328b505afcf043d28cf30534b54af7e9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1456.0, + "y": -460.0000305175781, + "width": 140.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "5d24acfd9f3a42909a53024d698ce5e5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "702a6e6be3004d598327261472b4734c" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", @@ -1459,6 +1992,54 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3cd6c41ee58b47ca8fa2b15202e409f7", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", @@ -1561,6 +2142,21 @@ "m_Value": false } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3f8b5f0a1ef44d139d2a42ecc38bcea9", + "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", @@ -1576,6 +2172,203 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "43bc40ec7e024e9284909dc9e1f96852", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -369.99993896484377, + "y": 529.0, + "width": 125.99996948242188, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "c13f7054c7d04ccabc68dbd23767bf73" + }, + { + "m_Id": "492ec2b363494c4b909308df64369b2f" + }, + { + "m_Id": "ff8f2df5984f4b85957fc5f802f7dcea" + } + ], + "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": "4478b33353754e3d8558ef3dc45275f7", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "452ffc4019e141b6a8fa5c6810ff3f8c", + "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": "4654b3874aa04c06a81bd2f83377ede9", + "m_Id": 1764302911, + "m_DisplayName": "AO Strength", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_AO_Strength", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "46d579bf00724779b0d778a807c41804", + "m_Guid": { + "m_GuidSerialized": "257f11d6-a932-43e9-9a8d-7e2e1feeb90a" + }, + "m_Name": "AO Apply", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "AO Apply", + "m_DefaultReferenceName": "_AO_Apply", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "492ec2b363494c4b909308df64369b2f", + "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.AddNode", @@ -1948,9 +2741,9 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -730.0, - "y": -78.0, - "width": 183.00006103515626, + "x": -1570.0, + "y": -155.99996948242188, + "width": 183.0, "height": 248.99996948242188 } }, @@ -1996,6 +2789,24 @@ "m_MipSamplingMode": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "595fc115cfef48d7b367b26355526c5b", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + { "m_SGVersion": 3, "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", @@ -2065,6 +2876,21 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5d24acfd9f3a42909a53024d698ce5e5", + "m_Id": 0, + "m_DisplayName": "AO Strength", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.BlockNode", @@ -2183,6 +3009,30 @@ "m_MipSamplingMode": 0 } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5ffcc5db05044711867d385b10f937e1", + "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.OneMinusNode", @@ -2274,6 +3124,21 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6d9418a85945457c8817e4220b58b06e", + "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": 1, "m_Type": "UnityEditor.ShaderGraph.PositionNode", @@ -2389,6 +3254,34 @@ } } +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "702a6e6be3004d598327261472b4734c", + "m_Guid": { + "m_GuidSerialized": "4bced7a8-22b0-4177-a463-b16a59edbc82" + }, + "m_Name": "AO Strength", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "AO Strength", + "m_DefaultReferenceName": "_AO_Strength", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", @@ -2506,10 +3399,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -644.9999389648438, - "y": -188.00001525878907, + "x": -1485.0, + "y": -265.9999694824219, "width": 98.0, - "height": 33.99998474121094 + "height": 34.0 } }, "m_Slots": [ @@ -2647,6 +3540,21 @@ "m_SerializedDescriptor": "VertexDescription.Normal" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "807fc031bde94e8d962e6dcf7b818e6b", + "m_Id": 0, + "m_DisplayName": "AO Apply", + "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", @@ -2659,10 +3567,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -176.0, - "y": 576.0, + "x": -422.99993896484377, + "y": 954.0, "width": 116.0, - "height": 34.0 + "height": 33.99993896484375 } }, "m_Slots": [ @@ -2719,6 +3627,42 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "849705b3a77e42119d1b7439b40cbabb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1456.0, + "y": -426.0000305175781, + "width": 127.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "c9178c307903408781aa20aa2be6409e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "2bcb2339fefc48abba76563b903b4677" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", @@ -2869,6 +3813,54 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9690b2767d16499a94e659b4b4b0764e", + "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": "971f36e7145242078b1a6e01f4aa95ea", + "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", @@ -3132,6 +4124,9 @@ { "m_Id": "6efcb25d2ed34c8d83ac7ce2b2c0e2c3" }, + { + "m_Id": "d6c281894dfe4aecaf817bf6a2a7906b" + }, { "m_Id": "5c3e2f4d9594427d8c477cee9fe81fe5" }, @@ -3155,6 +4150,15 @@ }, { "m_Id": "94e0cd35ebf8438396aef781ae4f739a" + }, + { + "m_Id": "46d579bf00724779b0d778a807c41804" + }, + { + "m_Id": "702a6e6be3004d598327261472b4734c" + }, + { + "m_Id": "2bcb2339fefc48abba76563b903b4677" } ] } @@ -3372,6 +4376,66 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "a98ac8203a0a4b209feddfb936066502", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -647.0, + "y": 722.0, + "width": 183.00006103515626, + "height": 249.0 + } + }, + "m_Slots": [ + { + "m_Id": "01e1383f34fb4119b4cfe110a61ad816" + }, + { + "m_Id": "4478b33353754e3d8558ef3dc45275f7" + }, + { + "m_Id": "bc1c651df84d486aad25e948aebd0766" + }, + { + "m_Id": "cfe45381ee37453f82e90b5931403d84" + }, + { + "m_Id": "3f8b5f0a1ef44d139d2a42ecc38bcea9" + }, + { + "m_Id": "595fc115cfef48d7b367b26355526c5b" + }, + { + "m_Id": "11cd9d49f4834b42adccbd381f442c33" + }, + { + "m_Id": "2145e37875364f4c9db2992a0362c3b8" + } + ], + "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.PropertyNode", @@ -3422,6 +4486,54 @@ "m_DefaultValue": false } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ae8a3e5a8c07477cba74a597b184b2b2", + "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", @@ -3591,6 +4703,64 @@ "m_SerializedDescriptor": "SurfaceDescription.Alpha" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bc1c651df84d486aad25e948aebd0766", + "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.MultiplyNode", + "m_ObjectId": "bcabef1b154d4e9a8f1b4a8632f0d8f4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -217.99993896484376, + "y": 816.0, + "width": 125.99996185302735, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "452ffc4019e141b6a8fa5c6810ff3f8c" + }, + { + "m_Id": "2e62a98aebb94383be14eeba9b2c3b3a" + }, + { + "m_Id": "3cd6c41ee58b47ca8fa2b15202e409f7" + } + ], + "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", @@ -3630,6 +4800,54 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c13f7054c7d04ccabc68dbd23767bf73", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.BlockNode", @@ -3664,6 +4882,30 @@ "m_SerializedDescriptor": "SurfaceDescription.Emission" } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c37a1f78d5cb4456a62cbd32f8679434", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", @@ -3811,6 +5053,21 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c9178c307903408781aa20aa2be6409e", + "m_Id": 0, + "m_DisplayName": "AO Power", + "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", @@ -3866,10 +5123,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -882.9999389648438, - "y": -112.00000762939453, + "x": -1723.0, + "y": -189.99998474121095, "width": 132.0, - "height": 34.00000762939453 + "height": 34.00001525878906 } }, "m_Slots": [ @@ -3890,6 +5147,21 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "cfe45381ee37453f82e90b5931403d84", + "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.Vector1MaterialSlot", @@ -3948,6 +5220,69 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d1eecaadfef044dda10a4f6610ef0b92", + "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": "d504d782483d4f65ab934d8e26cee454", + "m_Id": -2102320295, + "m_DisplayName": "AO Power", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "_AO_Power", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", @@ -3996,6 +5331,36 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "d6c281894dfe4aecaf817bf6a2a7906b", + "m_Guid": { + "m_GuidSerialized": "f166631e-b037-4dff-b7f3-ef0e6e054137" + }, + "m_Name": "MaskMap", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "MaskMap", + "m_DefaultReferenceName": "_MaskMap", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "m_Modifiable": true, + "m_DefaultType": 0 +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", @@ -4079,6 +5444,19 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "da309aa9be234796b4e04608886fa3d3", + "m_Id": 0, + "m_DisplayName": "MaskMap", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", @@ -4103,6 +5481,56 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubGraphNode", + "m_ObjectId": "e0c39d02f23f4ae58eedee1191358660", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VolumetricAO", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1281.0, + "y": -480.0000305175781, + "width": 228.0, + "height": 119.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "4654b3874aa04c06a81bd2f83377ede9" + }, + { + "m_Id": "d504d782483d4f65ab934d8e26cee454" + }, + { + "m_Id": "6d9418a85945457c8817e4220b58b06e" + } + ], + "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\": \"91baf66c5766d744ea1fe3758767eb4f\",\n \"type\": 3\n }\n}", + "m_PropertyGuids": [ + "657ecb4e-b368-4e4a-b055-2b30a90d3672", + "27ef800d-1def-42e8-8c69-c2d137d77436" + ], + "m_PropertyIds": [ + 1764302911, + -2102320295 + ], + "m_Dropdowns": [], + "m_DropdownSelectedEntries": [] +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", @@ -4192,10 +5620,10 @@ "m_Expanded": true, "m_Position": { "serializedVersion": "2", - "x": -456.99993896484377, - "y": -171.00001525878907, + "x": -1297.0, + "y": -249.0, "width": 130.0, - "height": 118.0 + "height": 118.00003051757813 } }, "m_Slots": [ @@ -4295,6 +5723,42 @@ } } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "e8b5ff2a297d4a99b55fd7fd3453a2e8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -638.0000610351563, + "y": -53.000003814697269, + "width": 124.0, + "height": 34.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "807fc031bde94e8d962e6dcf7b818e6b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "46d579bf00724779b0d778a807c41804" + } +} + { "m_SGVersion": 2, "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", @@ -4360,6 +5824,42 @@ ] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "f6e605ec5a52414a8728fade45b33979", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -859.0, + "y": 721.0000610351563, + "width": 135.0, + "height": 33.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "da309aa9be234796b4e04608886fa3d3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "d6c281894dfe4aecaf817bf6a2a7906b" + } +} + { "m_SGVersion": 0, "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", @@ -4414,3 +5914,51 @@ "m_Labels": [] } +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ff8f2df5984f4b85957fc5f802f7dcea", + "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 + } +} + diff --git a/Sources/CocaTrees/Shaders/VolumetricAO.shadersubgraph b/Sources/CocaTrees/Shaders/VolumetricAO.shadersubgraph new file mode 100644 index 00000000..a9134d4a --- /dev/null +++ b/Sources/CocaTrees/Shaders/VolumetricAO.shadersubgraph @@ -0,0 +1,2037 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "c1f882de0f5e491386cccc1ff67f6352", + "m_Properties": [ + { + "m_Id": "77cd5a3522dd4074aea026f8ef1d5b0c" + }, + { + "m_Id": "40e1f94fd8b547a79bbeea7c546e5ac9" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [], + "m_Nodes": [ + { + "m_Id": "7e2e2b3caa13496fa9f623010bfe5752" + }, + { + "m_Id": "021348101a614386a48f6930eb7fedcd" + }, + { + "m_Id": "0fde0f79bd294a45a4505e6110623169" + }, + { + "m_Id": "caa1ca2f662e43f595265aa7dc8148b9" + }, + { + "m_Id": "c325954dbf5c44e7bd9c6f65d0dee9cb" + }, + { + "m_Id": "e9045448cfcc4bdeb0db5954f876f930" + }, + { + "m_Id": "c1443ebbb0174e61ba388936ac3bd90e" + }, + { + "m_Id": "cf96c538653e4ad3831a24702a644f97" + }, + { + "m_Id": "8acc760c093441b1844c5849325d3a3d" + }, + { + "m_Id": "d10653af74604184b6738f0471b91968" + }, + { + "m_Id": "a8f89c0687094abfb0aca24d27b80224" + }, + { + "m_Id": "4560d89036b748db9932f5fc69abe514" + }, + { + "m_Id": "c81c176eb815459f88b9370cfd3daaff" + }, + { + "m_Id": "e91253ef88ba48a4b854be9f104e2dc8" + }, + { + "m_Id": "cb566ac75cee42bb92300b16ee923189" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "021348101a614386a48f6930eb7fedcd" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "caa1ca2f662e43f595265aa7dc8148b9" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "021348101a614386a48f6930eb7fedcd" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c325954dbf5c44e7bd9c6f65d0dee9cb" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0fde0f79bd294a45a4505e6110623169" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "caa1ca2f662e43f595265aa7dc8148b9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4560d89036b748db9932f5fc69abe514" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c81c176eb815459f88b9370cfd3daaff" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8acc760c093441b1844c5849325d3a3d" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d10653af74604184b6738f0471b91968" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8acc760c093441b1844c5849325d3a3d" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d10653af74604184b6738f0471b91968" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8acc760c093441b1844c5849325d3a3d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a8f89c0687094abfb0aca24d27b80224" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a8f89c0687094abfb0aca24d27b80224" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4560d89036b748db9932f5fc69abe514" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c1443ebbb0174e61ba388936ac3bd90e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cf96c538653e4ad3831a24702a644f97" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c325954dbf5c44e7bd9c6f65d0dee9cb" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e9045448cfcc4bdeb0db5954f876f930" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c81c176eb815459f88b9370cfd3daaff" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7e2e2b3caa13496fa9f623010bfe5752" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "caa1ca2f662e43f595265aa7dc8148b9" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c325954dbf5c44e7bd9c6f65d0dee9cb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cb566ac75cee42bb92300b16ee923189" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c81c176eb815459f88b9370cfd3daaff" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cf96c538653e4ad3831a24702a644f97" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8acc760c093441b1844c5849325d3a3d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d10653af74604184b6738f0471b91968" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a8f89c0687094abfb0aca24d27b80224" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e9045448cfcc4bdeb0db5954f876f930" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c1443ebbb0174e61ba388936ac3bd90e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e91253ef88ba48a4b854be9f104e2dc8" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4560d89036b748db9932f5fc69abe514" + }, + "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": "7e2e2b3caa13496fa9f623010bfe5752" + }, + "m_SubDatas": [], + "m_ActiveTargets": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "00f4dd795d324c2daba869b4dd8237b0", + "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": "0179ca2c0372453dafea851e90f7cba6", + "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.ObjectNode", + "m_ObjectId": "021348101a614386a48f6930eb7fedcd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Object", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1125.75, + "y": -76.0, + "width": 153.0, + "height": 173.0000457763672 + } + }, + "m_Slots": [ + { + "m_Id": "2e3976a29a6e47d59e910d1d332dc88d" + }, + { + "m_Id": "52446a302b5b4a48bd208ba0ad3c778a" + }, + { + "m_Id": "31f094d8e4e349f18817e5ba026593fc" + }, + { + "m_Id": "bb265b102fef47338cc0e383c69fbfdf" + }, + { + "m_Id": "4afdaa8a9cf044dcb0a5d74f176b118f" + } + ], + "synonyms": [ + "position", + "scale", + "bounds", + "size" + ], + "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": "06b6d7b7b33b4f1f966cb28d917505bd", + "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": "0f684cdc2823499fa2e586f569cc91d2", + "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": "0fde0f79bd294a45a4505e6110623169", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1145.75, + "y": -247.00001525878907, + "width": 206.0, + "height": 129.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "c33dcf291c9c43c4834d64ac19294ba6" + } + ], + "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": "1bfca8d3b325491bac1ef380b67191b4", + "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": "2014a5c803ac45218a297435ac367148", + "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.Vector1MaterialSlot", + "m_ObjectId": "2c44a8b1f455464b94a436a185a0c3c7", + "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.Vector3MaterialSlot", + "m_ObjectId": "2e3976a29a6e47d59e910d1d332dc88d", + "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.DynamicValueMaterialSlot", + "m_ObjectId": "309087ef29d443b580b048c0daabaaaa", + "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": "318c57a04f2a42e5bae98fded3ba81c2", + "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.Vector3MaterialSlot", + "m_ObjectId": "31f094d8e4e349f18817e5ba026593fc", + "m_Id": 2, + "m_DisplayName": "World Bounds Min", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "World Bounds Min", + "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": "3200b9829e534b73be4f5bb5f4a46a13", + "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": "37981442440c416ca8f61e91a40416a8", + "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.Internal.Vector1ShaderProperty", + "m_ObjectId": "40e1f94fd8b547a79bbeea7c546e5ac9", + "m_Guid": { + "m_GuidSerialized": "27ef800d-1def-42e8-8c69-c2d137d77436" + }, + "m_Name": "AO Power", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "AO Power", + "m_DefaultReferenceName": "_AO_Power", + "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": "42de404f92234a7191da9bddbf2943d6", + "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": "4560d89036b748db9932f5fc69abe514", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 717.25, + "y": -56.000030517578128, + "width": 125.99984741210938, + "height": 118.00007629394531 + } + }, + "m_Slots": [ + { + "m_Id": "51c3659c3fa54442bf4ef8c7042679e4" + }, + { + "m_Id": "309087ef29d443b580b048c0daabaaaa" + }, + { + "m_Id": "fab2eb7ff5ba4fc4a43770c5a19405a2" + } + ], + "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": "4835ef452fe64bb0bc4c72e9062e8335", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "4984ae87a7c54e91922b9f2d3ef0039e", + "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.Vector3MaterialSlot", + "m_ObjectId": "4afdaa8a9cf044dcb0a5d74f176b118f", + "m_Id": 4, + "m_DisplayName": "Bounds Size", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Bounds Size", + "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": "51c3659c3fa54442bf4ef8c7042679e4", + "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": "52446a302b5b4a48bd208ba0ad3c778a", + "m_Id": 1, + "m_DisplayName": "Scale", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Scale", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "63120d09b3c8453c95ee350913652570", + "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": "6bfcca39b526432ba6c15306253ae58a", + "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": "77cd5a3522dd4074aea026f8ef1d5b0c", + "m_Guid": { + "m_GuidSerialized": "657ecb4e-b368-4e4a-b055-2b30a90d3672" + }, + "m_Name": "AO Strength", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "AO Strength", + "m_DefaultReferenceName": "_AO_Strength", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "781599984ca8447ea94f2670d57778a0", + "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.SubGraphOutputNode", + "m_ObjectId": "7e2e2b3caa13496fa9f623010bfe5752", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Output", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1249.25, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "4835ef452fe64bb0bc4c72e9062e8335" + } + ], + "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.Vector1MaterialSlot", + "m_ObjectId": "8896451ed26a4b85a554e8658aa8e4ef", + "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.SplitNode", + "m_ObjectId": "8acc760c093441b1844c5849325d3a3d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 156.2498779296875, + "y": -86.99999237060547, + "width": 120.0, + "height": 149.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "abc163b76b9a48a5a765ea6cb66d6c01" + }, + { + "m_Id": "2c44a8b1f455464b94a436a185a0c3c7" + }, + { + "m_Id": "37981442440c416ca8f61e91a40416a8" + }, + { + "m_Id": "781599984ca8447ea94f2670d57778a0" + }, + { + "m_Id": "8896451ed26a4b85a554e8658aa8e4ef" + } + ], + "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": "9c016dcd394445d0a86c2de6cb1d5cf1", + "m_Id": 0, + "m_DisplayName": "AO Strength", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9d7826d3281543cfb186f28d11352495", + "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": "a866a459ffce4791a2e1984c01960a80", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MaximumNode", + "m_ObjectId": "a8f89c0687094abfb0aca24d27b80224", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Maximum", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 500.24993896484377, + "y": -86.99999237060547, + "width": 125.9998779296875, + "height": 117.9999771118164 + } + }, + "m_Slots": [ + { + "m_Id": "c1a0327e5f4e4b66a6a88fd26b6a91aa" + }, + { + "m_Id": "3200b9829e534b73be4f5bb5f4a46a13" + }, + { + "m_Id": "42de404f92234a7191da9bddbf2943d6" + } + ], + "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": "aa0bc17a519847c8b3ae572e7b632843", + "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.DynamicVectorMaterialSlot", + "m_ObjectId": "aa240d98c779406d8f3009aee9fe9261", + "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": "abc163b76b9a48a5a765ea6cb66d6c01", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "acdfffec1beb44cda70f736d332756ce", + "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": "b0887da740a94a4796ad372c7e887137", + "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.Vector3MaterialSlot", + "m_ObjectId": "bb265b102fef47338cc0e383c69fbfdf", + "m_Id": 3, + "m_DisplayName": "World Bounds Max", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "World Bounds Max", + "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.SubtractNode", + "m_ObjectId": "c1443ebbb0174e61ba388936ac3bd90e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -179.7501220703125, + "y": 20.0, + "width": 130.0001220703125, + "height": 117.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "4984ae87a7c54e91922b9f2d3ef0039e" + }, + { + "m_Id": "e845a5585dd0473faa32204ff687c792" + }, + { + "m_Id": "63120d09b3c8453c95ee350913652570" + } + ], + "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": "c1a0327e5f4e4b66a6a88fd26b6a91aa", + "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.DivideNode", + "m_ObjectId": "c325954dbf5c44e7bd9c6f65d0dee9cb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -696.75, + "y": -76.0, + "width": 129.9998779296875, + "height": 117.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "aa240d98c779406d8f3009aee9fe9261" + }, + { + "m_Id": "b0887da740a94a4796ad372c7e887137" + }, + { + "m_Id": "a866a459ffce4791a2e1984c01960a80" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "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": "c33dcf291c9c43c4834d64ac19294ba6", + "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.PowerNode", + "m_ObjectId": "c81c176eb815459f88b9370cfd3daaff", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Power", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 945.25, + "y": 31.000030517578126, + "width": 208.00001525878907, + "height": 302.0 + } + }, + "m_Slots": [ + { + "m_Id": "6bfcca39b526432ba6c15306253ae58a" + }, + { + "m_Id": "2014a5c803ac45218a297435ac367148" + }, + { + "m_Id": "1bfca8d3b325491bac1ef380b67191b4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "caa1ca2f662e43f595265aa7dc8148b9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -889.75, + "y": -213.00003051757813, + "width": 129.9998779296875, + "height": 118.00006866455078 + } + }, + "m_Slots": [ + { + "m_Id": "aa0bc17a519847c8b3ae572e7b632843" + }, + { + "m_Id": "318c57a04f2a42e5bae98fded3ba81c2" + }, + { + "m_Id": "9d7826d3281543cfb186f28d11352495" + } + ], + "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.PropertyNode", + "m_ObjectId": "cb566ac75cee42bb92300b16ee923189", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 795.25, + "y": 212.00003051757813, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "f29a6d9d10ae42eaab67f43d596f8a1d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "40e1f94fd8b547a79bbeea7c546e5ac9" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AbsoluteNode", + "m_ObjectId": "cf96c538653e4ad3831a24702a644f97", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Absolute", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -22.7501220703125, + "y": 20.0, + "width": 132.0, + "height": 93.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "d1df84273ac34dc59c9d79e375b676c0" + }, + { + "m_Id": "06b6d7b7b33b4f1f966cb28d917505bd" + } + ], + "synonyms": [ + "positive" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MaximumNode", + "m_ObjectId": "d10653af74604184b6738f0471b91968", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Maximum", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 342.2498779296875, + "y": -174.00001525878907, + "width": 126.0, + "height": 117.9999771118164 + } + }, + "m_Slots": [ + { + "m_Id": "e64f054ab9a44f72aa6dca84c5a71b8d" + }, + { + "m_Id": "0f684cdc2823499fa2e586f569cc91d2" + }, + { + "m_Id": "00f4dd795d324c2daba869b4dd8237b0" + } + ], + "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": "d1df84273ac34dc59c9d79e375b676c0", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "db3d4175bceb4f8586d7507cc985f8e8", + "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": "e64f054ab9a44f72aa6dca84c5a71b8d", + "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": "e845a5585dd0473faa32204ff687c792", + "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.MultiplyNode", + "m_ObjectId": "e9045448cfcc4bdeb0db5954f876f930", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -333.7501220703125, + "y": -56.000030517578128, + "width": 130.0, + "height": 118.00007629394531 + } + }, + "m_Slots": [ + { + "m_Id": "db3d4175bceb4f8586d7507cc985f8e8" + }, + { + "m_Id": "0179ca2c0372453dafea851e90f7cba6" + }, + { + "m_Id": "acdfffec1beb44cda70f736d332756ce" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "e91253ef88ba48a4b854be9f104e2dc8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 567.25, + "y": 33.00000762939453, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "9c016dcd394445d0a86c2de6cb1d5cf1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "77cd5a3522dd4074aea026f8ef1d5b0c" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f29a6d9d10ae42eaab67f43d596f8a1d", + "m_Id": 0, + "m_DisplayName": "AO Power", + "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": "fab2eb7ff5ba4fc4a43770c5a19405a2", + "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 + } +} + diff --git a/Sources/CocaTrees/Shaders/VolumetricAO.shadersubgraph.meta b/Sources/CocaTrees/Shaders/VolumetricAO.shadersubgraph.meta new file mode 100644 index 00000000..4bfcf9f9 --- /dev/null +++ b/Sources/CocaTrees/Shaders/VolumetricAO.shadersubgraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 91baf66c5766d744ea1fe3758767eb4f +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 60072b568d64c40a485e0fc55012dc9f, type: 3} diff --git a/Sources/CocaTrees/chestnut/Chestnut_bark_Hideable.mat b/Sources/CocaTrees/chestnut/Chestnut_bark_Hideable.mat index 9b2e3da3..1e4ce32d 100644 --- a/Sources/CocaTrees/chestnut/Chestnut_bark_Hideable.mat +++ b/Sources/CocaTrees/chestnut/Chestnut_bark_Hideable.mat @@ -28,6 +28,10 @@ Material: m_Texture: {fileID: 2800000, guid: dad6befa52e5c76418f231f1a631792a, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: e6f7757b223f60e49a7a5e9b1485a675, type: 3} m_Scale: {x: 1, y: 1} @@ -50,16 +54,19 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0 + - _AO_Power: 1.78 + - _AO_Strength: 1.08 - _HideRadius: 0.3 - _Metallic: 0 - _NormalStrength: 1 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.11 m_Colors: - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1} + - _Tint: {r: 1, g: 1, b: 1, a: 1} m_BuildTextureStacks: [] --- !u!114 &3103991028694557381 MonoBehaviour: diff --git a/Sources/CocaTrees/chestnut/Chestnut_leaves_Hideable.mat b/Sources/CocaTrees/chestnut/Chestnut_leaves_Hideable.mat index a7a5a9a3..c96bc753 100644 --- a/Sources/CocaTrees/chestnut/Chestnut_leaves_Hideable.mat +++ b/Sources/CocaTrees/chestnut/Chestnut_leaves_Hideable.mat @@ -41,6 +41,10 @@ Material: m_Texture: {fileID: 2800000, guid: 72a8286138908354e8f574cc7ed70006, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 48ed93ca43658dd479fd0e8bdc85c438, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: 0e745d6d7639b5a4dbabd53d61dec315, type: 3} m_Scale: {x: 1, y: 1} @@ -63,20 +67,26 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0.619 + - _AO_Power: 0.66 + - _AO_strength: 1.16 - _ClipThreshold: 0.1 - _GeometryAdapt: -0.07 - _HideRadius: 0.4 - - _Metallic: 0 - - _NormalStrength: 1.17 + - _Metallic: 0.21 + - _NoiseColorScale: 0.7 + - _NormalStrength: 2 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.55 - _WindScale: 3.5 - _WindSpeed: 0.3 - _WindSpread: 0 - _WindStrength: 0.03 m_Colors: + - _DryColor: {r: 0.6886792, g: 0.6825545, b: 0.6464489, a: 1} + - _HeatlhyColor: {r: 1, g: 1, b: 1, a: 1} - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - _Tint: {r: 1, g: 1, b: 1, a: 1} - _WindSpread: {r: 0.15, g: 0.1, b: 0, a: 0} diff --git a/Sources/CocaTrees/chestnut/Chestnut_trunk_Hideable.mat b/Sources/CocaTrees/chestnut/Chestnut_trunk_Hideable.mat index 583b8b01..823eba49 100644 --- a/Sources/CocaTrees/chestnut/Chestnut_trunk_Hideable.mat +++ b/Sources/CocaTrees/chestnut/Chestnut_trunk_Hideable.mat @@ -28,6 +28,10 @@ Material: m_Texture: {fileID: 2800000, guid: dad6befa52e5c76418f231f1a631792a, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 2800000, guid: 030f9a1eb99da114595e15b4bdc8416b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 2800000, guid: e6f7757b223f60e49a7a5e9b1485a675, type: 3} m_Scale: {x: 1, y: 1} @@ -50,17 +54,20 @@ Material: m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: + - _AO_Apply: 0 + - _AO_Power: 1.78 + - _AO_Strength: 1.08 - _HeightMultiplier: 0.06 - _HideRadius: 0.3 - _Metallic: 0 - - _NormalStrength: 1 + - _NormalStrength: 2.71 - _QueueControl: 0 - _QueueOffset: 0 - _ShouldHide: 0 - - _Smoothness: 0 + - _Smoothness: 0.11 m_Colors: - _PlayerPosition: {r: 0, g: 0, b: 0, a: 0} - - _Tint: {r: 0.90588236, g: 0.83137256, b: 0.83137256, a: 1} + - _Tint: {r: 1, g: 1, b: 1, a: 1} m_BuildTextureStacks: [] --- !u!114 &3103991028694557381 MonoBehaviour: