浏览代码

Fix the manifest to include tests + remove project version

/main
Tim Cooper 6 年前
当前提交
5517ed97
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 4
      TestProjects/ShaderGraph/Packages/manifest.json
  2. 1
      TestProjects/ShaderGraph/ProjectSettings/ProjectVersion.txt

4
TestProjects/ShaderGraph/Packages/manifest.json


"com.unity.render-pipelines.high-definition": "file:../../../com.unity.render-pipelines.high-definition",
"com.unity.render-pipelines.lightweight": "file:../../../com.unity.render-pipelines.lightweight",
"com.unity.shadergraph": "file:../../../com.unity.shadergraph",
"com.unity.testframework.graphics": "file:../../../com.unity.testframework.graphics",
"com.unity.render-pipelines.shadergraph"
"com.unity.render-pipelines.shadergraph",
"com.unity.testframework.graphics"
]
}

1
TestProjects/ShaderGraph/ProjectSettings/ProjectVersion.txt


m_EditorVersion: 2018.2.0b10
正在加载...
取消
保存