-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.32 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.32 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "com.unity.recorder",
"displayName": "Unity Recorder",
"version": "2.4.0-preview.1",
"unity": "2018.4",
"unityRelease": "4f1",
"dependencies": {
"com.unity.timeline": "1.0.0"
},
"description": "Unity Recorder allows the recording of Animation clips, Videos and Images directly from the Unity Editor.",
"keywords": [
"unity",
"recorder",
"recording",
"capture",
"video",
"animation",
"clip",
"images"
],
"upmCi": {
"footprint": "7d3cf193732bd6fb260728a3c2c8f28767f67956"
},
"repository": {
"url": "https://github.com/Unity-Technologies/com.unity.recorder.git",
"type": "git",
"revision": "ef969cea4748dd7791643afcad54e6e69a3811a0"
},
"samples": [
{
"displayName": "Screenshot Capture Sample",
"description": "This example shows how to setup a recording session via script.",
"path": "Samples~/CaptureScreenShot"
},
{
"displayName": "Multiple Recordings Sample",
"description": "This example shows how to setup a multiple recording session via script.",
"path": "Samples~/MultipleRecordings"
},
{
"displayName": "Recorder Editor Sample",
"description": "This example shows how to add \"Start Recording\" and \"Stop Recording\" menu items .",
"path": "Samples~/RecorderEditor"
}
]
}