├── .editorconfig ├── .gitignore ├── HDPipeline.meta ├── HDPipeline ├── HDUnlitSubShader.cs └── HDUnlitSubShader.cs.meta ├── LICENSE ├── LICENSE.meta ├── README.md ├── README.md.meta ├── TestbedAssets.meta ├── TestbedAssets ├── BW_logo.png ├── BW_logo.png.meta ├── Beachball.ShaderGraph ├── Beachball.ShaderGraph.meta ├── Clouds.png ├── Clouds.png.meta ├── ColorGuide.tif ├── ColorGuide.tif.meta ├── ColorTransparent.tif ├── ColorTransparent.tif.meta ├── Depth.mat ├── Depth.mat.meta ├── Gradient.png ├── Gradient.png.meta ├── Lava_flowmap.png ├── Lava_flowmap.png.meta ├── LightweightAsset.asset ├── LightweightAsset.asset.meta ├── Materials.meta ├── Materials │ ├── Default.mat │ └── Default.mat.meta ├── Oilish.ShaderGraph ├── Oilish.ShaderGraph.meta ├── PartyPreview.ShaderGraph ├── PartyPreview.ShaderGraph.meta ├── Rock_Pack_01.meta ├── Rock_Pack_01 │ ├── Rocks_Models.meta │ ├── Rocks_Models │ │ ├── Rock_A_01.OBJ │ │ └── Rock_A_01.OBJ.meta │ ├── Rocks_Textures.meta │ └── Rocks_Textures │ │ ├── Rock_A_01.meta │ │ ├── Rock_A_01 │ │ ├── Rock_A_01_Diffuse.png │ │ ├── Rock_A_01_Diffuse.png.meta │ │ ├── Rock_A_01_Normal.png │ │ └── Rock_A_01_Normal.png.meta │ │ ├── Tileable_Rock_A.meta │ │ └── Tileable_Rock_A │ │ ├── Tileable_Rock_A_D.png │ │ ├── Tileable_Rock_A_D.png.meta │ │ ├── Tileable_Rock_A_H.png │ │ ├── Tileable_Rock_A_H.png.meta │ │ ├── Tileable_Rock_A_NM.png │ │ └── Tileable_Rock_A_NM.png.meta ├── Scene.unity ├── Scene.unity.meta ├── Sky1.jpg ├── Sky1.jpg.meta ├── Swirl.tga ├── Swirl.tga.meta ├── TangentMap1.jpg ├── TangentMap1.jpg.meta ├── TangentMap2.jpg ├── TangentMap2.jpg.meta ├── TangentMap3.jpg ├── TangentMap3.jpg.meta ├── Teapot.fbx ├── Teapot.fbx.meta ├── Vector1PropGraph.ShaderGraph ├── Vector1PropGraph.ShaderGraph.meta ├── an_gradient.png ├── an_gradient.png.meta ├── bricks_height.png ├── bricks_height.png.meta ├── bricks_normal.tga ├── bricks_normal.tga.meta ├── flowmap.png ├── flowmap.png.meta ├── flowmap2.jpg ├── flowmap2.jpg.meta ├── graphs_PartyPreview.mat ├── graphs_PartyPreview.mat.meta ├── ground_cracked_ground_basecolor.png ├── ground_cracked_ground_basecolor.png.meta ├── ground_cracked_ground_height.png ├── ground_cracked_ground_height.png.meta ├── ground_cracked_ground_roughness.png ├── ground_cracked_ground_roughness.png.meta ├── normal.png ├── normal.png.meta ├── portrait_mask.png ├── portrait_mask.png.meta ├── sfn_vertexcolor.png └── sfn_vertexcolor.png.meta ├── Testing.meta ├── Testing ├── Editor.meta ├── Editor │ ├── IntegrationTests.meta │ ├── IntegrationTests │ │ ├── PropertyNodeTests.cs │ │ ├── PropertyNodeTests.cs.meta │ │ ├── SerializationTests.cs │ │ ├── SerializationTests.cs.meta │ │ ├── ShaderGenerationTest.cs │ │ ├── ShaderGenerationTest.cs.meta │ │ ├── Textures.meta │ │ └── Textures │ │ │ ├── BrushedMetalNormal.tif │ │ │ ├── BrushedMetalNormal.tif.meta │ │ │ ├── BrushedMetalSpecular.tif │ │ │ ├── BrushedMetalSpecular.tif.meta │ │ │ ├── CanvasDiffuse.tif │ │ │ ├── CanvasDiffuse.tif.meta │ │ │ ├── CanvasNormal.tif │ │ │ ├── CanvasNormal.tif.meta │ │ │ ├── CanvasSpecular.tif │ │ │ ├── CanvasSpecular.tif.meta │ │ │ ├── LeatherNormal.tif │ │ │ ├── LeatherNormal.tif.meta │ │ │ ├── MudDiffuse.tif │ │ │ ├── MudDiffuse.tif.meta │ │ │ ├── MudHeight.tif │ │ │ ├── MudHeight.tif.meta │ │ │ ├── MudNormal.tif │ │ │ ├── MudNormal.tif.meta │ │ │ ├── MudOcclusion.tif │ │ │ ├── MudOcclusion.tif.meta │ │ │ ├── MudSpecular.tif │ │ │ ├── MudSpecular.tif.meta │ │ │ ├── PlasticRoughDiffuse.tif │ │ │ ├── PlasticRoughDiffuse.tif.meta │ │ │ ├── PlasticRoughNormal.tif │ │ │ ├── PlasticRoughNormal.tif.meta │ │ │ ├── RubberDiffuse.tif │ │ │ ├── RubberDiffuse.tif.meta │ │ │ ├── RubberNormal.tif │ │ │ ├── RubberNormal.tif.meta │ │ │ ├── RubberOcclusion.tif │ │ │ ├── RubberOcclusion.tif.meta │ │ │ ├── RubberSpecular.tif │ │ │ ├── RubberSpecular.tif.meta │ │ │ ├── SkinDiffuse.tif │ │ │ ├── SkinDiffuse.tif.meta │ │ │ ├── SkinNormal.tif │ │ │ ├── SkinNormal.tif.meta │ │ │ ├── SkinOcclusion.tif │ │ │ ├── SkinOcclusion.tif.meta │ │ │ ├── TarpDiffuse.tif │ │ │ ├── TarpDiffuse.tif.meta │ │ │ ├── TarpHeight.tif │ │ │ ├── TarpHeight.tif.meta │ │ │ ├── TarpNormal.tif │ │ │ ├── TarpNormal.tif.meta │ │ │ ├── TarpSpecular.tif │ │ │ ├── TarpSpecular.tif.meta │ │ │ ├── WoodDiffuse.tif │ │ │ ├── WoodDiffuse.tif.meta │ │ │ ├── WoodNormal.tif │ │ │ ├── WoodNormal.tif.meta │ │ │ ├── WoodOcclusion.tif │ │ │ ├── WoodOcclusion.tif.meta │ │ │ ├── WoodSpecular.tif │ │ │ └── WoodSpecular.tif.meta │ ├── TestMaterialGraph.cs │ ├── TestMaterialGraph.cs.meta │ ├── TestNode.cs │ ├── TestNode.cs.meta │ ├── TestSlot.cs │ ├── TestSlot.cs.meta │ ├── UnitTests.meta │ ├── UnitTests │ │ ├── AbstractMaterialGraphTests.cs │ │ ├── AbstractMaterialGraphTests.cs.meta │ │ ├── DynamicSlotTests.cs │ │ ├── DynamicSlotTests.cs.meta │ │ ├── FixedSlotTests.cs │ │ ├── FixedSlotTests.cs.meta │ │ ├── MaterialGraphTests.cs │ │ ├── MaterialGraphTests.cs.meta │ │ ├── MaterialNodeTests.cs │ │ ├── MaterialNodeTests.cs.meta │ │ ├── MaterialSlotTests.cs │ │ ├── MaterialSlotTests.cs.meta │ │ ├── PixelShaderNodeTests.cs │ │ ├── PixelShaderNodeTests.cs.meta │ │ ├── PropertyChunkTests.cs │ │ ├── PropertyChunkTests.cs.meta │ │ ├── PropertyGeneratorTests.cs │ │ ├── PropertyGeneratorTests.cs.meta │ │ ├── PropertyNodeTests.cs │ │ ├── PropertyNodeTests.cs.meta │ │ ├── SerializedGraphTests.cs │ │ ├── SerializedGraphTests.cs.meta │ │ ├── ShaderGeneratorTests.cs │ │ └── ShaderGeneratorTests.cs.meta │ ├── Unity.ShaderGraph.EditorTests.asmdef │ └── Unity.ShaderGraph.EditorTests.asmdef.meta ├── IntegrationTests.meta └── IntegrationTests │ ├── Graphs.meta │ ├── Graphs │ ├── Add.ShaderGraph │ └── Add.ShaderGraph.meta │ ├── ShaderTemplates.meta │ └── ShaderTemplates │ ├── Add.ShaderGraph.png │ ├── Add.ShaderGraph.png.meta │ ├── Add.ShaderGraph.shader │ └── Add.ShaderGraph.shader.meta ├── Unity.ShaderGraph.Unreleased.Editor.asmdef ├── Unity.ShaderGraph.Unreleased.Editor.asmdef.meta ├── build.py ├── build.py.meta ├── com.unity.shadergraph.meta └── com.unity.shadergraph ├── .npmignore ├── CHANGELOG.md ├── CHANGELOG.md.meta ├── Documentation.meta ├── Documentation ├── ShaderGraph.md └── ShaderGraph.md.meta ├── Editor.meta ├── Editor ├── AssetCallbacks.meta ├── AssetCallbacks │ ├── CreatePBRShaderGraph.cs │ ├── CreatePBRShaderGraph.cs.meta │ ├── CreateShaderSubGraph.cs │ ├── CreateShaderSubGraph.cs.meta │ ├── CreateUnlitShaderGraph.cs │ └── CreateUnlitShaderGraph.cs.meta ├── Data.meta ├── Data │ ├── Graphs.meta │ ├── Graphs │ │ ├── AbstractMaterialGraph.cs │ │ ├── AbstractMaterialGraph.cs.meta │ │ ├── AbstractMaterialGraphAsset.cs │ │ ├── AbstractMaterialGraphAsset.cs.meta │ │ ├── AbstractShaderProperty.cs │ │ ├── AbstractShaderProperty.cs.meta │ │ ├── BitangentMaterialSlot.cs │ │ ├── BitangentMaterialSlot.cs.meta │ │ ├── BooleanMaterialSlot.cs │ │ ├── BooleanMaterialSlot.cs.meta │ │ ├── BooleanShaderProperty.cs │ │ ├── BooleanShaderProperty.cs.meta │ │ ├── ColorMaterialSlot.cs │ │ ├── ColorMaterialSlot.cs.meta │ │ ├── ColorRGBMaterialSlot.cs │ │ ├── ColorRGBMaterialSlot.cs.meta │ │ ├── ColorShaderProperty.cs │ │ ├── ColorShaderProperty.cs.meta │ │ ├── CubemapInputMaterialSlot.cs │ │ ├── CubemapInputMaterialSlot.cs.meta │ │ ├── CubemapMaterialSlot.cs │ │ ├── CubemapMaterialSlot.cs.meta │ │ ├── CubemapShaderProperty.cs │ │ ├── CubemapShaderProperty.cs.meta │ │ ├── DynamicMatrixMaterialSlot.cs │ │ ├── DynamicMatrixMaterialSlot.cs.meta │ │ ├── DynamicValueMaterialSlot.cs │ │ ├── DynamicValueMaterialSlot.cs.meta │ │ ├── DynamicVectorMaterialSlot.cs │ │ ├── DynamicVectorMaterialSlot.cs.meta │ │ ├── IMaterialGraphAsset.cs │ │ ├── IMaterialGraphAsset.cs.meta │ │ ├── IMaterialSlotHasValue.cs │ │ ├── IMaterialSlotHasValue.cs.meta │ │ ├── IShaderGraph.cs │ │ ├── IShaderGraph.cs.meta │ │ ├── IShaderProperty.cs │ │ ├── IShaderProperty.cs.meta │ │ ├── MaterialGraph.cs │ │ ├── MaterialGraph.cs.meta │ │ ├── MaterialGraphAsset.cs │ │ ├── MaterialGraphAsset.cs.meta │ │ ├── MaterialSlot.cs │ │ ├── MaterialSlot.cs.meta │ │ ├── Matrix2MaterialSlot.cs │ │ ├── Matrix2MaterialSlot.cs.meta │ │ ├── Matrix2ShaderProperty.cs │ │ ├── Matrix2ShaderProperty.cs.meta │ │ ├── Matrix3MaterialSlot.cs │ │ ├── Matrix3MaterialSlot.cs.meta │ │ ├── Matrix3ShaderProperty.cs │ │ ├── Matrix3ShaderProperty.cs.meta │ │ ├── Matrix4MaterialSlot.cs │ │ ├── Matrix4MaterialSlot.cs.meta │ │ ├── Matrix4ShaderProperty.cs │ │ ├── Matrix4ShaderProperty.cs.meta │ │ ├── MatrixShaderProperty.cs │ │ ├── MatrixShaderProperty.cs.meta │ │ ├── NormalMaterialSlot.cs │ │ ├── NormalMaterialSlot.cs.meta │ │ ├── PositionMaterialSlot.cs │ │ ├── PositionMaterialSlot.cs.meta │ │ ├── Precision.cs │ │ ├── Precision.cs.meta │ │ ├── PreviewMode.cs │ │ ├── PreviewMode.cs.meta │ │ ├── PreviewProperty.cs │ │ ├── PreviewProperty.cs.meta │ │ ├── SamplerStateMaterialSlot.cs │ │ ├── SamplerStateMaterialSlot.cs.meta │ │ ├── SamplerStateShaderProperty.cs │ │ ├── SamplerStateShaderProperty.cs.meta │ │ ├── ScreenPositionMaterialSlot.cs │ │ ├── ScreenPositionMaterialSlot.cs.meta │ │ ├── SerializableCubemap.cs │ │ ├── SerializableCubemap.cs.meta │ │ ├── SerializableGuid.cs │ │ ├── SerializableGuid.cs.meta │ │ ├── SerializableMesh.cs │ │ ├── SerializableMesh.cs.meta │ │ ├── SerializableTexture.cs │ │ ├── SerializableTexture.cs.meta │ │ ├── ShaderGraphRequirements.cs │ │ ├── ShaderGraphRequirements.cs.meta │ │ ├── SpaceMaterialSlot.cs │ │ ├── SpaceMaterialSlot.cs.meta │ │ ├── TangentMaterialSlot.cs │ │ ├── TangentMaterialSlot.cs.meta │ │ ├── Texture2DInputMaterialSlot.cs │ │ ├── Texture2DInputMaterialSlot.cs.meta │ │ ├── Texture2DMaterialSlot.cs │ │ ├── Texture2DMaterialSlot.cs.meta │ │ ├── TextureSamplerState.cs │ │ ├── TextureSamplerState.cs.meta │ │ ├── TextureShaderProperty.cs │ │ ├── TextureShaderProperty.cs.meta │ │ ├── UVMaterialSlot.cs │ │ ├── UVMaterialSlot.cs.meta │ │ ├── Vector1MaterialSlot.cs │ │ ├── Vector1MaterialSlot.cs.meta │ │ ├── Vector1ShaderProperty.cs │ │ ├── Vector1ShaderProperty.cs.meta │ │ ├── Vector2MaterialSlot.cs │ │ ├── Vector2MaterialSlot.cs.meta │ │ ├── Vector2ShaderProperty.cs │ │ ├── Vector2ShaderProperty.cs.meta │ │ ├── Vector3MaterialSlot.cs │ │ ├── Vector3MaterialSlot.cs.meta │ │ ├── Vector3ShaderProperty.cs │ │ ├── Vector3ShaderProperty.cs.meta │ │ ├── Vector4MaterialSlot.cs │ │ ├── Vector4MaterialSlot.cs.meta │ │ ├── Vector4ShaderProperty.cs │ │ ├── Vector4ShaderProperty.cs.meta │ │ ├── VectorShaderProperty.cs │ │ ├── VectorShaderProperty.cs.meta │ │ ├── VertexColorMaterialSlot.cs │ │ ├── VertexColorMaterialSlot.cs.meta │ │ ├── ViewDirectionMaterialSlot.cs │ │ └── ViewDirectionMaterialSlot.cs.meta │ ├── Implementation.meta │ ├── Implementation │ │ ├── Edge.cs │ │ ├── Edge.cs.meta │ │ ├── GraphObject.cs │ │ ├── GraphObject.cs.meta │ │ ├── NodeUtils.cs │ │ ├── NodeUtils.cs.meta │ │ ├── SlotType.cs │ │ └── SlotType.cs.meta │ ├── Interfaces.meta │ ├── Interfaces │ │ ├── GenerationMode.cs │ │ ├── GenerationMode.cs.meta │ │ ├── Graph.meta │ │ ├── Graph │ │ │ ├── DrawState.cs │ │ │ ├── DrawState.cs.meta │ │ │ ├── GraphDrawingData.cs │ │ │ ├── GraphDrawingData.cs.meta │ │ │ ├── IEdge.cs │ │ │ ├── IEdge.cs.meta │ │ │ ├── IGraph.cs │ │ │ ├── IGraph.cs.meta │ │ │ ├── IGraphAsset.cs │ │ │ ├── IGraphAsset.cs.meta │ │ │ ├── IGraphObject.cs │ │ │ ├── IGraphObject.cs.meta │ │ │ ├── INode.cs │ │ │ ├── INode.cs.meta │ │ │ ├── IOnAssetEnabled.cs │ │ │ ├── IOnAssetEnabled.cs.meta │ │ │ ├── ISlot.cs │ │ │ ├── ISlot.cs.meta │ │ │ ├── SlotReference.cs │ │ │ └── SlotReference.cs.meta │ │ ├── IGenerateProperties.cs │ │ ├── IGenerateProperties.cs.meta │ │ ├── IGeneratesBodyCode.cs │ │ ├── IGeneratesBodyCode.cs.meta │ │ ├── IGeneratesFunction.cs │ │ ├── IGeneratesFunction.cs.meta │ │ ├── IMayRequireBitangent.cs │ │ ├── IMayRequireBitangent.cs.meta │ │ ├── IMayRequireMeshUV.cs │ │ ├── IMayRequireMeshUV.cs.meta │ │ ├── IMayRequireNormal.cs │ │ ├── IMayRequireNormal.cs.meta │ │ ├── IMayRequirePosition.cs │ │ ├── IMayRequirePosition.cs.meta │ │ ├── IMayRequireScreenPosition.cs │ │ ├── IMayRequireScreenPosition.cs.meta │ │ ├── IMayRequireTangent.cs │ │ ├── IMayRequireTangent.cs.meta │ │ ├── IMayRequireTime.cs │ │ ├── IMayRequireTime.cs.meta │ │ ├── IMayRequireVertexColor.cs │ │ ├── IMayRequireVertexColor.cs.meta │ │ ├── IMayRequireViewDirection.cs │ │ ├── IMayRequireViewDirection.cs.meta │ │ ├── NeededCoordinateSpace.cs │ │ └── NeededCoordinateSpace.cs.meta │ ├── LightweightPipeline.meta │ ├── LightweightPipeline │ │ ├── LightweightFastBlinnMasterNode.cs │ │ └── LightweightFastBlinnMasterNode.cs.meta │ ├── MasterNodes.meta │ ├── MasterNodes │ │ ├── AlphaMode.cs │ │ ├── AlphaMode.cs.meta │ │ ├── IPBRSubShader.cs │ │ ├── IPBRSubShader.cs.meta │ │ ├── ISubShader.cs │ │ ├── ISubShader.cs.meta │ │ ├── IUnlitSubShader.cs │ │ ├── IUnlitSubShader.cs.meta │ │ ├── PBRMasterNode.cs │ │ ├── PBRMasterNode.cs.meta │ │ ├── UnlitMasterNode.cs │ │ └── UnlitMasterNode.cs.meta │ ├── Nodes.meta │ ├── Nodes │ │ ├── AbstractMaterialNode.cs │ │ ├── AbstractMaterialNode.cs.meta │ │ ├── Artistic.meta │ │ ├── Artistic │ │ │ ├── Adjustment.meta │ │ │ ├── Adjustment │ │ │ │ ├── ChannelMixerNode.cs │ │ │ │ ├── ChannelMixerNode.cs.meta │ │ │ │ ├── ContrastNode.cs │ │ │ │ ├── ContrastNode.cs.meta │ │ │ │ ├── HueNode.cs │ │ │ │ ├── HueNode.cs.meta │ │ │ │ ├── InvertColorsNode.cs │ │ │ │ ├── InvertColorsNode.cs.meta │ │ │ │ ├── ReplaceColorNode.cs │ │ │ │ ├── ReplaceColorNode.cs.meta │ │ │ │ ├── SaturationNode.cs │ │ │ │ ├── SaturationNode.cs.meta │ │ │ │ ├── WhiteBalanceNode.cs │ │ │ │ └── WhiteBalanceNode.cs.meta │ │ │ ├── Blend.meta │ │ │ ├── Blend │ │ │ │ ├── BlendMode.cs │ │ │ │ ├── BlendMode.cs.meta │ │ │ │ ├── BlendNode.cs │ │ │ │ └── BlendNode.cs.meta │ │ │ ├── Filter.meta │ │ │ ├── Filter │ │ │ │ ├── DitherNode.cs │ │ │ │ └── DitherNode.cs.meta │ │ │ ├── Mask.meta │ │ │ ├── Mask │ │ │ │ ├── ChannelMaskNode.cs │ │ │ │ ├── ChannelMaskNode.cs.meta │ │ │ │ ├── ColorMaskNode.cs │ │ │ │ └── ColorMaskNode.cs.meta │ │ │ ├── Normal.meta │ │ │ ├── Normal │ │ │ │ ├── NormalBlendNode.cs │ │ │ │ ├── NormalBlendNode.cs.meta │ │ │ │ ├── NormalCreateNode.cs │ │ │ │ ├── NormalCreateNode.cs.meta │ │ │ │ ├── NormalStrengthNode.cs │ │ │ │ ├── NormalStrengthNode.cs.meta │ │ │ │ ├── NormalUnpackNode.cs │ │ │ │ └── NormalUnpackNode.cs.meta │ │ │ ├── Utility.meta │ │ │ └── Utility │ │ │ │ ├── ColorspaceConversion.cs │ │ │ │ └── ColorspaceConversion.cs.meta │ │ ├── Channel.meta │ │ ├── Channel │ │ │ ├── CombineNode.cs │ │ │ ├── CombineNode.cs.meta │ │ │ ├── FlipNode.cs │ │ │ ├── FlipNode.cs.meta │ │ │ ├── SplitNode.cs │ │ │ ├── SplitNode.cs.meta │ │ │ ├── SwizzleNode.cs │ │ │ └── SwizzleNode.cs.meta │ │ ├── CodeFunctionNode.cs │ │ ├── CodeFunctionNode.cs.meta │ │ ├── FormerNameAttribute.cs │ │ ├── FormerNameAttribute.cs.meta │ │ ├── FunctionMultiInput.cs │ │ ├── FunctionMultiInput.cs.meta │ │ ├── GeometryNode.cs │ │ ├── GeometryNode.cs.meta │ │ ├── GuidEncoder.cs │ │ ├── GuidEncoder.cs.meta │ │ ├── IMasterNode.cs │ │ ├── IMasterNode.cs.meta │ │ ├── IPropertyFromNode.cs │ │ ├── IPropertyFromNode.cs.meta │ │ ├── Input.meta │ │ ├── Input │ │ │ ├── Basic.meta │ │ │ ├── Basic │ │ │ │ ├── BooleanNode.cs │ │ │ │ ├── BooleanNode.cs.meta │ │ │ │ ├── ColorNode.cs │ │ │ │ ├── ColorNode.cs.meta │ │ │ │ ├── ConstantNode.cs │ │ │ │ ├── ConstantNode.cs.meta │ │ │ │ ├── IntegerNode.cs │ │ │ │ ├── IntegerNode.cs.meta │ │ │ │ ├── SliderNode.cs │ │ │ │ ├── SliderNode.cs.meta │ │ │ │ ├── TimeNode.cs │ │ │ │ ├── TimeNode.cs.meta │ │ │ │ ├── Vector1Node.cs │ │ │ │ ├── Vector1Node.cs.meta │ │ │ │ ├── Vector2Node.cs │ │ │ │ ├── Vector2Node.cs.meta │ │ │ │ ├── Vector3Node.cs │ │ │ │ ├── Vector3Node.cs.meta │ │ │ │ ├── Vector4Node.cs │ │ │ │ └── Vector4Node.cs.meta │ │ │ ├── Geometry.meta │ │ │ ├── Geometry │ │ │ │ ├── BitangentVectorNode.cs │ │ │ │ ├── BitangentVectorNode.cs.meta │ │ │ │ ├── NormalVectorNode.cs │ │ │ │ ├── NormalVectorNode.cs.meta │ │ │ │ ├── PositionNode.cs │ │ │ │ ├── PositionNode.cs.meta │ │ │ │ ├── ScreenPositionNode.cs │ │ │ │ ├── ScreenPositionNode.cs.meta │ │ │ │ ├── TangentVectorNode.cs │ │ │ │ ├── TangentVectorNode.cs.meta │ │ │ │ ├── UVNode.cs │ │ │ │ ├── UVNode.cs.meta │ │ │ │ ├── VertexColorNode.cs │ │ │ │ ├── VertexColorNode.cs.meta │ │ │ │ ├── ViewDirectionNode.cs │ │ │ │ └── ViewDirectionNode.cs.meta │ │ │ ├── Matrix.meta │ │ │ ├── Matrix │ │ │ │ ├── Matrix2Node.cs │ │ │ │ ├── Matrix2Node.cs.meta │ │ │ │ ├── Matrix3Node.cs │ │ │ │ ├── Matrix3Node.cs.meta │ │ │ │ ├── Matrix4Node.cs │ │ │ │ ├── Matrix4Node.cs.meta │ │ │ │ ├── TransformationMatrixNode.cs │ │ │ │ └── TransformationMatrixNode.cs.meta │ │ │ ├── PBR.meta │ │ │ ├── PBR │ │ │ │ ├── DielectricSpecularNode.cs │ │ │ │ ├── DielectricSpecularNode.cs.meta │ │ │ │ ├── MetalReflectanceNode.cs │ │ │ │ └── MetalReflectanceNode.cs.meta │ │ │ ├── PropertyNode.cs │ │ │ ├── PropertyNode.cs.meta │ │ │ ├── Scene.meta │ │ │ ├── Scene │ │ │ │ ├── AmbientNode.cs │ │ │ │ ├── AmbientNode.cs.meta │ │ │ │ ├── CameraNode.cs │ │ │ │ ├── CameraNode.cs.meta │ │ │ │ ├── FogNode.cs │ │ │ │ ├── FogNode.cs.meta │ │ │ │ ├── LightProbeNode.cs │ │ │ │ ├── LightProbeNode.cs.meta │ │ │ │ ├── ObjectNode.cs │ │ │ │ ├── ObjectNode.cs.meta │ │ │ │ ├── ReflectionProbeNode.cs │ │ │ │ ├── ReflectionProbeNode.cs.meta │ │ │ │ ├── ScreenNode.cs │ │ │ │ └── ScreenNode.cs.meta │ │ │ ├── Texture.meta │ │ │ └── Texture │ │ │ │ ├── CubemapAssetNode.cs │ │ │ │ ├── CubemapAssetNode.cs.meta │ │ │ │ ├── SampleCubemapNode.cs │ │ │ │ ├── SampleCubemapNode.cs.meta │ │ │ │ ├── SampleTexture2DNode.cs │ │ │ │ ├── SampleTexture2DNode.cs.meta │ │ │ │ ├── SamplerStateNode.cs │ │ │ │ ├── SamplerStateNode.cs.meta │ │ │ │ ├── Texture2DAssetNode.cs │ │ │ │ └── Texture2DAssetNode.cs.meta │ │ ├── MasterNode.cs │ │ ├── MasterNode.cs.meta │ │ ├── Math.meta │ │ ├── Math │ │ │ ├── Advanced.meta │ │ │ ├── Advanced │ │ │ │ ├── AbsoluteNode.cs │ │ │ │ ├── AbsoluteNode.cs.meta │ │ │ │ ├── ExponentialNode.cs │ │ │ │ ├── ExponentialNode.cs.meta │ │ │ │ ├── LengthNode.cs │ │ │ │ ├── LengthNode.cs.meta │ │ │ │ ├── LogNode.cs │ │ │ │ ├── LogNode.cs.meta │ │ │ │ ├── ModuloNode.cs │ │ │ │ ├── ModuloNode.cs.meta │ │ │ │ ├── NegateNode.cs │ │ │ │ ├── NegateNode.cs.meta │ │ │ │ ├── NormalizeNode.cs │ │ │ │ ├── NormalizeNode.cs.meta │ │ │ │ ├── PosterizeNode.cs │ │ │ │ ├── PosterizeNode.cs.meta │ │ │ │ ├── ReciprocalNode.cs │ │ │ │ ├── ReciprocalNode.cs.meta │ │ │ │ ├── ReciprocalSquareRootNode.cs │ │ │ │ └── ReciprocalSquareRootNode.cs.meta │ │ │ ├── Basic.meta │ │ │ ├── Basic │ │ │ │ ├── AddNode.cs │ │ │ │ ├── AddNode.cs.meta │ │ │ │ ├── DivideNode.cs │ │ │ │ ├── DivideNode.cs.meta │ │ │ │ ├── MultiplyNode.cs │ │ │ │ ├── MultiplyNode.cs.meta │ │ │ │ ├── PowerNode.cs │ │ │ │ ├── PowerNode.cs.meta │ │ │ │ ├── SquareRootNode.cs │ │ │ │ ├── SquareRootNode.cs.meta │ │ │ │ ├── SubtractNode.cs │ │ │ │ └── SubtractNode.cs.meta │ │ │ ├── Derivative.meta │ │ │ ├── Derivative │ │ │ │ ├── DDXNode.cs │ │ │ │ ├── DDXNode.cs.meta │ │ │ │ ├── DDXYNode.cs │ │ │ │ ├── DDXYNode.cs.meta │ │ │ │ ├── DDYNode.cs │ │ │ │ └── DDYNode.cs.meta │ │ │ ├── Interpolation.meta │ │ │ ├── Interpolation │ │ │ │ ├── InverseLerpNode.cs │ │ │ │ ├── InverseLerpNode.cs.meta │ │ │ │ ├── LerpNode.cs │ │ │ │ ├── LerpNode.cs.meta │ │ │ │ ├── SmoothstepNode.cs │ │ │ │ └── SmoothstepNode.cs.meta │ │ │ ├── Matrix.meta │ │ │ ├── Matrix │ │ │ │ ├── MatrixConstructionNode.cs │ │ │ │ ├── MatrixConstructionNode.cs.meta │ │ │ │ ├── MatrixDeterminantNode.cs │ │ │ │ ├── MatrixDeterminantNode.cs.meta │ │ │ │ ├── MatrixSplitNode.cs │ │ │ │ ├── MatrixSplitNode.cs.meta │ │ │ │ ├── MatrixTransposeNode.cs │ │ │ │ └── MatrixTransposeNode.cs.meta │ │ │ ├── Range.meta │ │ │ ├── Range │ │ │ │ ├── ClampNode.cs │ │ │ │ ├── ClampNode.cs.meta │ │ │ │ ├── FractionNode.cs │ │ │ │ ├── FractionNode.cs.meta │ │ │ │ ├── MaximumNode.cs │ │ │ │ ├── MaximumNode.cs.meta │ │ │ │ ├── MinimumNode.cs │ │ │ │ ├── MinimumNode.cs.meta │ │ │ │ ├── OneMinusNode.cs │ │ │ │ ├── OneMinusNode.cs.meta │ │ │ │ ├── RandomRangeNode.cs │ │ │ │ ├── RandomRangeNode.cs.meta │ │ │ │ ├── RemapNode.cs │ │ │ │ ├── RemapNode.cs.meta │ │ │ │ ├── SaturateNode.cs │ │ │ │ └── SaturateNode.cs.meta │ │ │ ├── Round.meta │ │ │ ├── Round │ │ │ │ ├── CeilingNode.cs │ │ │ │ ├── CeilingNode.cs.meta │ │ │ │ ├── FloorNode.cs │ │ │ │ ├── FloorNode.cs.meta │ │ │ │ ├── RoundNode.cs │ │ │ │ ├── RoundNode.cs.meta │ │ │ │ ├── SignNode.cs │ │ │ │ ├── SignNode.cs.meta │ │ │ │ ├── StepNode.cs │ │ │ │ ├── StepNode.cs.meta │ │ │ │ ├── TruncateNode.cs │ │ │ │ └── TruncateNode.cs.meta │ │ │ ├── Trigonometry.meta │ │ │ ├── Trigonometry │ │ │ │ ├── ArccosineNode.cs │ │ │ │ ├── ArccosineNode.cs.meta │ │ │ │ ├── ArcsineNode.cs │ │ │ │ ├── ArcsineNode.cs.meta │ │ │ │ ├── Arctangent2Node.cs │ │ │ │ ├── Arctangent2Node.cs.meta │ │ │ │ ├── ArctangentNode.cs │ │ │ │ ├── ArctangentNode.cs.meta │ │ │ │ ├── CosineNode.cs │ │ │ │ ├── CosineNode.cs.meta │ │ │ │ ├── DegreesToRadiansNode.cs │ │ │ │ ├── DegreesToRadiansNode.cs.meta │ │ │ │ ├── HyperbolicCosineNode.cs │ │ │ │ ├── HyperbolicCosineNode.cs.meta │ │ │ │ ├── HyperbolicSineNode.cs │ │ │ │ ├── HyperbolicSineNode.cs.meta │ │ │ │ ├── HyperbolicTangentNode.cs │ │ │ │ ├── HyperbolicTangentNode.cs.meta │ │ │ │ ├── RadiansToDegreesNode.cs │ │ │ │ ├── RadiansToDegreesNode.cs.meta │ │ │ │ ├── SineNode.cs │ │ │ │ ├── SineNode.cs.meta │ │ │ │ ├── TangentNode.cs │ │ │ │ └── TangentNode.cs.meta │ │ │ ├── Vector.meta │ │ │ └── Vector │ │ │ │ ├── CrossProductNode.cs │ │ │ │ ├── CrossProductNode.cs.meta │ │ │ │ ├── DistanceNode.cs │ │ │ │ ├── DistanceNode.cs.meta │ │ │ │ ├── DotProductNode.cs │ │ │ │ ├── DotProductNode.cs.meta │ │ │ │ ├── FresnelEffectNode.cs │ │ │ │ ├── FresnelEffectNode.cs.meta │ │ │ │ ├── ProjectionNode.cs │ │ │ │ ├── ProjectionNode.cs.meta │ │ │ │ ├── ReflectionNode.cs │ │ │ │ ├── ReflectionNode.cs.meta │ │ │ │ ├── RejectionNode.cs │ │ │ │ ├── RejectionNode.cs.meta │ │ │ │ ├── TransformNode.cs │ │ │ │ └── TransformNode.cs.meta │ │ ├── Procedural.meta │ │ ├── Procedural │ │ │ ├── CheckerboardNode.cs │ │ │ ├── CheckerboardNode.cs.meta │ │ │ ├── Noise.meta │ │ │ ├── Noise │ │ │ │ ├── GradientNoiseNode.cs │ │ │ │ ├── GradientNoiseNode.cs.meta │ │ │ │ ├── SimpleNoiseNode.cs │ │ │ │ ├── SimpleNoiseNode.cs.meta │ │ │ │ ├── VoronoiNode.cs │ │ │ │ └── VoronoiNode.cs.meta │ │ │ ├── Shape.meta │ │ │ └── Shape │ │ │ │ ├── EllipseNode.cs │ │ │ │ ├── EllipseNode.cs.meta │ │ │ │ ├── PolygonNode.cs │ │ │ │ ├── PolygonNode.cs.meta │ │ │ │ ├── RectangleNode.cs │ │ │ │ ├── RectangleNode.cs.meta │ │ │ │ ├── RoundedRectangleNode.cs │ │ │ │ └── RoundedRectangleNode.cs.meta │ │ ├── PropertyType.cs │ │ ├── PropertyType.cs.meta │ │ ├── ShaderStage.cs │ │ ├── ShaderStage.cs.meta │ │ ├── SlotValue.cs │ │ ├── SlotValue.cs.meta │ │ ├── TitleAttribute.cs │ │ ├── TitleAttribute.cs.meta │ │ ├── UV.meta │ │ ├── UV │ │ │ ├── FlipbookNode.cs │ │ │ ├── FlipbookNode.cs.meta │ │ │ ├── PolarCoordinatesNode.cs │ │ │ ├── PolarCoordinatesNode.cs.meta │ │ │ ├── RadialShearNode.cs │ │ │ ├── RadialShearNode.cs.meta │ │ │ ├── RotateNode.cs │ │ │ ├── RotateNode.cs.meta │ │ │ ├── SpherizeNode.cs │ │ │ ├── SpherizeNode.cs.meta │ │ │ ├── TilingAndOffsetNode.cs │ │ │ ├── TilingAndOffsetNode.cs.meta │ │ │ ├── TriplanarNode.cs │ │ │ ├── TriplanarNode.cs.meta │ │ │ ├── TwirlNode.cs │ │ │ └── TwirlNode.cs.meta │ │ ├── Utility.meta │ │ └── Utility │ │ │ ├── Logic.meta │ │ │ ├── Logic │ │ │ ├── AllNode.cs │ │ │ ├── AllNode.cs.meta │ │ │ ├── AndNode.cs │ │ │ ├── AndNode.cs.meta │ │ │ ├── AnyNode.cs │ │ │ ├── AnyNode.cs.meta │ │ │ ├── BranchNode.cs │ │ │ ├── BranchNode.cs.meta │ │ │ ├── ComparisonNode.cs │ │ │ ├── ComparisonNode.cs.meta │ │ │ ├── IsInfiniteNode.cs │ │ │ ├── IsInfiniteNode.cs.meta │ │ │ ├── IsNanNode.cs │ │ │ ├── IsNanNode.cs.meta │ │ │ ├── NandNode.cs │ │ │ ├── NandNode.cs.meta │ │ │ ├── NotNode.cs │ │ │ ├── NotNode.cs.meta │ │ │ ├── OrNode.cs │ │ │ └── OrNode.cs.meta │ │ │ ├── PreviewNode.cs │ │ │ ├── PreviewNode.cs.meta │ │ │ ├── SubGraphNode.cs │ │ │ └── SubGraphNode.cs.meta │ ├── SubGraph.meta │ ├── SubGraph │ │ ├── MaterialSubGraphAsset.cs │ │ ├── MaterialSubGraphAsset.cs.meta │ │ ├── SubGraph.cs │ │ ├── SubGraph.cs.meta │ │ ├── SubGraphOutputNode.cs │ │ └── SubGraphOutputNode.cs.meta │ ├── SurfaceModel.meta │ ├── SurfaceModel │ │ ├── SurfaceMaterialOptions.cs │ │ └── SurfaceMaterialOptions.cs.meta │ ├── Util.meta │ └── Util │ │ ├── CubemapPropertyChunk.cs │ │ ├── CubemapPropertyChunk.cs.meta │ │ ├── DictionaryPool.cs │ │ ├── DictionaryPool.cs.meta │ │ ├── FunctionRegistry.cs │ │ ├── FunctionRegistry.cs.meta │ │ ├── GenerationResults.cs │ │ ├── GenerationResults.cs.meta │ │ ├── GraphUtil.cs │ │ ├── GraphUtil.cs.meta │ │ ├── Identifier.cs │ │ ├── Identifier.cs.meta │ │ ├── ListPool.cs │ │ ├── ListPool.cs.meta │ │ ├── Logging.cs │ │ ├── Logging.cs.meta │ │ ├── MatrixNames.cs │ │ ├── MatrixNames.cs.meta │ │ ├── ObjectPool.cs │ │ ├── ObjectPool.cs.meta │ │ ├── PooledObject.cs │ │ ├── PooledObject.cs.meta │ │ ├── PropertyCollector.cs │ │ ├── PropertyCollector.cs.meta │ │ ├── QueuePool.cs │ │ ├── QueuePool.cs.meta │ │ ├── ScreenSpaceType.cs │ │ ├── ScreenSpaceType.cs.meta │ │ ├── SerializationHelper.cs │ │ ├── SerializationHelper.cs.meta │ │ ├── ShaderGenerator.cs │ │ ├── ShaderGenerator.cs.meta │ │ ├── ShaderGeneratorNames.cs │ │ ├── ShaderGeneratorNames.cs.meta │ │ ├── ShaderSourceMap.cs │ │ ├── ShaderSourceMap.cs.meta │ │ ├── ShaderStringBuilder.cs │ │ ├── ShaderStringBuilder.cs.meta │ │ ├── StackPool.cs │ │ ├── StackPool.cs.meta │ │ ├── TextureType.cs │ │ ├── TextureType.cs.meta │ │ ├── UvChannel.cs │ │ └── UvChannel.cs.meta ├── DefaultShaderIncludes.cs ├── DefaultShaderIncludes.cs.meta ├── Drawing.meta ├── Drawing │ ├── Blackboard.meta │ ├── Blackboard │ │ ├── Blackboard.cs │ │ ├── Blackboard.cs.meta │ │ ├── BlackboardField.cs │ │ ├── BlackboardField.cs.meta │ │ ├── BlackboardFieldPropertyView.cs │ │ ├── BlackboardFieldPropertyView.cs.meta │ │ ├── BlackboardProvider.cs │ │ ├── BlackboardProvider.cs.meta │ │ ├── BlackboardRow.cs │ │ ├── BlackboardRow.cs.meta │ │ ├── BlackboardSection.cs │ │ └── BlackboardSection.cs.meta │ ├── Controls.meta │ ├── Controls │ │ ├── ChannelEnumControl.cs │ │ ├── ChannelEnumControl.cs.meta │ │ ├── ChannelEnumMaskControl.cs │ │ ├── ChannelEnumMaskControl.cs.meta │ │ ├── ChannelMixerControl.cs │ │ ├── ChannelMixerControl.cs.meta │ │ ├── ColorControl.cs │ │ ├── ColorControl.cs.meta │ │ ├── CubemapControl.cs │ │ ├── CubemapControl.cs.meta │ │ ├── DefaultControl.cs │ │ ├── DefaultControl.cs.meta │ │ ├── DielectricSpecularControl.cs │ │ ├── DielectricSpecularControl.cs.meta │ │ ├── EnumControl.cs │ │ ├── EnumControl.cs.meta │ │ ├── EnumConversionControl.cs │ │ ├── EnumConversionControl.cs.meta │ │ ├── IControlAttribute.cs │ │ ├── IControlAttribute.cs.meta │ │ ├── IntegerControl.cs │ │ ├── IntegerControl.cs.meta │ │ ├── ObjectControl.cs │ │ ├── ObjectControl.cs.meta │ │ ├── SliderControl.cs │ │ ├── SliderControl.cs.meta │ │ ├── TextureControl.cs │ │ ├── TextureControl.cs.meta │ │ ├── ToggleControl.cs │ │ ├── ToggleControl.cs.meta │ │ ├── VectorControl.cs │ │ └── VectorControl.cs.meta │ ├── EdgeConnectorListener.cs │ ├── EdgeConnectorListener.cs.meta │ ├── INodeModificationListener.cs │ ├── INodeModificationListener.cs.meta │ ├── Inspector.meta │ ├── Inspector │ │ ├── MasterPreviewView.cs │ │ ├── MasterPreviewView.cs.meta │ │ ├── WindowDockingLayout.cs │ │ └── WindowDockingLayout.cs.meta │ ├── Manipulators.meta │ ├── Manipulators │ │ ├── Draggable.cs │ │ ├── Draggable.cs.meta │ │ ├── GraphDropTarget.cs │ │ ├── GraphDropTarget.cs.meta │ │ ├── ResizeBorderFrame.cs │ │ ├── ResizeBorderFrame.cs.meta │ │ ├── ResizeSideHandle.cs │ │ ├── ResizeSideHandle.cs.meta │ │ ├── Scrollable.cs │ │ ├── Scrollable.cs.meta │ │ ├── WindowDraggable.cs │ │ └── WindowDraggable.cs.meta │ ├── MaterialGraphEditWindow.cs │ ├── MaterialGraphEditWindow.cs.meta │ ├── MaterialGraphPreviewGenerator.cs │ ├── MaterialGraphPreviewGenerator.cs.meta │ ├── PreviewManager.cs │ ├── PreviewManager.cs.meta │ ├── PreviewRate.cs │ ├── PreviewRate.cs.meta │ ├── SearchWindowProvider.cs │ ├── SearchWindowProvider.cs.meta │ ├── Views.meta │ └── Views │ │ ├── FloatField.cs │ │ ├── FloatField.cs.meta │ │ ├── GradientEdge.cs │ │ ├── GradientEdge.cs.meta │ │ ├── GraphEditorView.cs │ │ ├── GraphEditorView.cs.meta │ │ ├── MaterialGraphView.cs │ │ ├── MaterialGraphView.cs.meta │ │ ├── MaterialNodeView.cs │ │ ├── MaterialNodeView.cs.meta │ │ ├── PixelCacheProfilerView.cs │ │ ├── PixelCacheProfilerView.cs.meta │ │ ├── PortInputView.cs │ │ ├── PortInputView.cs.meta │ │ ├── PreviewSceneResources.cs │ │ ├── PreviewSceneResources.cs.meta │ │ ├── ShaderPort.cs │ │ ├── ShaderPort.cs.meta │ │ ├── Slots.meta │ │ └── Slots │ │ ├── BooleanSlotControlView.cs │ │ ├── BooleanSlotControlView.cs.meta │ │ ├── ColorRGBSlotControlView.cs │ │ ├── ColorRGBSlotControlView.cs.meta │ │ ├── ColorSlotControlView.cs │ │ ├── ColorSlotControlView.cs.meta │ │ ├── CubemapSlotControlView.cs │ │ ├── CubemapSlotControlView.cs.meta │ │ ├── LabelSlotControlView.cs │ │ ├── LabelSlotControlView.cs.meta │ │ ├── MultiFloatSlotControlView.cs │ │ ├── MultiFloatSlotControlView.cs.meta │ │ ├── ScreenPositionSlotControlView.cs │ │ ├── ScreenPositionSlotControlView.cs.meta │ │ ├── TextureSlotControlView.cs │ │ ├── TextureSlotControlView.cs.meta │ │ ├── UVSlotControlView.cs │ │ └── UVSlotControlView.cs.meta ├── Importers.meta ├── Importers │ ├── ShaderGraphImporter.cs │ ├── ShaderGraphImporter.cs.meta │ ├── ShaderGraphImporterEditor.cs │ ├── ShaderGraphImporterEditor.cs.meta │ ├── ShaderSubGraphImporter.cs │ ├── ShaderSubGraphImporter.cs.meta │ ├── ShaderSubGraphImporterEditor.cs │ └── ShaderSubGraphImporterEditor.cs.meta ├── Resources.meta ├── Resources │ ├── GraphView.meta │ ├── GraphView │ │ ├── Nodes.meta │ │ └── Nodes │ │ │ ├── BlackboardFieldExposed.png │ │ │ ├── BlackboardFieldExposed.png.meta │ │ │ ├── BlackboardFieldPillBackground.png │ │ │ ├── BlackboardFieldPillBackground.png.meta │ │ │ ├── NodeChevronDown.png │ │ │ ├── NodeChevronDown.png.meta │ │ │ ├── NodeChevronDown@2x.png │ │ │ ├── NodeChevronDown@2x.png.meta │ │ │ ├── NodeChevronLeft.png │ │ │ ├── NodeChevronLeft.png.meta │ │ │ ├── NodeChevronLeft@2x.png │ │ │ ├── NodeChevronLeft@2x.png.meta │ │ │ ├── NodeChevronRight.png │ │ │ ├── NodeChevronRight.png.meta │ │ │ ├── NodeChevronRight@2x.png │ │ │ ├── NodeChevronRight@2x.png.meta │ │ │ ├── NodeChevronUp.png │ │ │ ├── NodeChevronUp.png.meta │ │ │ ├── NodeChevronUp@2x.png │ │ │ ├── NodeChevronUp@2x.png.meta │ │ │ ├── PreviewCollapse.png │ │ │ ├── PreviewCollapse.png.meta │ │ │ ├── PreviewCollapse@2x.png │ │ │ ├── PreviewCollapse@2x.png.meta │ │ │ ├── PreviewExpand.png │ │ │ ├── PreviewExpand.png.meta │ │ │ ├── PreviewExpand@2x.png │ │ │ └── PreviewExpand@2x.png.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── BlitNoAlpha.shader │ │ ├── BlitNoAlpha.shader.meta │ │ ├── Checkerboard.shader │ │ └── Checkerboard.shader.meta │ ├── Styles.meta │ ├── Styles │ │ ├── Blackboard.uss │ │ ├── Blackboard.uss.meta │ │ ├── Controls.meta │ │ ├── Controls │ │ │ ├── BooleanSlotControlView.uss │ │ │ ├── BooleanSlotControlView.uss.meta │ │ │ ├── ChannelEnumControlView.uss │ │ │ ├── ChannelEnumControlView.uss.meta │ │ │ ├── ChannelEnumMaskControlView.uss │ │ │ ├── ChannelEnumMaskControlView.uss.meta │ │ │ ├── ChannelMixerControlView.uss │ │ │ ├── ChannelMixerControlView.uss.meta │ │ │ ├── ColorControlView.uss │ │ │ ├── ColorControlView.uss.meta │ │ │ ├── ColorRGBASlotControlView.uss │ │ │ ├── ColorRGBASlotControlView.uss.meta │ │ │ ├── ColorRGBSlotControlView.uss │ │ │ ├── ColorRGBSlotControlView.uss.meta │ │ │ ├── CubemapSlotControlView.uss │ │ │ ├── CubemapSlotControlView.uss.meta │ │ │ ├── DielectricSpecularControlView.uss │ │ │ ├── DielectricSpecularControlView.uss.meta │ │ │ ├── EnumControlView.uss │ │ │ ├── EnumControlView.uss.meta │ │ │ ├── EnumConversionControlView.uss │ │ │ ├── EnumConversionControlView.uss.meta │ │ │ ├── IntegerControlView.uss │ │ │ ├── IntegerControlView.uss.meta │ │ │ ├── MultiFloatControlView.uss │ │ │ ├── MultiFloatControlView.uss.meta │ │ │ ├── MultiFloatSlotControlView.uss │ │ │ ├── MultiFloatSlotControlView.uss.meta │ │ │ ├── ScreenPositionSlotControlView.uss │ │ │ ├── ScreenPositionSlotControlView.uss.meta │ │ │ ├── SliderControlView.uss │ │ │ ├── SliderControlView.uss.meta │ │ │ ├── TextureSlotControlView.uss │ │ │ ├── TextureSlotControlView.uss.meta │ │ │ ├── ToggleControlView.uss │ │ │ ├── ToggleControlView.uss.meta │ │ │ ├── UVSlotControlView.uss │ │ │ └── UVSlotControlView.uss.meta │ │ ├── GraphEditorView.uss │ │ ├── GraphEditorView.uss.meta │ │ ├── MasterPreviewView.uss │ │ ├── MasterPreviewView.uss.meta │ │ ├── MaterialGraph.uss │ │ ├── MaterialGraph.uss.meta │ │ ├── MaterialGraphView.uss │ │ ├── MaterialGraphView.uss.meta │ │ ├── MaterialNodeView.uss │ │ ├── MaterialNodeView.uss.meta │ │ ├── PixelCacheProfiler.uss │ │ ├── PixelCacheProfiler.uss.meta │ │ ├── PortInputView.uss │ │ ├── PortInputView.uss.meta │ │ ├── ShaderPort.uss │ │ ├── ShaderPort.uss.meta │ │ ├── ShaderPropertyView.uss │ │ └── ShaderPropertyView.uss.meta │ ├── UXML.meta │ └── UXML │ │ ├── GraphView.meta │ │ ├── GraphView │ │ ├── Blackboard.uxml │ │ ├── Blackboard.uxml.meta │ │ ├── BlackboardField.uxml │ │ ├── BlackboardField.uxml.meta │ │ ├── BlackboardRow.uxml │ │ ├── BlackboardRow.uxml.meta │ │ ├── BlackboardSection.uxml │ │ └── BlackboardSection.uxml.meta │ │ ├── PixelCacheProfiler.uxml │ │ └── PixelCacheProfiler.uxml.meta ├── Templates.meta ├── Templates │ ├── HDUnlitPassForward.template │ ├── HDUnlitPassForward.template.meta │ ├── shader.template │ ├── shader.template.meta │ ├── subshader.template │ ├── subshader.template.meta │ ├── tesselationSubshader.template │ └── tesselationSubshader.template.meta ├── Unity.ShaderGraph.Editor.asmdef ├── Unity.ShaderGraph.Editor.asmdef.meta ├── Util.meta └── Util │ ├── CompatibilityExtensions.cs │ ├── CompatibilityExtensions.cs.meta │ ├── CopyPasteGraph.cs │ ├── CopyPasteGraph.cs.meta │ ├── CreateSerializableGraph.cs │ ├── CreateSerializableGraph.cs.meta │ ├── IndexSet.cs │ ├── IndexSet.cs.meta │ ├── TypeMapper.cs │ ├── TypeMapper.cs.meta │ ├── TypeMapping.cs │ ├── TypeMapping.cs.meta │ ├── UIUtilities.cs │ └── UIUtilities.cs.meta ├── LICENSE.md ├── LICENSE.md.meta ├── ShaderGraphLibrary.meta ├── ShaderGraphLibrary ├── Functions.hlsl ├── Functions.hlsl.meta ├── GeometricTools.hlsl ├── GeometricTools.hlsl.meta ├── ShaderConfig.cs.hlsl ├── ShaderConfig.cs.hlsl.meta ├── ShaderVariables.hlsl ├── ShaderVariables.hlsl.meta ├── ShaderVariablesFunctions.hlsl ├── ShaderVariablesFunctions.hlsl.meta ├── ShaderVariablesMatrixDefsLegacyUnity.hlsl └── ShaderVariablesMatrixDefsLegacyUnity.hlsl.meta ├── package.json └── package.json.meta /.gitignore: -------------------------------------------------------------------------------- 1 | artifacts/** 2 | build/** 3 | .vs 4 | .vscode 5 | .idea 6 | .DS_Store 7 | .npmrc 8 | DebugOutput.meta 9 | DebugOutput/** -------------------------------------------------------------------------------- /HDPipeline.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 621b9da5e0cd5cc449775c0394b63d58 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /HDPipeline/HDUnlitSubShader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 292c6a3c80161fa4cb49a9d11d35cbe9 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /LICENSE.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ccd80e6f5d1fa7e4dbe10a0163abd393 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08534868baca5cc4092711da8c94e981 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /TestbedAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f65c08d6acb9e794699bb04e8db778f3 3 | folderAsset: yes 4 | timeCreated: 1490784346 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TestbedAssets/BW_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/BW_logo.png -------------------------------------------------------------------------------- /TestbedAssets/Beachball.ShaderGraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b141c720617d37f45a2fd27af59ccf42 3 | ScriptedImporter: 4 | fileIDToRecycleName: 5 | 4800000: MainAsset 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} 11 | -------------------------------------------------------------------------------- /TestbedAssets/Clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/Clouds.png -------------------------------------------------------------------------------- /TestbedAssets/ColorGuide.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/ColorGuide.tif -------------------------------------------------------------------------------- /TestbedAssets/ColorTransparent.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/ColorTransparent.tif -------------------------------------------------------------------------------- /TestbedAssets/Depth.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90f0a6e5e54aa494f9119a79d1071c65 3 | timeCreated: 1490977286 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TestbedAssets/Gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/Gradient.png -------------------------------------------------------------------------------- /TestbedAssets/Lava_flowmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/Lava_flowmap.png -------------------------------------------------------------------------------- /TestbedAssets/LightweightAsset.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c068d834ef325345b87395bd103e074 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TestbedAssets/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79dd2e059d3d74748a6dcb0927e95373 3 | folderAsset: yes 4 | timeCreated: 1495555479 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TestbedAssets/Materials/Default.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0a566ca02d8d44968a96aa06a2b861b 3 | timeCreated: 1495555479 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TestbedAssets/Oilish.ShaderGraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: abcabb4945a2d6c4aa605f870d393d02 3 | ScriptedImporter: 4 | fileIDToRecycleName: 5 | 4800000: MainAsset 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} 11 | -------------------------------------------------------------------------------- /TestbedAssets/PartyPreview.ShaderGraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e67b8be7b087145ab87b7ae0a690c35e 3 | ScriptedImporter: 4 | fileIDToRecycleName: 5 | 4800000: MainAsset 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} 11 | -------------------------------------------------------------------------------- /TestbedAssets/Rock_Pack_01.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce290fb34a3bd4894833d4ad76648a71 3 | folderAsset: yes 4 | timeCreated: 1495564204 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TestbedAssets/Rock_Pack_01/Rocks_Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97a4c58b432ae4f5f9d7a3d81c5530ad 3 | folderAsset: yes 4 | timeCreated: 1495564204 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TestbedAssets/Rock_Pack_01/Rocks_Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f14453ebe68b44248019c7a333df739 3 | folderAsset: yes 4 | timeCreated: 1495564204 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TestbedAssets/Rock_Pack_01/Rocks_Textures/Rock_A_01.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aaf3e71fc2530425da150299326de1ce 3 | folderAsset: yes 4 | timeCreated: 1495564204 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TestbedAssets/Rock_Pack_01/Rocks_Textures/Rock_A_01/Rock_A_01_Diffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/Rock_Pack_01/Rocks_Textures/Rock_A_01/Rock_A_01_Diffuse.png -------------------------------------------------------------------------------- /TestbedAssets/Rock_Pack_01/Rocks_Textures/Rock_A_01/Rock_A_01_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/Rock_Pack_01/Rocks_Textures/Rock_A_01/Rock_A_01_Normal.png -------------------------------------------------------------------------------- /TestbedAssets/Rock_Pack_01/Rocks_Textures/Tileable_Rock_A.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bdce88353cf645659bb158074da9822 3 | folderAsset: yes 4 | timeCreated: 1495564204 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TestbedAssets/Rock_Pack_01/Rocks_Textures/Tileable_Rock_A/Tileable_Rock_A_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/Rock_Pack_01/Rocks_Textures/Tileable_Rock_A/Tileable_Rock_A_D.png -------------------------------------------------------------------------------- /TestbedAssets/Rock_Pack_01/Rocks_Textures/Tileable_Rock_A/Tileable_Rock_A_H.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/Rock_Pack_01/Rocks_Textures/Tileable_Rock_A/Tileable_Rock_A_H.png -------------------------------------------------------------------------------- /TestbedAssets/Rock_Pack_01/Rocks_Textures/Tileable_Rock_A/Tileable_Rock_A_NM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/Rock_Pack_01/Rocks_Textures/Tileable_Rock_A/Tileable_Rock_A_NM.png -------------------------------------------------------------------------------- /TestbedAssets/Scene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 939d670ecd2da174e8d96189a2164415 3 | timeCreated: 1490975341 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TestbedAssets/Sky1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/Sky1.jpg -------------------------------------------------------------------------------- /TestbedAssets/Swirl.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/Swirl.tga -------------------------------------------------------------------------------- /TestbedAssets/TangentMap1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/TangentMap1.jpg -------------------------------------------------------------------------------- /TestbedAssets/TangentMap2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/TangentMap2.jpg -------------------------------------------------------------------------------- /TestbedAssets/TangentMap3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/TangentMap3.jpg -------------------------------------------------------------------------------- /TestbedAssets/Vector1PropGraph.ShaderGraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d765c30286182d4a9e23edbdaf01865 3 | ScriptedImporter: 4 | fileIDToRecycleName: 5 | 4800000: MainAsset 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} 11 | -------------------------------------------------------------------------------- /TestbedAssets/an_gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/an_gradient.png -------------------------------------------------------------------------------- /TestbedAssets/bricks_height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/bricks_height.png -------------------------------------------------------------------------------- /TestbedAssets/bricks_normal.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/bricks_normal.tga -------------------------------------------------------------------------------- /TestbedAssets/flowmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/flowmap.png -------------------------------------------------------------------------------- /TestbedAssets/flowmap2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/flowmap2.jpg -------------------------------------------------------------------------------- /TestbedAssets/graphs_PartyPreview.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8745a7a276da8b4fa388ec0f8c421ab 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TestbedAssets/ground_cracked_ground_basecolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/ground_cracked_ground_basecolor.png -------------------------------------------------------------------------------- /TestbedAssets/ground_cracked_ground_height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/ground_cracked_ground_height.png -------------------------------------------------------------------------------- /TestbedAssets/ground_cracked_ground_roughness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/ground_cracked_ground_roughness.png -------------------------------------------------------------------------------- /TestbedAssets/normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/normal.png -------------------------------------------------------------------------------- /TestbedAssets/portrait_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/portrait_mask.png -------------------------------------------------------------------------------- /TestbedAssets/sfn_vertexcolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/TestbedAssets/sfn_vertexcolor.png -------------------------------------------------------------------------------- /Testing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0191f2183190488449b2ef17660f2593 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Testing/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ec6bb6cbe5f7d64fafc86c030ea8684 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e636bcaad60bb8e4da48c07cdcb938b5 3 | folderAsset: yes 4 | timeCreated: 1454665103 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/PropertyNodeTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e121200f28196db44a1204c4189c01bb 3 | timeCreated: 1470743942 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/SerializationTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0dd57d4b408ec4c4580937b45862efbb 3 | timeCreated: 1466602040 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/ShaderGenerationTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce4414d6bbf59a54686b40bffc0bab08 3 | timeCreated: 1454664639 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6cf1d40de4a83a541aea1eae77ff0735 3 | folderAsset: yes 4 | timeCreated: 1470900516 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/BrushedMetalNormal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/BrushedMetalNormal.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/BrushedMetalSpecular.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/BrushedMetalSpecular.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/CanvasDiffuse.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/CanvasDiffuse.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/CanvasNormal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/CanvasNormal.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/CanvasSpecular.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/CanvasSpecular.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/LeatherNormal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/LeatherNormal.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/MudDiffuse.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/MudDiffuse.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/MudHeight.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/MudHeight.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/MudNormal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/MudNormal.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/MudOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/MudOcclusion.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/MudSpecular.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/MudSpecular.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/PlasticRoughDiffuse.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/PlasticRoughDiffuse.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/PlasticRoughNormal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/PlasticRoughNormal.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/RubberDiffuse.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/RubberDiffuse.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/RubberNormal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/RubberNormal.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/RubberOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/RubberOcclusion.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/RubberSpecular.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/RubberSpecular.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/SkinDiffuse.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/SkinDiffuse.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/SkinNormal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/SkinNormal.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/SkinOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/SkinOcclusion.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/TarpDiffuse.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/TarpDiffuse.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/TarpHeight.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/TarpHeight.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/TarpNormal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/TarpNormal.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/TarpSpecular.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/TarpSpecular.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/WoodDiffuse.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/WoodDiffuse.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/WoodNormal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/WoodNormal.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/WoodOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/WoodOcclusion.tif -------------------------------------------------------------------------------- /Testing/Editor/IntegrationTests/Textures/WoodSpecular.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/Editor/IntegrationTests/Textures/WoodSpecular.tif -------------------------------------------------------------------------------- /Testing/Editor/TestMaterialGraph.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.ShaderGraph 2 | { 3 | class TestMaterialGraph : AbstractMaterialGraph 4 | { 5 | 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /Testing/Editor/TestMaterialGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 803f320a1aae4bb28cd8234a7623f9df 3 | timeCreated: 1513335106 -------------------------------------------------------------------------------- /Testing/Editor/TestNode.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.ShaderGraph 2 | { 3 | public class TestNode : AbstractMaterialNode 4 | { 5 | 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /Testing/Editor/TestNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b3ff0f8519f4c0aa38ae4251a329e34 3 | timeCreated: 1513341923 -------------------------------------------------------------------------------- /Testing/Editor/TestSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7e4d50a46ff471096f3c60fb06a364d 3 | timeCreated: 1513346708 -------------------------------------------------------------------------------- /Testing/Editor/UnitTests.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f85ac5340a5dff468e347347435cf68 3 | folderAsset: yes 4 | timeCreated: 1464096294 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Testing/Editor/UnitTests/AbstractMaterialGraphTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 351a6b3ff7ef41c45938a78e94dd2a20 3 | timeCreated: 1464264924 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/UnitTests/DynamicSlotTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6e750ecfd4623440a02fd8252326d93 3 | timeCreated: 1466512880 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/UnitTests/FixedSlotTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fe1a12f346cde14f8ec5d42b2e4b70f 3 | timeCreated: 1469709562 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/UnitTests/MaterialGraphTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0675182a7c3e7464e977d09524877e2c 3 | timeCreated: 1464264924 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/UnitTests/MaterialNodeTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f553306b9101064eb1010e15de5f567 3 | timeCreated: 1469179824 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/UnitTests/MaterialSlotTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a55bb4eb9ba26c846902a616c2ea29ff 3 | timeCreated: 1469709562 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/UnitTests/PixelShaderNodeTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: caaa2ea3bc3f57c429e630f9324ac930 3 | timeCreated: 1469792183 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/UnitTests/PropertyChunkTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 816037e003cccbc4b8a61ec1bf91ab0c 3 | timeCreated: 1469695793 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/UnitTests/PropertyGeneratorTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fdcc4209e9d976d4e8644e2b9bcef10d 3 | timeCreated: 1470743942 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/UnitTests/PropertyNodeTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc814c257422bf1449688696b94fae44 3 | timeCreated: 1469792183 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/UnitTests/SerializedGraphTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28928f8f53abca94fbfaabf4d2c440af 3 | timeCreated: 1464096294 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/UnitTests/ShaderGeneratorTests.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf6df2fd463c5a3489c65eee884c8488 3 | timeCreated: 1466509587 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Testing/Editor/Unity.ShaderGraph.EditorTests.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9005d55594f84038984f88a9ddaf3491 3 | timeCreated: 1512551893 -------------------------------------------------------------------------------- /Testing/IntegrationTests.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48e4573d1f98ead4d9519560b321f962 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Testing/IntegrationTests/Graphs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6a29d9d3fa10ca4dbc83d847ef342ee 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Testing/IntegrationTests/Graphs/Add.ShaderGraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5afb17f32b499314c8744c5ee1859a0d 3 | ScriptedImporter: 4 | fileIDToRecycleName: 5 | 4800000: MainAsset 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} 11 | -------------------------------------------------------------------------------- /Testing/IntegrationTests/ShaderTemplates.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40e60e40cb434cf4d8154cf5a15b424e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Testing/IntegrationTests/ShaderTemplates/Add.ShaderGraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/IntegrationTests/ShaderTemplates/Add.ShaderGraph.png -------------------------------------------------------------------------------- /Testing/IntegrationTests/ShaderTemplates/Add.ShaderGraph.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/Testing/IntegrationTests/ShaderTemplates/Add.ShaderGraph.shader -------------------------------------------------------------------------------- /Testing/IntegrationTests/ShaderTemplates/Add.ShaderGraph.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77af32e86de29534d8a9e7f227a27569 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Unity.ShaderGraph.Unreleased.Editor.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.ShaderGraph.Unreleased.Editor", 3 | "references": [ 4 | "Unity.ShaderGraph.Editor" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [ 8 | "Editor" 9 | ], 10 | "excludePlatforms": [], 11 | "allowUnsafeCode": false 12 | } -------------------------------------------------------------------------------- /Unity.ShaderGraph.Unreleased.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 553866256eeda4718819db70148cc3f8 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /build.py.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b1a0d0e4b2baea45969a56eca979c72 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /com.unity.shadergraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b601fe23f0347ab8e4892edf2cf76d7 3 | timeCreated: 1513757926 -------------------------------------------------------------------------------- /com.unity.shadergraph/.npmignore: -------------------------------------------------------------------------------- 1 | artifacts/** 2 | build/** 3 | /Editor/Testing* 4 | /.collabignore 5 | /.gitignore 6 | /.gitmodules 7 | .npmignore -------------------------------------------------------------------------------- /com.unity.shadergraph/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d652dd37e32b64cc9b4e36a1e7ddf1b8 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Documentation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da6dbb8238c9e431aa4f75b711ecf1bc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Documentation/ShaderGraph.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5aeff55910e44180b7d1de9ac9b221c 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af35822cb60c9a44cba3e3f0317ac0ac 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/AssetCallbacks.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d0b60652dca71b49a137663137e38ea 3 | folderAsset: yes 4 | timeCreated: 1464264920 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/AssetCallbacks/CreatePBRShaderGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfd5ef109afbc724fb00ddcfc7b9d24e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/AssetCallbacks/CreateShaderSubGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: beb456cc86fd0ea4a9943f78665a8ec2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/AssetCallbacks/CreateUnlitShaderGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f2488f286c4e264ba7984f8889461cc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f56929b05da66c942ad2e3fe376346fa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f329b5b280b7f6f449659f05937ac2f2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/AbstractMaterialGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b0e8711e6be02b46b0f59cdc792d962 3 | timeCreated: 1464601236 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/AbstractMaterialGraphAsset.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.ShaderGraph 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/AbstractMaterialGraphAsset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f69ae4bd132ba4c4990a5f2ec28e5932 3 | timeCreated: 1482920380 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/AbstractShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1411039ed1342fa8efff6fa8a4c179d 3 | timeCreated: 1505346915 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/BitangentMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67f66fefcaac3e04388ec470163bf127 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/BooleanMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efad93f5b8245a54fb4fee128fc0f3f6 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/BooleanShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8891f9466e6b01c498c3f4b2c6abc0eb 3 | timeCreated: 1505346922 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/ColorMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89d670f0d46a47d08be1209a78765617 3 | timeCreated: 1510659340 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/ColorRGBMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a29c1f6321a430d439c5623e2a44f397 3 | timeCreated: 1510659340 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/ColorShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47cf9e64b21b48b09320f42eb82ac3c3 3 | timeCreated: 1505346940 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/CubemapInputMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b961f6f7e2617446afb6a8e329d84d4 3 | timeCreated: 1509276977 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/CubemapMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ada5a840e90db5e4d901c686dca382ab 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/CubemapShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca5ddce766d5ae24f8be282b4f7a21bd 3 | timeCreated: 1505346949 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/DynamicMatrixMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e985385869ccee4ca3c6fd2fd15174c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/DynamicValueMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38b2d4645340d4274a793e2e12ec097c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/DynamicVectorMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5dfe8ebe34ab064fb2769846adaa6a3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/IMaterialGraphAsset.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.ShaderGraph 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/IMaterialGraphAsset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3e00256415a816419b39d61b3bf8451 3 | timeCreated: 1465559572 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/IMaterialSlotHasValue.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.ShaderGraph 2 | { 3 | public interface IMaterialSlotHasValue 4 | { 5 | T defaultValue { get; } 6 | T value { get; } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/IMaterialSlotHasValue.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94492244ef44a2e48b3e7790d7ac681d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/IShaderGraph.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | 3 | namespace UnityEditor.ShaderGraph 4 | { 5 | public interface IShaderGraph 6 | { 7 | string GetShader(string name, GenerationMode mode, out List configuredTextures); 8 | void LoadedFromDisk(); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/IShaderGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad9b7f8f562a4ee59873c8c222874ce7 3 | timeCreated: 1507398800 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/IShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7594463b49eb4d70a1b938f328f0c0b0 3 | timeCreated: 1505346909 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/MaterialGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb1baf5d764fd6543ae40a4772ed0299 3 | timeCreated: 1464601237 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/MaterialGraphAsset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 562bd27a5e73fc64d80a1d9d936ffbd5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/MaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d998d7fbd75b97459f63fb4931d14b5 3 | timeCreated: 1463560120 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Matrix2MaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4cba4fbdefbdfa04cb2f6f84376a1353 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Matrix2ShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0755d7f7a7e11cb4294563bbd0d434cc 3 | timeCreated: 1505346935 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Matrix3MaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5afbdbfda75b8c24ab4c07b8b3deddbe 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Matrix3ShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95c9c50f50c70c8479180b855a3bd255 3 | timeCreated: 1505346935 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Matrix4MaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69e137d338a024949b0a96921f86ee50 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Matrix4ShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6379ce3fb15957343ba875d18f87efbc 3 | timeCreated: 1505346935 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/MatrixShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79075442664faac49b00b4c93d28e08b 3 | timeCreated: 1505408377 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/NormalMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08969711a3defe445a6803416d676b5b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/PositionMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0612806deec2f154587fad5a1f7b060a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Precision.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.ShaderGraph 2 | { 3 | public enum Precision 4 | { 5 | Default = 0, // half 6 | Full = 1, 7 | Fixed = 2, 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Precision.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b4e2f7da2357424ab19865ce322e8be 3 | timeCreated: 1463576280 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/PreviewMode.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.ShaderGraph 2 | { 3 | public enum PreviewMode 4 | { 5 | Preview2D, 6 | Preview3D 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/PreviewMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 084b4ac1c80bf4746bb42f8d424c058f 3 | timeCreated: 1463576280 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/PreviewProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b61922288469cb5438e9b4118b11a4d9 3 | timeCreated: 1463576280 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/SamplerStateMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 095dad16f79a37b4d9aba1e9c31691f9 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/SamplerStateShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b48a2e97e3e24303833a0062f90f4f13 3 | timeCreated: 1505436387 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/ScreenPositionMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20a329ed82797b8459cd7b6e22787f2e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/SerializableCubemap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01e80e004e94f5e48ad1cb83d5701300 3 | timeCreated: 1505346945 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/SerializableGuid.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb9a23efd2bc46e9a5e34bf5ff0c9768 3 | timeCreated: 1507479217 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/SerializableMesh.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 944c4fc9d004e7845adb3f86843ab742 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/SerializableTexture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4a4ff926ce74b059400bb049aefcba2 3 | timeCreated: 1505346945 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/ShaderGraphRequirements.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b80c0c5cd7f940d7bc0f37b22c454d40 3 | timeCreated: 1505698038 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/SpaceMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66199806246c45e493afdfc09208cbdc 3 | timeCreated: 1509290088 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/TangentMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c42ea0d8f47bbb4c9933bd050602d04 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Texture2DInputMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ebeb3a21d05d49caa5d3318fb49b7612 3 | timeCreated: 1509276977 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Texture2DMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af7e1a692e5050c4ca44bb5a0e4ae4ca 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/TextureSamplerState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0238123ffe44c05bc05acf347c4d52d 3 | timeCreated: 1505436371 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/TextureShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08e62564fb95471d9580619b660c6531 3 | timeCreated: 1505346949 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/UVMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33b78bbe7d29809499c4e314b196f3cf 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Vector1MaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 040094878824e9948a10bc97408f84f3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Vector1ShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 572cce24ed76430db4c21dfe82d01252 3 | timeCreated: 1505346922 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Vector2MaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a465b9562de8ef4eb8d8169e41b7e90 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Vector2ShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbd5691737554a15ab0b098fca999382 3 | timeCreated: 1505346926 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Vector3MaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb19b5420cdd2894c92c1683993bee49 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Vector3ShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34a68571f5ae4ebe8221824597dc0675 3 | timeCreated: 1505346931 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Vector4MaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aad5b297ad24f804aa36b04329f70020 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/Vector4ShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3989871719194dbdba09613ac74761b3 3 | timeCreated: 1505346935 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/VectorShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f83ebb04c5c4df184601ef18aa7d89d 3 | timeCreated: 1505408377 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/VertexColorMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d03029f14ab44744d948ca282e300cb3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Graphs/ViewDirectionMaterialSlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd41e705ec44f6a428a22f08da1b19b3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Implementation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 931ad3a4d181270419aa65ff77b3ec16 3 | folderAsset: yes 4 | timeCreated: 1464264924 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Implementation/Edge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d35a1ba1f2dabea42ab1fc3d040eec81 3 | timeCreated: 1464264925 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Implementation/GraphObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 463ff292c8554dc18fb52fb725707a21 3 | timeCreated: 1508144011 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Implementation/NodeUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5721d495a5354c4a96da57b12f43adb 3 | timeCreated: 1464264925 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Implementation/SlotType.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.Graphing 2 | { 3 | public enum SlotType 4 | { 5 | Input, 6 | Output 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Implementation/SlotType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c465ac18d51260d41999717f8c47770f 3 | timeCreated: 1464264925 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa6cfee2afcf9584b9e67fe405662d0e 3 | folderAsset: yes 4 | timeCreated: 1464264921 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/GenerationMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 588ff2dc785e37f408eb9e48a18127d0 3 | timeCreated: 1480587334 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20d63795c62940409089af61496db945 3 | timeCreated: 1513348939 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/DrawState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c85b5b63a005833438cd315d952735de 3 | timeCreated: 1464272094 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/GraphDrawingData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bc9112caeee14b29b0a521463985007 3 | timeCreated: 1482330187 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/IEdge.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEditor.Graphing 4 | { 5 | public interface IEdge : IEquatable 6 | { 7 | SlotReference outputSlot { get; } 8 | SlotReference inputSlot { get; } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/IEdge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f67813c9628ef14a839d0c546f6ab25 3 | timeCreated: 1464264924 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/IGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad5e6e2ab1165fb46bfc2296913d25a2 3 | timeCreated: 1464264925 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/IGraphAsset.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.Graphing 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/IGraphAsset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6c42fafc7c73f84b8d030cc6743346d 3 | timeCreated: 1465555773 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/IGraphObject.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.Graphing 2 | { 3 | public interface IGraphObject 4 | { 5 | IGraph graph { get; set; } 6 | void RegisterCompleteObjectUndo(string name); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/IGraphObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59661073fa1046e9b3aa3fea5c7f5c54 3 | timeCreated: 1508144485 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/INode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b16d3bd20d4d2c644969258425ff071a 3 | timeCreated: 1464264925 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/IOnAssetEnabled.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.Graphing 2 | { 3 | public interface IOnAssetEnabled 4 | { 5 | void OnEnable(); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/IOnAssetEnabled.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed722b1f9c66a7441b3893cec3e3ff4d 3 | timeCreated: 1468409044 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/ISlot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c273d08d1dec8434583305f6cff41a08 3 | timeCreated: 1464264925 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/Graph/SlotReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7b6f306850f6cc449bc71d8d2384146 3 | timeCreated: 1464264925 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IGenerateProperties.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.ShaderGraph 2 | { 3 | public interface IGenerateProperties 4 | { 5 | void CollectShaderProperties(PropertyCollector properties, GenerationMode generationMode); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IGenerateProperties.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfce8626f6421204988af1303b24dcea 3 | timeCreated: 1480587334 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IGeneratesBodyCode.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.ShaderGraph 2 | { 3 | public interface IGeneratesBodyCode 4 | { 5 | void GenerateNodeCode(ShaderGenerator visitor, GenerationMode generationMode); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IGeneratesBodyCode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86155a20c88c9104cac95b7d74ae60dc 3 | timeCreated: 1480587334 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IGeneratesFunction.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.ShaderGraph 2 | { 3 | public interface IGeneratesFunction 4 | { 5 | void GenerateNodeFunction(FunctionRegistry registry, GenerationMode generationMode); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IGeneratesFunction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd53f18c76af5ab40bad30c1af8e06a0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IMayRequireBitangent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d413641b2ef00944932ea717573480f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IMayRequireMeshUV.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c23e123c3ff140c997d68b663b484f29 3 | timeCreated: 1512469718 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IMayRequireNormal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51bb8f11fbcf43f9bcec6418f1991397 3 | timeCreated: 1504092018 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IMayRequirePosition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ab44fbceb0a1074899755c19bcd75cd 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IMayRequireScreenPosition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7223ad4b07146cc98966aad000f017d 3 | timeCreated: 1512469767 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IMayRequireTangent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab1ebec1bc4dee54c9b0df228d5f6609 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IMayRequireTime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 275b56f32a48a0f4ab244ca9aa3884c9 3 | timeCreated: 1480587334 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IMayRequireVertexColor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04d654703054418c8db537b52ae070dc 3 | timeCreated: 1512469863 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/IMayRequireViewDirection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d9d2a94c350c0d4791c2220a26a54b0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Interfaces/NeededCoordinateSpace.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ad845bb8ef34e4589bcf630a8a8a31a 3 | timeCreated: 1505627582 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/LightweightPipeline.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 916528b44860a914c9ce5f4db133a19b 3 | folderAsset: yes 4 | timeCreated: 1505322757 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/MasterNodes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be7d4ec304eccd8489095f90e0909d93 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/MasterNodes/AlphaMode.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEditor.ShaderGraph 4 | { 5 | public enum SurfaceType 6 | { 7 | Opaque, 8 | Transparent 9 | } 10 | 11 | public enum AlphaMode 12 | { 13 | Alpha, 14 | Premultiply, 15 | Additive, 16 | Multiply 17 | } 18 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/MasterNodes/AlphaMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05d113c37ee6ad24cbd4b11bbaab371f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/MasterNodes/IPBRSubShader.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEditor.ShaderGraph { 4 | public interface IPBRSubShader : ISubShader 5 | { 6 | } 7 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/MasterNodes/IPBRSubShader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ba3702335c91a140bc0ee4c0891b160 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/MasterNodes/ISubShader.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEditor.ShaderGraph { 4 | public interface ISubShader 5 | { 6 | string GetSubshader(IMasterNode masterNode, GenerationMode mode); 7 | } 8 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/MasterNodes/ISubShader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e131b3f1bf111d4caab49dcc291757b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/MasterNodes/IUnlitSubShader.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEditor.ShaderGraph 4 | { 5 | public interface IUnlitSubShader : ISubShader 6 | {} 7 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/MasterNodes/IUnlitSubShader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f0e14eed65d43342acaeb7f9e597621 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/MasterNodes/PBRMasterNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea7519738e2a9b4469abbff8d5c4d657 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/MasterNodes/UnlitMasterNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50acf8d45249d486e9e5ee72178100f4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0082d52fe349b94449238a3d0db01df0 3 | folderAsset: yes 4 | timeCreated: 1464264919 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/AbstractMaterialNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4da4d7c02dcbdd4f9ef2d3b1106879a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ee6f8ab31f6bf349a63fdd21fc88664 3 | folderAsset: yes 4 | timeCreated: 1495532491 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Adjustment.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75cc6d701e07fe246ba5377a454f74c4 3 | folderAsset: yes 4 | timeCreated: 1495532497 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Adjustment/ChannelMixerNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8d3a2d8c96e5994696f30f658efebea 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Adjustment/HueNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 083caf0fe7ff62f438e121e934355461 3 | timeCreated: 1490973460 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Adjustment/InvertColorsNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e16bd8daac9e4e42861472225b22405 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Adjustment/WhiteBalanceNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c09bf9b59c16e0d48b9a346376d28640 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Blend.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f85e7557d4bb9874882ec3fa3044a53e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Blend/BlendMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e377212826a27da4f9cbf888b0c39bc9 3 | timeCreated: 1495455807 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Blend/BlendNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1aa4fa75c826d8d409b5033a6ef686eb 3 | timeCreated: 1495456651 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Filter.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e005d19f5315e44bc9f50b3f6f8e50b2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Filter/DitherNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40b83fe632985494f96d2211c1963835 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Mask.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdb8c403de0823942a95a464c32ad0f0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Mask/ChannelMaskNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3fd76d77a796b641ba3e9149086efc2 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Mask/ColorMaskNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19255c24842f72c4c94c21b682a3e170 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Normal.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7f9e0995756c4a4896912f8873eb63c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Normal/NormalStrengthNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c003a641a03160e478f4ce7ee8ce8da6 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Normal/NormalUnpackNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1295ed68a1115a64088fc9298766fde8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Utility.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32bf6e8fcb46ec24a9db465ddec10a34 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Artistic/Utility/ColorspaceConversion.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96dd6bbf093ac3d41a5bdaa467b58e6c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Channel.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e3d3d0ce68bbc843b9b8734ab8d4f02 3 | folderAsset: yes 4 | timeCreated: 1495531110 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Channel/CombineNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3738e97908dea1f4bbc5e5a7cf562ecc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Channel/FlipNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa443691530c547418e195e22597f2af 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Channel/SplitNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 892fc353b154d0347854e3bebf1b49e7 3 | timeCreated: 1490896965 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Channel/SwizzleNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 408ee761513fda7449bb3e428095726a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/CodeFunctionNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ed144f424a684a25971321011ebb096 3 | timeCreated: 1495966736 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/FormerNameAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae5b0289aecc42c2b6f5b5b08b80bdd9 3 | timeCreated: 1513592955 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/FunctionMultiInput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 323a0eb1930dff241b4547716c8eb21f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/GeometryNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e30171d4f8dfdc44beee8926ed3a83e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/GuidEncoder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3cf71f51f0308524080bb4aba2c9bb81 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/IMasterNode.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | 3 | namespace UnityEditor.ShaderGraph 4 | { 5 | public interface IMasterNode 6 | { 7 | string GetShader(GenerationMode mode, string name, out List configuredTextures); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/IMasterNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 570cf3dfbfc001e46a74d5f1342a3cfc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/IPropertyFromNode.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.ShaderGraph 2 | { 3 | interface IPropertyFromNode 4 | { 5 | IShaderProperty AsShaderProperty(); 6 | int outputSlotId { get; } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/IPropertyFromNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01ab4daa0c099e24e90bbb8623a4198b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ab9e53346965db4a8ee81a2b978dca5 3 | folderAsset: yes 4 | timeCreated: 1495526789 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Basic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b43ef3944c134a74995e6582de94d21b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Basic/BooleanNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6bd4d4655c0b9046a14e6ab0caebdc3 3 | timeCreated: 1445864587 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Basic/ColorNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 325c0e24c20746345a5f90dc201973f8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Basic/ConstantNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f48f68efc30ae334098ff30e88fbf9db 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Basic/IntegerNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e449bdf3b245898489ebab4f709ded62 3 | timeCreated: 1445864587 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Basic/SliderNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39d5ba890306e584c9fb4fede8c37f9c 3 | timeCreated: 1445864587 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Basic/TimeNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66310de0dabd3074aa56ab7714324cc0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Basic/Vector1Node.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87c4299b09d95d64c99884296038ceeb 3 | timeCreated: 1445864587 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Basic/Vector2Node.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8361d1f9d12a489438c0b1e2e48c8542 3 | timeCreated: 1446473341 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Basic/Vector3Node.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1350e4a38ff5ae44a9d8627d33b48de8 3 | timeCreated: 1453378777 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Basic/Vector4Node.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f34a640000e664d4f8b2e0795df7fad9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Geometry.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e9138df313dc9e4fa20f92625c26b59 3 | folderAsset: yes 4 | timeCreated: 1495527166 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Geometry/NormalVectorNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b34601661908b3499c4c5e2ecd61f75 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Geometry/PositionNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 137f6921c5ee7ca4dbffb34de10f52f5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Geometry/ScreenPositionNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e204c7999bfa0ee42a18d8a560a36244 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Geometry/UVNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c05002dbfc8cd14cb3b544630cf1017 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Geometry/ViewDirectionNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30cf94a5e32cd254eb6eadf45e5cdfe3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Matrix.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 278936628273864438e48ff64aa20e32 3 | folderAsset: yes 4 | timeCreated: 1495662409 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Matrix/Matrix2Node.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a01da6bf9ffa118478ae371b28d2e166 3 | timeCreated: 1446473341 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Matrix/Matrix3Node.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fec4ad06a8bd71044af822b7d2258a69 3 | timeCreated: 1446473341 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Matrix/Matrix4Node.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3889ae2c6ffabd40a2ee45f5b051d3b 3 | timeCreated: 1446473341 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/PBR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc2d9fef9660c574dad26112f3061731 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/PBR/DielectricSpecularNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f33e635e375c6b841bf3452a8da24be6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/PBR/MetalReflectanceNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba3db6b7663a26244a3efba1203bad6e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/PropertyNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93d9190b7b5ceb44ca24874c991b8da9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Scene.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad6f48f5ba4c9a24ab7b9df345b45d6f 3 | folderAsset: yes 4 | timeCreated: 1495527773 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Scene/AmbientNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f9e9a126b4ecf24d81258763ac4a64d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Scene/CameraNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd27728b9ce314209beef46e595204c5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Scene/FogNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f934acb3f675022448ac439d87d84a80 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Scene/LightProbeNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f77cdea8b1204b12bb03da3dd3bd3b6 3 | timeCreated: 1495482070 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Scene/ObjectNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 081b8aed5e33ba1418a6a80f7693b9b4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Scene/ScreenNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94b2801c66359164e93dc371fc6762e2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Texture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07cc6493671f2344089936cf4a0ab49b 3 | folderAsset: yes 4 | timeCreated: 1495528572 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Texture/CubemapAssetNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 968ed0a541658844486b1ac5ab57ee2d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Input/Texture/Texture2DAssetNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c629b78a2ec57749ab4f76f4f42f423 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/MasterNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38072936174514040b3e08813a3ec4e7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e63f07e66d070412bb6e9582ca1eba72 3 | folderAsset: yes 4 | timeCreated: 1495526358 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Advanced.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 198ec765a01574320a8199338d27d9f1 3 | folderAsset: yes 4 | timeCreated: 1495526831 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Advanced/AbsoluteNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b496ffd32c22d94bb525897d152da05 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Advanced/LengthNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52afae1b1271e864c9c6965dc738c2dd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Advanced/LogNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8880ad54646f8b469de662f4f0785c9 3 | timeCreated: 1490740341 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Advanced/ModuloNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 058897be65bcd42f6ba05a4918c46629 3 | timeCreated: 1490745697 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Advanced/NegateNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27a3ba76eb1c9a54f8355034489b2e83 3 | timeCreated: 1495446331 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Advanced/NormalizeNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7eb73d726827e2c41ae4d68018bc97e1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Advanced/PosterizeNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4322ad8d0cd83df47afd741a6b97d57b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Basic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4120c70d7c1a34d92b74137bf0b1bc67 3 | folderAsset: yes 4 | timeCreated: 1495526365 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Basic/AddNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 357a15b35b0cd9e47a66e10c5b627fcd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Basic/DivideNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e9d13e64300d6942ad51651d39f9ac6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Basic/MultiplyNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 088fb5bde3ece0f4190136b3ab43f7c4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Basic/PowerNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2957c4e08e061444a7444a1a03fb584 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Basic/SquareRootNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de49bddaf105fe34483c97b6546e54d7 3 | timeCreated: 1490740146 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Basic/SubtractNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b251c305a044f49438dff356f1e7bb84 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Derivative.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c10838deaed74574a94a340e53c2b229 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Derivative/DDXNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f13ae4db3be37ef4bbb46a37782ecd1a 3 | timeCreated: 1490780593 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Derivative/DDXYNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c18b14d941c03eb4d90c30f51c1d4fe1 3 | timeCreated: 1490780593 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Derivative/DDYNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 421366e7b391f2c45902b735c4f45cb9 3 | timeCreated: 1490780593 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Interpolation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 458e098c89ad64ed3a48cb5f63a5a498 3 | folderAsset: yes 4 | timeCreated: 1495529238 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Interpolation/LerpNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5622947be2d8cd48beb2362351ddf12 3 | timeCreated: 1444218016 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Interpolation/SmoothstepNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9ced96a233d64541b3c5d374a057d6b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Matrix.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfc8dbcaa9711c945b8fd983b819335d 3 | folderAsset: yes 4 | timeCreated: 1495700996 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Matrix/MatrixConstructionNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f3857db61fc34eaabd871901ae5a2b6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Range.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2018cd81f24ba46748d8b85c8f289f4f 3 | folderAsset: yes 4 | timeCreated: 1495527047 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Range/ClampNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b58e88ce87f05b241b7dc5d9a31bac69 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Range/MaximumNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1de46e012f3608843978529b36704c2b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Range/MinimumNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79ffed9a70f191f4c966a6eb3ae10d07 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Range/OneMinusNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea3f39b56fc9544ff80cbe84aa0753d0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Range/RemapNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d2a789d52c4340c98278ca90d8563fe 3 | timeCreated: 1446473341 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Round.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4da29d4d0744f43f8aaa921918f1f879 3 | folderAsset: yes 4 | timeCreated: 1495530810 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Round/CeilingNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab2601bf38a580a46945e707fecb7943 3 | timeCreated: 1490744931 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Round/FloorNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d1b4bf99b86c474f8a0bcb2015cf3da 3 | timeCreated: 1490745697 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Round/RoundNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03c297b39ff293f4ebc923eb7e60a565 3 | timeCreated: 1490745167 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Round/SignNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 670ee9966f3a13d4e91477e4fb3ff1dd 3 | timeCreated: 1490741386 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Round/StepNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af47cc48edd11514ba0c965aae166f2f 3 | timeCreated: 1490780593 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Trigonometry.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28b2b06f6ff88404c8c0d855b9599203 3 | folderAsset: yes 4 | timeCreated: 1495529705 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Trigonometry/HyperbolicCosineNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84e391acd9374974581c6759dcd8c1c9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Trigonometry/HyperbolicSineNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aac1ed8451e23d34ab8a362ad52fce32 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Trigonometry/HyperbolicTangentNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31c266bc8d479994eb5f6371038c75d2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Trigonometry/SineNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b10d839969f5484cad9632519dc7324 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Vector.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3becf597e5084fe8825c0ec59a22201 3 | folderAsset: yes 4 | timeCreated: 1495527930 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Vector/DotProductNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97e1d998eea5d644095671979ecf2e54 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Vector/FresnelEffectNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06ab35c1dfe05414787df3ea2772d507 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Math/Vector/ReflectionNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6af2205640e32994db6fd7de8aebf1de 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Procedural.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e74e11761cab2b446b96ce63e2d657b3 3 | folderAsset: yes 4 | timeCreated: 1495530729 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Procedural/Noise.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f074934a38b41c4ea34460933733201 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Procedural/Noise/GradientNoiseNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8e5f34a7e7cbfe4a9444e42ccfc7ea4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Procedural/Shape.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74f319061d92c11439d4f7e87c991e89 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Procedural/Shape/PolygonNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97e0f55e76f7d88449d41fe897188d67 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/PropertyType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a76ce662d41461449975822790f4da8 3 | timeCreated: 1463576280 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/ShaderStage.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEditor.ShaderGraph 4 | { 5 | public enum ShaderStage 6 | { 7 | Dynamic, 8 | Vertex, 9 | Fragment 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/ShaderStage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02d8af4c3fb9404ba3d6689c815c18d2 3 | timeCreated: 1504863207 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/SlotValue.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 226fc3c1379acec4b921a0ac0f986089 3 | timeCreated: 1446027539 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/TitleAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c804f35a96ccb9408f04f818773a159 3 | timeCreated: 1464601236 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/UV.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9c248f478f706147ba7b8a660035472 3 | folderAsset: yes 4 | timeCreated: 1495529881 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/UV/FlipbookNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c31e2a2017d86b14192cc8a9fec5fffb 3 | timeCreated: 1495718285 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/UV/RadialShearNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 568baa0401e6eee42a35609013ee8100 3 | timeCreated: 1495728068 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/UV/RotateNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3897f68a598da34aa8bd55a3a3236ab 3 | timeCreated: 1495456132 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/UV/SpherizeNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfd538e33eb01974fad49a2533f8cff8 3 | timeCreated: 1495729511 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/UV/TilingAndOffsetNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28273174b61bbd246b556e236deb7556 3 | timeCreated: 1495726779 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/UV/TriplanarNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2210eee393fa07449a1b51817fdcb679 3 | timeCreated: 1495637741 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/UV/TwirlNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3933f2692da9060438719b86844dcc7e 3 | timeCreated: 1495718285 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3d12703f494d7147b7874aabe94ab18 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/Logic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c5103f75b5ec7445bb4c7b5a36f6aec 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/Logic/AllNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa03a542537ab4fb4a01a004efa97f58 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/Logic/AndNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34929a6d0bb40407fb00206ab0a10fa1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/Logic/AnyNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3d072ddeeee848848f2e59dbb5cf1d9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/Logic/BranchNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15ad3dc0ff22d7748af5e82ef5503d32 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/Logic/ComparisonNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c66cc68d0d0862b4c8ddfc00093d0ae0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/Logic/IsInfiniteNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6eaf1bad910084b85ac9ead4319c7820 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/Logic/IsNanNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e15b8359c9db4d0ea27f4deab94137e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/Logic/NandNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4defde87a9d5e44d8b8900d3f8ef6440 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/Logic/NotNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: acb4138f9cef644dfa59102e871d1820 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/Logic/OrNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f6f860c0f1e24214b5d2974cc624227 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/PreviewNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a9c3dd2c3b0c4347876f3e448be2046 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Nodes/Utility/SubGraphNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4967c0a2468b2c5438ff10f9f8e84f26 3 | timeCreated: 1465559218 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/SubGraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 605eb5c5a280c014fa0952cd022f2579 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/SubGraph/SubGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 347dc049158c28144a30e90a49435741 3 | timeCreated: 1465559218 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/SubGraph/SubGraphOutputNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec0207b061e270b4a96a01fbe11c18ca 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/SurfaceModel.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b85f45ad1b4d8d4f8c69ebfbc08c3a1 3 | folderAsset: yes 4 | timeCreated: 1480587334 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32e29ba6d98ba0140a774b7804b02a28 3 | folderAsset: yes 4 | timeCreated: 1464264921 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/CubemapPropertyChunk.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: acd2330628610436abee804f8846e725 3 | timeCreated: 1469695793 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/DictionaryPool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7624128bb110449387b7142499b45c91 3 | timeCreated: 1504252645 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/FunctionRegistry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e4fc6f4e30c408f9c0304cbed39a076 3 | timeCreated: 1513609614 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/GenerationResults.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c922293e622b43f4a1cd25a1246a17dc 3 | timeCreated: 1513866299 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/GraphUtil.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 130a64d32c054c5fb51b1e5e13f93fc2 3 | timeCreated: 1513590591 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/Identifier.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 084958a703164b0fa26e0667aaa1767f 3 | timeCreated: 1513937833 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/ListPool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10e666e06d86d864d9d607de2f213fdc 3 | timeCreated: 1453393151 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/Logging.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ffca76f71e6326344ad2ff5e823d02f9 3 | timeCreated: 1464264926 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/MatrixNames.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1358e9b39cd7e8442bece5b15a2a7c63 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/ObjectPool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a47156f8a364c344d9a2cc4bd904afc8 3 | timeCreated: 1453393151 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/PooledObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c55d0bf939d8458d8a982fb96a32364 3 | timeCreated: 1483023793 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/PropertyCollector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca768a19c7caa844c83fceae4a411f04 3 | timeCreated: 1469695793 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/QueuePool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e895afeaf2a438195fbc4de17a4bedc 3 | timeCreated: 1505278549 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/ScreenSpaceType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d296e8d1103ed5c49a267d57be0f4d96 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/SerializationHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6657676e9fd9cd4bbcb26b0771df3ac 3 | timeCreated: 1464079585 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/ShaderGenerator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8fc6d3c3c9b7bf429981a1a5cc03807 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/ShaderGeneratorNames.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33854ecfd53cd054a99d8cb17b260170 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/ShaderSourceMap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6c222989d9946e8a85c01ba541f4b41 3 | timeCreated: 1513867574 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/ShaderStringBuilder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e64ba38b003f49bdb6ae4a2259be61c6 3 | timeCreated: 1513172221 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/StackPool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93c41a4331c94d09a7561ea6b4983439 3 | timeCreated: 1505275069 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/TextureType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Data/Util/TextureType.cs -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/TextureType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70e84ad0d8e6f4947a8e6aa53984bf2a 3 | timeCreated: 1469695793 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/UvChannel.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEditor.ShaderGraph { 4 | public enum UVChannel 5 | { 6 | UV0 = 0, 7 | UV1 = 1, 8 | UV2 = 2, 9 | UV3 = 3, 10 | } 11 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Data/Util/UvChannel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d77363d2f0df1f544b21d9e8a05f01a1 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/DefaultShaderIncludes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5c6fed447622d14cabac1b6abcdd8a9 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 628a36608983fbe49bd5b01cc799f525 3 | folderAsset: yes 4 | timeCreated: 1464264920 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Blackboard.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 465f456071d65c648a34adddf33057f7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Blackboard/Blackboard.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4312a96008ca8754593210fc93a4575d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Blackboard/BlackboardField.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 353b195797b2ff24092e20c643077f2f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Blackboard/BlackboardFieldPropertyView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d71f7c86172344198783dacd26515c28 3 | timeCreated: 1516704904 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Blackboard/BlackboardProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bfb865d7a5e403682e681321336d241 3 | timeCreated: 1516713025 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Blackboard/BlackboardRow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7532a1da2f917d54c800efef4149ae69 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Blackboard/BlackboardSection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7dcab10210c08a488ac46fee4811efd 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 29309be0e1004fad967256187775c528 3 | timeCreated: 1507642261 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/ChannelEnumControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74fdde12d8253bd4c874acc555be0585 3 | timeCreated: 1507817885 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/ChannelEnumMaskControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c32d860c6f767f14fa889dffac527bc5 3 | timeCreated: 1507817885 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/ChannelMixerControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74a26e3294ebad94fa5d78ee95751556 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/ColorControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34e77444559b414f9fe81f9775229abf 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/CubemapControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: abdad6e5c36e0994290fcacce2fab066 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/DefaultControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20e01cb163f347c7819ae286c33baf85 3 | timeCreated: 1507642280 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/DielectricSpecularControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20b1492eed8154d8f9a454e3563d9c01 3 | timeCreated: 1507817885 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/EnumControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a1e13c5e67541d7ad7ae18ea5a834e4 3 | timeCreated: 1507817885 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/EnumConversionControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50c6ddf46f8445fba2689962d438c227 3 | timeCreated: 1512640228 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/IControlAttribute.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using UnityEngine.Experimental.UIElements; 3 | 4 | namespace UnityEditor.ShaderGraph.Drawing.Controls 5 | { 6 | public interface IControlAttribute 7 | { 8 | VisualElement InstantiateControl(AbstractMaterialNode node, PropertyInfo propertyInfo); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/IControlAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f008211c3394775bdefde0b20e5c8ff 3 | timeCreated: 1507642348 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/IntegerControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57d18a57866821542806ab5253cf4310 3 | timeCreated: 1507817885 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/ObjectControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f483132ae7b4689b20fd6b8c59633b5 3 | timeCreated: 1507900115 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/SliderControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c74a50771637c2d49980f713bbb7f4ea 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/TextureControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12334ec97337f32408251974c4077033 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/ToggleControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e83ab8eb10c20c4fbed2700d4f4f11c 3 | timeCreated: 1507817885 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Controls/VectorControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a515dc1bacc453b870777d8da9a7211 3 | timeCreated: 1507642288 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/EdgeConnectorListener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36c61698900b42c9a6b5e28c3651249a 3 | timeCreated: 1512740035 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/INodeModificationListener.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor.Graphing; 2 | 3 | namespace UnityEditor.ShaderGraph.Drawing 4 | { 5 | public interface INodeModificationListener 6 | { 7 | void OnNodeModified(ModificationScope scope); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/INodeModificationListener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22f268830a014848b3a8bfdd5142a2d0 3 | timeCreated: 1510751718 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Inspector.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d1f4aaa81084a13aaeb78dfaf7d35d7 3 | timeCreated: 1503663057 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Inspector/MasterPreviewView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 546947d46a85b284a971a3f056495735 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Inspector/WindowDockingLayout.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f70875ecccbc924b8f9f0d58bbb37e8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Manipulators.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: abc41fae76b14617ae2f7d38d3ebef3a 3 | timeCreated: 1502866309 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Manipulators/Draggable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad4cd8fec883e80418e5427585b426db 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Manipulators/GraphDropTarget.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fd73fb7c6eb4a04978545358d5b55d5 3 | timeCreated: 1509089285 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Manipulators/ResizeBorderFrame.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1128492b211994d46be4acd2ccac15fb 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Manipulators/ResizeSideHandle.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b165bcb20989fa2428253e51bc4f440f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Manipulators/Scrollable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ea23c5e75fdbea49824261efe5fc133 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Manipulators/WindowDraggable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 604681490aa779348a355368c95cfcf5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/PreviewManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa2238545a2849ecb0a6285b5a632a69 3 | timeCreated: 1505525146 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/PreviewRate.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.ShaderGraph.Drawing 2 | { 3 | public enum PreviewRate 4 | { 5 | Full, 6 | Throttled, 7 | Off 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/PreviewRate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa070520993a4b839e705dcd7f22e4d6 3 | timeCreated: 1506421104 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/SearchWindowProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cc3fd443c2a4dcc95b30a8ef3eaa6d3 3 | timeCreated: 1512377373 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a24ff57a99e64e33b4f88b1e81d84e97 3 | timeCreated: 1502955833 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/FloatField.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor.Experimental.UIElements; 2 | 3 | namespace UnityEditor.ShaderGraph.Drawing 4 | { 5 | public class FloatField : DoubleField 6 | { 7 | protected override string ValueToString(double v) 8 | { 9 | return ((float)v).ToString(); 10 | } 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/FloatField.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1ab7cad0fa94639990c801ecf80bff2 3 | timeCreated: 1512568655 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/GradientEdge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 161180898f1d444880080d666ab7be1d 3 | timeCreated: 1509019463 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/GraphEditorView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39a37c8d2156b41e182286e521fe51f4 3 | timeCreated: 1481279276 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/MaterialGraphView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0bbd4215e018eb4bbdb28bfaa7eabdd 3 | timeCreated: 1476707367 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/MaterialNodeView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fafbde32fa2b69e4c8a5fe32bf82c7ff 3 | timeCreated: 1476707367 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/PixelCacheProfilerView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7147f25b12dd4427b4c8afd44624f35b 3 | timeCreated: 1517227822 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/PortInputView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f69414f1afe45f794ec4b5d5bc2bcb5 3 | timeCreated: 1509629683 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/PreviewSceneResources.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37873c3b010e40d1ac1e6aace3c0fb10 3 | timeCreated: 1510662606 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/ShaderPort.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96f5a3d0303d4d9395a450dcce906110 3 | timeCreated: 1512739794 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/Slots.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56e544af973b458ea7e8051cd0848d24 3 | timeCreated: 1509718923 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/Slots/BooleanSlotControlView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fc29d436587748dcaaefd8669c3d946 3 | timeCreated: 1510659384 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/Slots/ColorRGBSlotControlView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a184620cc50fd2e40a845d6ebb39529e 3 | timeCreated: 1510659384 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/Slots/ColorSlotControlView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07332ea5e51a4bd3b6fb63e8e07cc30b 3 | timeCreated: 1510659384 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/Slots/CubemapSlotControlView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b54f542a9d5f7b84e974b54d625d73ea 3 | timeCreated: 1509718979 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/Slots/LabelSlotControlView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7e0bdc2deb5a43aca74fd1e84c94cfa 3 | timeCreated: 1509718979 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/Slots/MultiFloatSlotControlView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6511e850402b445298bdb3256d9a131b 3 | timeCreated: 1509721796 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/Slots/ScreenPositionSlotControlView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1774f54355319894888ab5ec90b728e7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/Slots/TextureSlotControlView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49f18880b4854ccc8f383c55a7bc47b3 3 | timeCreated: 1509718979 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Drawing/Views/Slots/UVSlotControlView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f19b65893a414156825079dfc9a6dea3 3 | timeCreated: 1509961226 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Importers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1485bce8acd0428fae1525629b9ed8b 3 | folderAsset: yes 4 | timeCreated: 1495357309 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Importers/ShaderGraphImporter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 625f186215c104763be7675aa2d941aa 3 | timeCreated: 1495357324 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Importers/ShaderSubGraphImporter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60072b568d64c40a485e0fc55012dc9f 3 | timeCreated: 1495613811 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64c9c5df0004c44f0896e816c69c7aa1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80f811e405d64564b1c671c9813ea9a9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d93b12df2d043f9876fa00095ab8c99 3 | timeCreated: 1516704856 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/BlackboardFieldExposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/BlackboardFieldExposed.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/BlackboardFieldPillBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/BlackboardFieldPillBackground.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronDown.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronDown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronDown@2x.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronLeft.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronLeft@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronLeft@2x.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronRight.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronRight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronRight@2x.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronUp.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronUp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/NodeChevronUp@2x.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/PreviewCollapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/PreviewCollapse.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/PreviewCollapse@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/PreviewCollapse@2x.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/PreviewExpand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/PreviewExpand.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/GraphView/Nodes/PreviewExpand@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ShaderGraph/3179caec8c3ce920128232e293a97dd68d66b660/com.unity.shadergraph/Editor/Resources/GraphView/Nodes/PreviewExpand@2x.png -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95a0c8e39aaf7f3468cff72de2b7c094 3 | folderAsset: yes 4 | timeCreated: 1502110345 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Shaders/BlitNoAlpha.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50b406436c6214c49aaaa6011b71dde8 3 | timeCreated: 1502007198 4 | licenseType: Pro 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | nonModifiableTextures: [] 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Shaders/Checkerboard.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5caf62d8bd7c44596ace77ef9eb8ea31 3 | timeCreated: 1502007198 4 | licenseType: Pro 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | nonModifiableTextures: [] 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f393962fcae179489132b01f969bb6e 3 | folderAsset: yes 4 | timeCreated: 1485544760 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/Controls.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4de09b690b402c4bab6110751305df5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/Controls/BooleanSlotControlView.uss: -------------------------------------------------------------------------------- 1 | BooleanSlotControlView { 2 | flex-direction: row; 3 | align-items: center; 4 | } 5 | 6 | BooleanSlotControlView > Toggle { 7 | width: 20; 8 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/Controls/ChannelEnumControlView.uss: -------------------------------------------------------------------------------- 1 | ChannelEnumControlView { 2 | flex-direction: row; 3 | flex: 1; 4 | padding-left: 8; 5 | padding-right: 8; 6 | padding-top: 4; 7 | padding-bottom: 4; 8 | width: 200; 9 | } 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/Controls/ChannelEnumMaskControlView.uss: -------------------------------------------------------------------------------- 1 | ChannelEnumMaskControlView { 2 | flex-direction: row; 3 | flex: 1; 4 | padding-left: 8; 5 | padding-right: 8; 6 | padding-top: 4; 7 | padding-bottom: 4; 8 | width: 200; 9 | } 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/Controls/ColorRGBASlotControlView.uss: -------------------------------------------------------------------------------- 1 | ColorRGBASlotControlView { 2 | flex-direction: row; 3 | align-items: center; 4 | } 5 | 6 | ColorRGBASlotControlView > ColorField { 7 | width: 41; 8 | margin-left: 0; 9 | margin-right: 0; 10 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/Controls/ColorRGBSlotControlView.uss: -------------------------------------------------------------------------------- 1 | ColorRGBSlotControlView { 2 | flex-direction: row; 3 | align-items: center; 4 | } 5 | 6 | ColorRGBSlotControlView > ColorField { 7 | width: 41; 8 | margin-left: 0; 9 | margin-right: 0; 10 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/Controls/CubemapSlotControlView.uss: -------------------------------------------------------------------------------- 1 | CubemapSlotControlView { 2 | flex-direction: row; 3 | align-items: center; 4 | } 5 | 6 | CubemapSlotControlView > ObjectField { 7 | margin-top: 0; 8 | margin-bottom: 0; 9 | margin-left: 0; 10 | margin-right: 0; 11 | width: 100; 12 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/Controls/IntegerControlView.uss: -------------------------------------------------------------------------------- 1 | IntegerControlView { 2 | flex-direction: row; 3 | padding-left: 8; 4 | padding-right: 8; 5 | padding-top: 4; 6 | padding-bottom: 4; 7 | } 8 | 9 | IntegerControlView > IntegerField { 10 | margin-left: 0; 11 | margin-right: 0; 12 | min-width: 30; 13 | flex-grow: 1; 14 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/Controls/ScreenPositionSlotControlView.uss: -------------------------------------------------------------------------------- 1 | ScreenPositionSlotControlView > EnumField { 2 | margin-top: 0; 3 | margin-bottom: 0; 4 | margin-left: 0; 5 | margin-right: 0; 6 | width: 54; 7 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/Controls/TextureSlotControlView.uss: -------------------------------------------------------------------------------- 1 | TextureSlotControlView { 2 | flex-direction: row; 3 | align-items: center; 4 | } 5 | 6 | TextureSlotControlView > ObjectField { 7 | margin-top: 0; 8 | margin-bottom: 0; 9 | margin-left: 0; 10 | margin-right: 0; 11 | width: 100; 12 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/Controls/UVSlotControlView.uss: -------------------------------------------------------------------------------- 1 | UVSlotControlView > EnumField { 2 | margin-top: 0; 3 | margin-bottom: 0; 4 | margin-left: 0; 5 | margin-right: 0; 6 | width: 40; 7 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/MaterialGraph.uss: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/MaterialGraphView.uss: -------------------------------------------------------------------------------- 1 | MaterialGraphView { 2 | background-color: #202020; 3 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/Styles/PixelCacheProfiler.uss: -------------------------------------------------------------------------------- 1 | PixelCacheProfilerView > #content > #title { 2 | font-style: bold; 3 | } 4 | 5 | PixelCacheProfilerView > #content > .row { 6 | flex-direction: row; 7 | } 8 | 9 | PixelCacheProfilerView > #content > .indented { 10 | padding-left: 8; 11 | } 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/UXML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e14441797a82fb84fb4e43064342bcb5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Resources/UXML/GraphView.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d50f8ede1b641034a8c4d807ac62b84d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Templates.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52f964a4069524b47bd98441cad69cd3 3 | folderAsset: yes 4 | timeCreated: 1444201081 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Templates/HDUnlitPassForward.template.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6eeaaca43ab129049ae23a1bd89420c4 3 | timeCreated: 1481194716 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Templates/shader.template: -------------------------------------------------------------------------------- 1 | Shader "${ShaderName}" 2 | { 3 | Properties 4 | { 5 | ${ShaderPropertiesHeader} 6 | } 7 | 8 | ${SubShader} 9 | 10 | FallBack "Hidden/InternalErrorShader" 11 | } 12 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Templates/shader.template.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0764d353083d2284380f64ca6d578a1e 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Templates/subshader.template.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46fccd2bfdbe29d4d8743ad5e2454927 3 | timeCreated: 1481194716 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Templates/tesselationSubshader.template.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71a3d46ddb1693340a7de3973be90309 3 | timeCreated: 1481194716 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Unity.ShaderGraph.Editor.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.ShaderGraph.Editor", 3 | "references": [], 4 | "optionalUnityReferences": [], 5 | "includePlatforms": [ 6 | "Editor" 7 | ], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false 10 | } -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Unity.ShaderGraph.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be0903cd8e1546f498710afdc59db5eb 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Util.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e45006b8ac3b76f4aa0df05ea8514cbe 3 | folderAsset: yes 4 | timeCreated: 1464264920 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Util/CompatibilityExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c1717b624ad45ccbb3fa6bec28af711 3 | timeCreated: 1519741123 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Util/CopyPasteGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 187365d075d49dc46a3e09b81f0d6fdd 3 | timeCreated: 1483699278 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Util/CreateSerializableGraph.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.Graphing 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Util/CreateSerializableGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a64b792c8859f74281b897c2a1d659c 3 | timeCreated: 1464601236 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Util/IndexSet.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41c67c52dd54464fa78d8ab286eb501b 3 | timeCreated: 1514376310 -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Util/TypeMapper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9c0c57b328abb94982f26ec960996d2 3 | timeCreated: 1485161458 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Util/TypeMapping.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53ba6b433697da6468377c205573f728 3 | timeCreated: 1485164640 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/Editor/Util/UIUtilities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60ebb16e194464bce8a4975da8fd215a 3 | timeCreated: 1476782702 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /com.unity.shadergraph/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3627da0ec84594020b79e02cec8d0b41 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /com.unity.shadergraph/ShaderGraphLibrary.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1bc9b92d5eaa40f8a85c1f48ba87de9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/ShaderGraphLibrary/Functions.hlsl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76c5c0b7561134f0ca526e50f239a4a2 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/ShaderGraphLibrary/GeometricTools.hlsl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07d3f5482ecfe425f91b12cd32be4cbe 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/ShaderGraphLibrary/ShaderConfig.cs.hlsl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c6472a689b6ae34e806881d3066cfb3 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/ShaderGraphLibrary/ShaderVariables.hlsl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2bc64066748469e48861ed835a8b806d 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/ShaderGraphLibrary/ShaderVariablesFunctions.hlsl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 919263f29f66aed49a283fe1f971c094 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/ShaderGraphLibrary/ShaderVariablesMatrixDefsLegacyUnity.hlsl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77ec57a2ba7588b4b96bc4c87934003f 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /com.unity.shadergraph/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.unity.shadergraph", 3 | "description": "Shader Graph", 4 | "version": "0.1.19", 5 | "unity": "2018.1", 6 | "dependencies": { 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /com.unity.shadergraph/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5ac453c34e359d439de9d724772ed3d 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | --------------------------------------------------------------------------------