Skip to content

Commit 2058cdc

Browse files
committed
Move PostProcessing submodule to com.unity.postprocessing
1 parent 8e867a0 commit 2058cdc

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

.gitmodules

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
[submodule "PostProcessing"]
2-
path = PostProcessing
3-
url = https://github.com/Unity-Technologies/PostProcessing
4-
branch = v2
51
[submodule "TestProjects/GraphicsTests/Assets/Tests/UTF_Core"]
62
path = TestProjects/GraphicsTests/Assets/Tests/UTF_Core
73
url = https://github.com/Unity-Technologies/UTF_Core.git
84
[submodule "TestProjects/GraphicsTests/Assets/Tests/UTF_Tests_HDRP"]
95
path = TestProjects/GraphicsTests/Assets/Tests/UTF_Tests_HDRP
106
url = https://github.com/Unity-Technologies/UTF_Tests_HDRP.git
7+
[submodule "com.unity.postprocessing"]
8+
path = com.unity.postprocessing
9+
url = https://github.com/Unity-Technologies/PostProcessing.git

PostProcessing

Lines changed: 0 additions & 1 deletion
This file was deleted.

TestProjects/GraphicsTests/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.unity.postprocessing": "file:../../../PostProcessing",
3+
"com.unity.postprocessing": "file:../../../com.unity.postprocessing",
44
"com.unity.render-pipelines.core": "file:../../../com.unity.render-pipelines.core",
55
"com.unity.shadergraph": "file:../../../com.unity.shadergraph",
66
"com.unity.render-pipelines.high-definition": "file:../../../com.unity.render-pipelines.high-definition",

TestProjects/LWRP/GraphicsTests/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.unity.postprocessing": "file:../../../../PostProcessing",
3+
"com.unity.postprocessing": "file:../../../../com.unity.postprocessing",
44
"com.unity.render-pipelines.core": "file:../../../../com.unity.render-pipelines.core",
55
"com.unity.shadergraph": "file:../../../../com.unity.shadergraph",
66
"com.unity.render-pipelines.lightweight": "file:../../../../com.unity.render-pipelines.lightweight"

com.unity.postprocessing

0 commit comments

Comments
 (0)