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
Copy file name to clipboardExpand all lines: README.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,39 @@
31
31
32
32
## <aid="add-sdk-to-project"> 📲 Adding the SDK to your project
33
33
34
+
**Using unitypackage:**
34
35
1. Clone / download this repository.
35
36
2.[Import](https://docs.unity3d.com/Manual/AssetPackages.html) the appsflyer-unity-plugin-*.unitypackage into your Unity project.
36
37
3. Go to Assets >> Import Package >> Custom Package.
37
38
4. Select the appsflyer-unity-plugin-*.unitypackage file.
38
39
39
40
> **Note:** The plugin uses the [The External Dependency Manager for Unity](https://github.com/googlesamples/unity-jar-resolver) (EDM4U) (formerly Play Services Resolver / Jar Resolver). If you do not want to use EDM4U see the [Installation guide](/docs/Installation.md) for more details.
40
41
42
+
**Using Unity Package Manager:**
43
+
1. Go to your packages folder, and open `manifest.json`
44
+
2. Add Google game package registery fpr the external dependency Manager.
0 commit comments