-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.33 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.33 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
{
"name": "com.buildingvolumes.geometry_sequence_player",
"version": "1.2.3",
"displayName": "Geometry Sequence Player",
"description": "This package allows you to efficiently playback large geometry (pointcloud and mesh) sequences.",
"unity": "2022.1",
"documentationUrl": "https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/",
"changelogUrl": "https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/about/changelog/",
"licensesUrl": "https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/about/license-and-credits/",
"dependencies": {
"com.unity.jobs": "0.70.0-preview.7",
"com.unity.timeline": "1.6.4",
"com.unity.mathematics": "1.2.1"
},
"keywords": [
"Geometry",
"Sequence",
"player",
"streaming",
"mesh",
"pointcloud",
"point",
"volumetric",
"video",
"LiveScan3D",
"Frame",
"Frames"
],
"author": {
"name": "BuildingVolumes",
"email": "hey@chrisrem.de",
"url": "https://chrisrem.de/"
},
"samples": [
{
"displayName": "Sequence Samples",
"description": "These samples show you how to playback a geometry sequence using the editor, timeline and API. Also contains short sample sequences for both meshes and pointclouds",
"path": "Samples~/SequenceSamples"
}
],
"type": "tool"
}