Skip to content

Commit c2fdb59

Browse files
committed
Add dependency to imgui
1 parent 2b1b535 commit c2fdb59

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

com.unity.postprocessing/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"unity": "2019.4",
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.",
8-
"dependencies": {
9-
"com.unity.modules.physics": "1.0.0"
10-
}
8+
"dependencies": {
9+
"com.unity.modules.physics": "1.0.0",
10+
"com.unity.modules.imgui": "1.0.0"
11+
}
1112
}

0 commit comments

Comments
 (0)