Skip to content

Commit 58f9339

Browse files
Fix missing dependency from postprocessing package
1 parent d229dd8 commit 58f9339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

com.unity.postprocessing/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"unityRelease": "19f1",
77
"description": "The post-processing stack (v2) comes with a collection of effects and image filters you can apply to your cameras to improve the visuals of your games.",
88
"dependencies": {
9-
"com.unity.modules.physics": "1.0.0"
9+
"com.unity.modules.physics": "1.0.0",
10+
"com.unity.modules.imgui": "1.0.0"
1011
}
1112
}

0 commit comments

Comments
 (0)