This repository was archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.37 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.37 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": "dolbyio.comms.unity",
"version": "1.2.0",
"unity": "2021.1",
"displayName": "DolbyIO Communications",
"description": "The DolbyIO Virtual World Plugin for Unity",
"documentationUrl": "https://api-references.dolby.io/comms-sdk-dotnet/documentation/unity/getting-started/installation.html",
"changelogUrl": "https://github.com/DolbyIO/comms-sdk-unity/releases",
"licensesUrl": "https://github.com/DolbyIO/comms-sdk-dotnet/blob/main/LICENSE",
"keywords": [
"audio",
"voice",
"spatial"
],
"samples": [
{
"displayName": "Shared Scene Sample",
"description": "Dolby.io Communications samples",
"path": "Samples~/SharedScene"
},
{
"displayName": "2D HUD Sample Scene",
"description": "Dolby.io Communications samples",
"path": "Samples~/2D HUD"
}
],
"author": {
"name": "DolbyIO",
"email": "customer@dolby.io",
"url": "https://github.com/DolbyIO/comms-sdk-dotnet"
},
"repository": {
"type": "git",
"url": "https://github.com/DolbyIO/comms-sdk-dotnet",
"directory": "dolbyio.comms.unity"
},
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.visualscripting": "1.8.0",
"com.unity.textmeshpro": "3.0.6"
}
}