|
1 |
| -## Migrate your adjust SDK for Unity3d to 4.0.0 from 3.4.4 |
| 1 | +## Migrate your adjust SDK for Unity3d to 4.0.1 from 3.4.4 |
2 | 2 |
|
3 |
| -N.B. At the moment, SDK 4.0 for Unity supports Android and iOS, but not Windows. If you are planning to release your Unity app on Windows, please migrate to 4.0 only when we add full support for Windows. |
| 3 | +N.B. At the moment, SDK 4.0.1 for Unity supports Android and iOS, but not Windows. If you are planning to release your Unity app on Windows, please migrate to 4.0.1 only when we add full support for Windows. |
4 | 4 |
|
5 | 5 | ### Migration procedure
|
6 | 6 |
|
7 |
| -Starting from version 4.0.0, the structure of this repository is adjusted to Unity 5. All files which are part of the |
| 7 | +Starting from version 4.0.1, the structure of this repository is adjusted to Unity 5. All files which are part of the |
8 | 8 | adjust SDK are now moved to the `Assets/Adjust` folder, since Unity 5 allows that native files can now be placed
|
9 | 9 | outside of `Assets/Plugins` folder. This is done so that adjust files are no longer mixed with files you may be
|
10 | 10 | keeping in `Assets/Plugins` folder.
|
11 | 11 |
|
12 | 12 | For migration purposes, we have prepared two Unity packages:
|
13 | 13 |
|
14 |
| - * `Adjust_v4.0.0_Unity_4.unitypackage` (for Unity 4 users) |
15 |
| - * `Adjust_v4.0.0_Unity_5.unitypackage` (for Unity 5 users) |
| 14 | + * `Adjust_v4.0.1_Unity_4.unitypackage` (for Unity 4 users) |
| 15 | + * `Adjust_v4.0.1_Unity_5.unitypackage` (for Unity 5 users) |
16 | 16 |
|
17 | 17 | and the adjust SDK uninstall script written in Python (`adjust_uninstall.py`).
|
18 | 18 |
|
19 |
| -Migration to version 4.0.0 of our SDK requires the following steps: |
| 19 | +Migration to version 4.0.1 of our SDK requires the following steps: |
20 | 20 |
|
21 | 21 | 1. Copy the `adjust_uninstall.py` script to your root Unity project directory and run it. This script should
|
22 | 22 | delete all adjust source files from the previous SDK version you had.
|
|
0 commit comments