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
Or alternatively, merge the snippet below to [Packages/manifest.json](https://docs.unity3d.com/Manual/upm-manifestPrj.html) manually
51
+
### OpenUPM package
52
+
53
+
Follow the installation guide from: [openupm/com.benoitfreslon.vibration](https://openupm.com/packages/com.benoitfreslon.vibration).
54
+
55
+
Alternatively, merge the snippet below to [Packages/manifest.json](https://docs.unity3d.com/Manual/upm-manifestPrj.html) manually
52
56
53
57
```jsonc
54
58
{
@@ -72,7 +76,9 @@ Or alternatively, merge the snippet below to [Packages/manifest.json](https://do
72
76
73
77
### Github package
74
78
75
-
1. Add a **`$HOME/.upmconfig.toml`** file with the TOKEN to authenticate on registry
79
+
1. Generate an **access token** on your Github account, following the guide: [Creating a personal access token (classic)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic).
80
+
81
+
2. Add a **`$HOME/.upmconfig.toml`** file with the TOKEN to authenticate on registry
@@ -83,9 +89,11 @@ Or alternatively, merge the snippet below to [Packages/manifest.json](https://do
83
89
alwaysAuth = true
84
90
```
85
91
86
-
> **WARNING:** _GitHub/Gitlab_ Packages registry always requires authentication. For **_private_** and **_public_** packages.
92
+
> **WARNING:** _GitHub/Gitlab_ Packages registry always requires authentication. For **_private_** and **_public_** packages. If you don't have a Github account, or won't create a TOKEN, try use the [openupm](#openupm-package) package above.
0 commit comments