-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 947 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 947 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
25
{
"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"
},
"_fingerprint": "141166b789e3df4d2a816ea0dc441d73da8db3e6"
}