You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### - For 2019.1+: [Installing from a git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html)_(requires [Git](https://git-scm.com/) installed and added to the PATH)_
14
14
You can open the Package Manager and then click on the `+` button on the top left corner.
15
-
From there select `Add package from git URL...`, type `https://github.com/myunitytools/extensions.git` and click `Add`.
15
+
From there select `Add package from git URL...`, type `https://github.com/mygamedevtools/extensions.git` and click `Add`.
16
16
The package will be imported by the Package Manager.
17
17
18
18
#### - Other Package Manager supported versions: Add manually to manifest
19
19
You should add this to your `manifest.json` under the `Packages` folder on the root of your Unity Project:
0 commit comments