forked from Totem-gdn/TotemGeneratorUnity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 695 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 695 Bytes
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
{
"name": "com.totem.totemcore",
"version": "5.2.0",
"displayName": "Totem Core for Unity",
"description": "Totem plugin that enables interaction with Totem services and assets",
"unity": "2021.3",
"dependencies": {
"com.unity.textmeshpro": "3.0.6",
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"keywords": [
"Totem",
"TotemCore"
],
"author": {
"name": "Snir Sharristh",
"email": "snir@hey.com",
"url": "https://github.com/Totem-gdn/TotemGeneratorUnity"
},
"samples": [
{
"displayName": "Totem Legacy Records",
"description": "Contains demo scene for using legacy services",
"path": "Samples~/LegacyJamDemo"
}
]
}