Shader Graph Plus - Version 205800

Created
Total Size5.7 MB (5,982,827 bytes)
Modified Size287 KB (293,914 bytes)
File Count244
Engine Version25
Changes
April 2026 Update 3
Meta
{ "CsProjName": "shadergraphplus", "Compiler": { "RootNamespace": "ShaderGraphPlus", "DefineConstants": "SANDBOX;ADDON;DEBUG", "NoWarn": "1701;1702;1591;", "WarningsAsErrors": "", "TreatWarningsAsErrors": false, "Nullables": false, "ReleaseMode": "Debug", "AssemblyReferences": [], "IgnoreFolders": [ "editor", "unittest" ], "DistinctAssemblyReferences": [] }, "Resources": "", "CodePackageReferences": [] }
{
  "CsProjName": "shadergraphplus",
  "Compiler": {
    "RootNamespace": "ShaderGraphPlus",
    "DefineConstants": "SANDBOX;ADDON;DEBUG",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "",
    "TreatWarningsAsErrors": false,
    "Nullables": false,
    "ReleaseMode": "Debug",
    "AssemblyReferences": [],
    "IgnoreFolders": [
      "editor",
      "unittest"
    ],
    "DistinctAssemblyReferences": []
  },
  "Resources": "",
  "CodePackageReferences": []
}

Diff (287 KB modified)

+8 ~21 -11
  • Editor/ShaderGraphPlus/Compiler/GraphCompiler.CustomFunction.cs (227 B)
  • Editor/ShaderGraphPlus/Compiler/VoidFunctionData.cs (3.8 KB)
  • Editor/ShaderGraphPlus/Nodes Core/PreviewableNode.cs (169 B)
  • Editor/ShaderGraphPlus/Nodes/PostProcessing/BorderNode.cs (1.8 KB)
  • Editor/ShaderGraphPlus/Nodes/PostProcessing/VignetteNode.cs (2 KB)
  • Editor/ShaderGraphPlus/Nodes/PostProcessing/WarpNode.cs (1.6 KB)
  • Editor/ShaderGraphPlus/Nodes/UVNodes.cs (14 KB)
  • Editor/ShaderGraphPlus/ShaderGraphPlus.V6Upgrade.cs (3.1 KB)
  • .bin/package.quack.shadergraphplus.cll (786 B -> 788 B)
  • Editor/ShaderGraphPlus/Compiler/GraphCompiler.cs (64.8 KB -> 61.4 KB)
  • Editor/ShaderGraphPlus/Compiler/GraphCompiler.ShaderFeatures.cs (8 KB -> 6.9 KB)
  • Editor/ShaderGraphPlus/Compiler/GraphCompiler.Types.cs (1.7 KB -> 1.8 KB)
  • Editor/ShaderGraphPlus/Compiler/GraphHLSLFunctions.cs (19.8 KB -> 20.3 KB)
  • Editor/ShaderGraphPlus/Compiler/NodeResult.cs (8.5 KB -> 8 KB)
  • Editor/ShaderGraphPlus/Compiler/Templates/ShaderTemplate.cs (5.6 KB -> 5.4 KB)
  • Editor/ShaderGraphPlus/MainWindow.cs (47.4 KB -> 48.9 KB)
  • Editor/ShaderGraphPlus/Nodes Core/BaseNode.cs (15.1 KB -> 15 KB)
  • Editor/ShaderGraphPlus/Nodes Core/ParameterNode.cs (1.5 KB -> 2 KB)
  • Editor/ShaderGraphPlus/Nodes Core/ShaderNode.cs (574 B -> 557 B)
  • Editor/ShaderGraphPlus/Nodes Core/SubgraphInput.cs (7.1 KB -> 7.4 KB)
  • Editor/ShaderGraphPlus/Nodes Core/SubgraphOutput.cs (10.8 KB -> 10.8 KB)
  • Editor/ShaderGraphPlus/Nodes/Procedural/Shapes.cs (4.8 KB -> 4.8 KB)
  • Editor/ShaderGraphPlus/Nodes/TextureNodes.cs (23.2 KB -> 27.4 KB)
  • Editor/ShaderGraphPlus/Nodes/Utility/CustomFunction.cs (16 KB -> 19.1 KB)
  • Editor/ShaderGraphPlus/ShaderGraphPlus.cs (8.5 KB -> 8.5 KB)
  • Editor/ShaderGraphPlus/ShaderGraphPlus.V5Upgrade.cs (2.5 KB -> 2.5 KB)
  • Editor/ShaderGraphPlus/ShaderGraphPlusJsonUpgrader.cs (1.6 KB -> 1.6 KB)
  • Editor/ShaderGraphPlus/Widgets/ControlWidgets/HLSLAssetPathControlWidget.cs (6.5 KB -> 6.4 KB)
  • Editor/ShaderGraphPlus/Widgets/ControlWidgets/PortTypeControlWidget.cs (731 B -> 841 B)
  • Assets/shaders/core/ShaderGraphPlus/dummy_postprocessing.shader (1.6 KB)
  • Assets/shaders/core/ShaderGraphPlus/dummy_postprocessing.shader_c (17.1 KB)
  • Assets/shaders/core/ShaderGraphPlus/graphView_grid_cs.shader (1 KB)
  • Assets/shaders/core/ShaderGraphPlus/graphview_grid_cs.shader_c (5.4 KB)
  • Assets/shaders/postprocess/PostProcessingUtils.hlsl (2 KB)
  • Assets/shaders/postprocess/UVUtils.hlsl (390 B)
  • Editor/ShaderGraphPlus/Compiler/VoidData.cs (3.1 KB)
  • Editor/ShaderGraphPlus/Nodes Core/VoidFunctionNode.cs (2.8 KB)
  • Editor/ShaderGraphPlus/Nodes/PostProcessing/CurveRemapUV.cs (1.4 KB)
  • Editor/ShaderGraphPlus/Nodes/PostProcessing/PostProcessingEffects.cs (4.1 KB)
  • Editor/ShaderGraphPlus/Nodes/Utility/UVNodes.cs (12.7 KB)