浏览代码

Bump pacage to 0.1.12

/main
Tim Cooper 7 年前
当前提交
7d55fdcb
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 2
      MaterialGraphProject/Assets/UnityShaderEditor/Editor/Importers/ShaderGraphImporter.cs
  2. 2
      MaterialGraphProject/Assets/UnityShaderEditor/package.json

2
MaterialGraphProject/Assets/UnityShaderEditor/Editor/Importers/ShaderGraphImporter.cs


using UnityEditor;
using UnityEditor.Experimental.AssetImporters;
[ScriptedImporter(1, ShaderGraphImporter.ShaderGraphExtension)]
[ScriptedImporter(2, ShaderGraphImporter.ShaderGraphExtension)]
public class ShaderGraphImporter : ScriptedImporter
{
public const string ShaderGraphExtension = "shadergraph";

2
MaterialGraphProject/Assets/UnityShaderEditor/package.json


{
"name": "com.unity.shadergraph",
"description": "Shader Graph",
"version": "0.1.11",
"version": "0.1.12",
"unity": "2018.1",
"dependencies": {
}
正在加载...
取消
保存