Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 22f9b9c

Browse files
authored
Added a correct description (#105)
* Added a correct description * Added plugin in artifact name * Fixed artifavct name in documentation
1 parent 41ba7c8 commit 22f9b9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- uses: actions/upload-artifact@v3
8383
with:
84-
name: dolbyio-comms-unity-sdk
84+
name: dolbyio-comms-unity-plugin
8585
path: ${{github.workspace}}/build/unity/
8686

8787
- run: dotnet publish dotnet/DolbyCMD/DolbyCMD.csproj -o CmdLine

cmake/package.json.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "dolbyio.comms",
33
"version": "${PROJECT_VERSION}",
44
"unity": "2021.1",
5-
"displayName": "DolbyIO Comms Unity Plugin",
6-
"description": "The DolbyIO Comms Unity Plugin",
5+
"displayName": "DolbyIO Communications",
6+
"description": "The DolbyIO Virtual World Plugin for Unity",
77
"documentationUrl": "https://api-references.dolby.io/comms-sdk-dotnet/documentation/unity/unity.html",
88
"licensesUrl": "https://github.com/DolbyIO/comms-sdk-dotnet/blob/main/LICENSE",
99
"dependencies": {

docs/documentation/unity/unity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Make sure that you have:
1212

1313
## Installing from archive
1414

15-
You can install the Unity plugin from the package manager. First download `unity.zip` archive in the [Release](https://github.com/DolbyIO/comms-sdk-dotnet/releases) page, and extract it to a suitable folder.
15+
You can install the Unity plugin from the package manager. First download `dolbyio-comms-unity-plugin` archive in the [Release](https://github.com/DolbyIO/comms-sdk-dotnet/releases) page, and extract it to a suitable folder.
1616

1717
Open the package manager from the Unity Editor and click the <img src="~/images/plus_sign.png" height="20px"/> sign in the upper left corner. Search for the package.json file located where you extracted the aforementioned plugin archive.
1818

0 commit comments

Comments
 (0)