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: doc/migrate.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
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:
0 commit comments