initial commit

This commit is contained in:
Jo 2025-01-07 02:06:59 +01:00
parent 6715289efe
commit 788c3389af
37645 changed files with 2526849 additions and 80 deletions

View file

@ -0,0 +1,16 @@
using System;
using UnityEditor.ShaderGraph.Drawing;
using UnityEngine;
using UnityEditor;
namespace UnityEditor.ShaderGraph
{
// Used by the Material Inspector to draw UI for shader graph based materials, when no custom Editor GUI has been specified
class GenericShaderGraphMaterialGUI : ShaderGUI
{
public override void OnGUI(MaterialEditor materialEditor, MaterialProperty[] props)
{
ShaderGraphPropertyDrawers.DrawShaderGraphGUI(materialEditor, props);
}
}
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 8153a374dd7a6134e996bd39feb8c9ca
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: