forked from Unity-Technologies/com.unity.cinemachine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "com.unity.cinemachine",
"displayName": "Cinemachine",
"version": "2.5.0",
"unity": "2018.4",
"description": "Smart camera tools for passionate creators. \n\nIMPORTANT NOTE: If you are upgrading from the Asset Store version of Cinemachine, delete the Cinemachine asset from your project BEFORE installing this version from the Package Manager.",
"keywords": [ "camera", "follow", "rig", "fps", "cinematography", "aim", "orbit", "cutscene", "cinematic", "collision", "freelook", "cinemachine", "compose", "composition", "dolly", "track", "clearshot", "noise", "framing", "handheld", "lens", "impulse" ],
"category": "cinematography",
"dependencies": {
},
"repository": {
"type": "git",
"url": "https://github.com/Unity-Technologies/upm-package-cinemachine",
"revision": "679387cb1fa822190b530bdbb8ea0945f508b5f6"
},
"samples": [
{
"displayName": "Cinemachine Example Scenes",
"description": "Sample scenes illustrating various ways to use Cinemachine",
"path": "Samples~/Cinemachine Example Scenes"
}
]
}