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
You can install Match3-SDK in one of the following ways:
99
+
100
+
<details><summary>1. Install via Package Manager</summary>
101
+
<br />
102
+
103
+
The package is available on the [OpenUPM](https://openupm.com/packages/com.chebanovdd.match3sdk/).
104
+
105
+
- Open `Edit/Project Settings/Package Manager`
106
+
- Add a new `Scoped Registry` (or edit the existing OpenUPM entry)
107
+
108
+
```
109
+
Name package.openupm.com
110
+
URL https://package.openupm.com
111
+
Scope(s) com.cysharp.unitask
112
+
com.chebanovdd.match3sdk
113
+
```
114
+
- Open `Window/Package Manager`
115
+
- Select `My Registries`
116
+
- Install `UniTask` and `Match3-SDK` packages
117
+
118
+
</details>
119
+
120
+
<details><summary>2. Install via Git URL</summary>
121
+
<br />
122
+
123
+
You can add `https://github.com/ChebanovDD/Match3-SDK.git?path=src/Match3.UnityPackage/Assets/Plugins/Match3` to the Package Manager.
124
+
125
+
If you want to set a target version, Match3-SDK uses the `v*.*.*` release tag, so you can specify a version like `#v0.1.2`. For example `https://github.com/ChebanovDD/Match3-SDK.git?path=src/Match3.UnityPackage/Assets/Plugins/Match3#v0.1.2`.
126
+
127
+
> **Note:** Dependencies must be installed before installing the package.
0 commit comments