Skip to content

Commit 939d019

Browse files
Updates
1 parent 3c82909 commit 939d019

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,14 @@ For direct access to the assets and view all previous releases, visit the [relea
5151

5252
-----
5353

54-
## [Installation Instructions](GettingStarted.md)
54+
## [Installation Instructions](UPMInstallation.md)
55+
56+
New for 2020, we have added OpenUPM support and the package can be installed using the following [OpenUPM CLI](https://openupm.com/docs/) command:
57+
58+
```cli
59+
`openupm add com.unity.uiextensions`
60+
```
61+
> For more details on using [OpenUPM CLI, check the docs here](https://github.com/openupm/openupm-cli#installation).
5562
5663
As of Unity 2019, there are now two paths for getting access to the Unity UI Extensions project:
5764

UPMInstallation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ Then when a new release becomes available, simply use the Unity Package Manager
7575

7676
------
7777

78-
### [Development Source](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions.git)
78+
### [Development Source](https://github.com/Unity-UI-Extensions/com.unity.uiextensions.git)
7979

8080
> https://github.com/Unity-UI-Extensions/com.unity.uiextensions.git
8181
82-
To add the Unity UI Extensions direct from the Bitbucket source you simply need to register in the Unity Package Manager interface which is accessed via the editor menu (Editor -> Window -> Package Manager)
82+
To add the Unity UI Extensions direct from the [GitHub source](https://github.com/unity-UI-Extensions/com.unity.uiextensions) you simply need to register in the Unity Package Manager interface which is accessed via the editor menu (Editor -> Window -> Package Manager)
8383

8484
![](/SiteImages/UnityPackageManager.png)
8585

0 commit comments

Comments
 (0)