-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 885 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "com.unity.postprocessing",
"version": "3.5.4",
"displayName": "Post Processing",
"unity": "2019.4",
"unityRelease": "19f1",
"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.",
"dependencies": {
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.imgui": "1.0.0"
},
"_upm": {
"changelog": "### Fixed\n- Fixed serialization hierarchy errors\n- Documentation updates"
},
"upmCi": {
"footprint": "e0d298dff320dcca87ce2ed2e29076e6cf28e1f4"
},
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.postprocessing@3.5/manual/index.html",
"repository": {
"url": "https://github.com/Unity-Technologies/Graphics.git",
"type": "git",
"revision": "44d5ea80892ffc1c250444464671e892aa5edd70"
}
}