浏览代码

Updated postfx package to 2.0.10-preview (#1806)

/main
Tim Cooper 6 年前
当前提交
37a22fda
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 2
      TestProjects/PostProcessing/Packages/manifest.json
  2. 2
      com.unity.render-pipelines.high-definition/package.json
  3. 2
      com.unity.render-pipelines.lightweight/package.json

2
TestProjects/PostProcessing/Packages/manifest.json


{
"dependencies": {
"com.unity.postprocessing": "2.0.9-preview",
"com.unity.postprocessing": "2.0.10-preview",
"com.unity.testframework.graphics": "file:../../../com.unity.testframework.graphics",
"com.unity.textmeshpro": "1.2.4"
},

2
com.unity.render-pipelines.high-definition/package.json


"unity": "2018.3",
"displayName": "HD Render Pipeline",
"dependencies": {
"com.unity.postprocessing": "2.0.9-preview",
"com.unity.postprocessing": "2.0.10-preview",
"com.unity.render-pipelines.core": "3.1.0-preview",
"com.unity.shadergraph": "3.1.0-preview"
}

2
com.unity.render-pipelines.lightweight/package.json


"unity": "2018.3",
"displayName": "Lightweight Render Pipeline",
"dependencies": {
"com.unity.postprocessing": "2.0.9-preview",
"com.unity.postprocessing": "2.0.10-preview",
"com.unity.render-pipelines.core": "3.1.0-preview",
"com.unity.shadergraph": "3.1.0-preview"
}
正在加载...
取消
保存