-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
24 lines (23 loc) · 960 Bytes
/
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.ar-tracking.dtrack",
"version": "1.1.3",
"displayName": "ART DTRACK Plugin",
"description": "Plugin for integration of Advanced Realtime Tracking DTRACK tracking solutions.",
"unity": "2019.4",
"keywords": [
"art", "dtrack", "tracking",
"integration", "interaction"
],
"documentationUrl": "https://github.com/ar-tracking/UnityDTrackPlugin/blob/master/README.md",
"changelogUrl": "https://github.com/ar-tracking/UnityDTrackPlugin/blob/master/CHANGELOG.md",
"license": "BSD-3-Clause",
"licensesUrl": "https://github.com/ar-tracking/UnityDTrackPlugin/blob/master/LICENSE.md",
"author": "Advanced Realtime Tracking GmbH & Co. KG (https://ar-tracking.com/)",
"samples": [
{
"displayName": "Example Scene",
"description": "Scene to demonstrate the usage of the ART DTRACK Plugin.",
"path": "Samples~/DTrackExampleScene"
}
]
}