浏览代码

Move PostProcessing submodule to com.unity.postprocessing

/main
Peter Bay Bastian 7 年前
当前提交
32d37777
共有 3 个文件被更改,包括 5 次插入6 次删除
  1. 7
      .gitmodules
  2. 2
      TestProjects/GraphicsTests/Packages/manifest.json
  3. 2
      TestProjects/LWRP/GraphicsTests/Packages/manifest.json

7
.gitmodules


[submodule "PostProcessing"]
path = PostProcessing
url = https://github.com/Unity-Technologies/PostProcessing
branch = v2
[submodule "TestProjects/GraphicsTests/Assets/Tests/UTF_Core"]
path = TestProjects/GraphicsTests/Assets/Tests/UTF_Core
url = https://github.com/Unity-Technologies/UTF_Core.git

[submodule "com.unity.postprocessing"]
path = com.unity.postprocessing
url = https://github.com/Unity-Technologies/PostProcessing.git

2
TestProjects/GraphicsTests/Packages/manifest.json


{
"dependencies": {
"com.unity.postprocessing": "file:../../../PostProcessing",
"com.unity.postprocessing": "file:../../../com.unity.postprocessing",
"com.unity.render-pipelines.core": "file:../../../com.unity.render-pipelines.core",
"com.unity.shadergraph": "file:../../../com.unity.shadergraph",
"com.unity.render-pipelines.high-definition": "file:../../../com.unity.render-pipelines.high-definition",

2
TestProjects/LWRP/GraphicsTests/Packages/manifest.json


{
"dependencies": {
"com.unity.postprocessing": "file:../../../../PostProcessing",
"com.unity.postprocessing": "file:../../../../com.unity.postprocessing",
"com.unity.render-pipelines.core": "file:../../../../com.unity.render-pipelines.core",
"com.unity.shadergraph": "file:../../../../com.unity.shadergraph",
"com.unity.render-pipelines.lightweight": "file:../../../../com.unity.render-pipelines.lightweight"
正在加载...
取消
保存