-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (39 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (39 loc) · 1.57 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
{
"name": "com.ireshsampath.unity-assets.easy-tangible-table",
"version": "2.0.0",
"displayName": "EasyTangibleTable",
"description": "EasyTangibleTable is a lightweight Unity asset for building interactive tangible table applications using TUIO. Easily detect, track, and manage fiducial markers (tags) to create interactive surfaces, installations, and multi-object experiences.\n\nNote: Requires a TUIO source (such as reacTIVision, Displax, or other tracking systems) to send tag data over OSC.",
"unity": "2022.3",
"unityRelease": "0f1",
"hideInEditor": false,
"documentationUrl": "https://github.com/IreshSampath/unity-assets-easy-tangible-table/blob/main/README.md",
"changelogUrl": "https://github.com/IreshSampath/unity-assets-easy-tangible-table/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/IreshSampath/unity-assets-easy-tangible-table/blob/main/LICENSE",
"dependencies": {
"com.unity.textmeshpro": "5.0.0"
},
"samples": [
{
"displayName": "EasyTangibleTable Sample",
"description": "A sample scene demonstrating how to receive TUIO tag data and interact with tangible objects using EasyTangibleTable.",
"path": "Samples~/Sample 1"
}
],
"keywords": [
"tangible table",
"tuio",
"fiducial",
"marker tracking",
"interactive table",
"interactive installation",
"multi object tracking",
"osc",
"touch table",
"unity package"
],
"author": {
"name": "Iresh Sampath",
"email": "ireshsampath@gmail.com",
"url": "https://www.linkedin.com/in/ireshsampath/"
}
}