浏览代码

Update SG importer version

/main
Peter Bay Bastian 6 年前
当前提交
81bf9819
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.shadergraph/Editor/Importers/ShaderGraphImporter.cs

2
com.unity.shadergraph/Editor/Importers/ShaderGraphImporter.cs


using UnityEditor.Experimental.AssetImporters;
using UnityEditor.ShaderGraph.Drawing;
[ScriptedImporter(13, ShaderGraphImporter.ShaderGraphExtension)]
[ScriptedImporter(14, ShaderGraphImporter.ShaderGraphExtension)]
public class ShaderGraphImporter : ScriptedImporter
{
public const string ShaderGraphExtension = "shadergraph";

正在加载...
取消
保存