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

Commit ffe0e60

Browse files
committed
Merge branch 'main' into develop
2 parents 5b7d667 + 763f3ab commit ffe0e60

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

Editor/WelcomeWindow.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ private static void InitializeOnLoad()
3636
WelcomeWindow.Initialize();
3737
}
3838
}
39-
4039
}
4140

4241
public static void Initialize()

Readme.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,4 @@ https://github.com/DolbyIO/comms-sdk-unity.git
2525

2626
- Download latest plugin from the [release](https://github.com/DolbyIO/comms-sdk-dotnet/releases) page.
2727
- Unzip the package into a local folder.
28-
- Select **Add package from the disk**, navigate to the local folder and select `package.json` file.
29-
30-
> ⓘ On MacOS, it is necessary to unquarantine SDK libraries. Otherwise, quarantine attributes prevent their usage. The simplest way to unquarantine the SDK library is to strip the quarantine attributes recursively for all the files in the package. Follow these steps:
31-
>1. In the Package Manager, select the plugin, right click and click on **Reveal in finder**
32-
>2. In the finder window, click on the **Settings** icon and pick **New Terminal Tab at Folder**
33-
>2. Run this command:
34-
>```
35-
>xattr -d -r com.apple.quarantine .
36-
>```
28+
- Select **Add package from the disk**, navigate to the local folder and select `package.json` file.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dolbyio.comms.unity",
3-
"version": "1.2.0-beta.2",
3+
"version": "1.2.0",
44
"unity": "2021.1",
55
"displayName": "DolbyIO Communications",
66
"description": "The DolbyIO Virtual World Plugin for Unity",

0 commit comments

Comments
 (0)