-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
68 lines (68 loc) · 2.23 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "com.unity.recorder",
"displayName": "Recorder",
"version": "5.1.2",
"unity": "2023.1",
"unityRelease": "1f1",
"dependencies": {
"com.unity.timeline": "1.8.7",
"com.unity.collections": "1.2.4",
"com.unity.bindings.openimageio": "1.0.0"
},
"description": "The Recorder allows you to capture and save data from the Unity Editor during Play mode: animations, videos, images, audio, AOVs, and more.",
"keywords": [
"unity",
"recorder",
"recording",
"capture",
"video",
"animation",
"clip",
"images",
"render",
"pass",
"layer"
],
"relatedPackages": {
"com.unity.recorder.tests": "5.1.2"
},
"_upm": {
"changelog": "### Changed\n- Users can now enable alpha capture from the UI in projects that use URP."
},
"upmCi": {
"footprint": "b614de7015b424229ef65cc4490f6dac5bc9517f"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.recorder.git",
"type": "git",
"revision": "0b47302778b3404515124864b0edfe33ff4ec88e"
},
"samples": [
{
"displayName": "Screenshot Capture Sample",
"description": "This example shows how to set up a recording session via script.",
"path": "Samples~/CaptureScreenShot"
},
{
"displayName": "Custom Encoder: FFmpeg",
"description": "Example for integrating a custom command line encoder such as FFmpeg in the Movie Recorder. \n Requires your own FFmpeg executable. Tested with FFmpeg 5.0.1.",
"path": "Samples~/FFmpegCommandLineEncoder"
},
{
"displayName": "Movie Recorder Sample",
"description": "This example shows how to set up a movie recording session via script.",
"path": "Samples~/MovieRecorder"
},
{
"displayName": "Multiple Recordings Sample",
"description": "This example shows how to set up 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"
}
]
}