Skip to content

Commit 34bf5e8

Browse files
committed
Readme disable post processing and iOS build path
1 parent eb68410 commit 34bf5e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ For an example of scene with of a button menu with these options and others, ope
6969

7070
To facilitate the build process we integrated build scripts for both Android and iOS. The script runs after each build and is called by the file `Assets/Editor/AdjustEditor.cs`. They require at least `python 2.7` installed to work.
7171

72+
It's possible to disable the post processing by clicking on the menu `Adjust → Change post processing status`.
73+
Press the same button to re-enable it.
74+
7275
#### iOS
7376

7477
The iOS build script is located at `Assets/Editor/AdjustPostBuildiOS`. It changes the Unity3d iOS generated project in
@@ -81,6 +84,9 @@ the following ways:
8184

8285
3. Enables the flag `GCC_ENABLE_OBJC_EXCEPTIONS`, to allow the adjust SDK to use objective-c exceptions.
8386

87+
If you have a custom build that puts the Unity3d iOS generated project in a different location,
88+
inform the script by clicking on the menu `Adjust → Set iOS build path` and choosing the build path of the iOS project.
89+
8490
After running, the script writes the log file `AdjustPostBuildiOSLog.txt` at the root of the Unity3d project with log
8591
messages of the script run.
8692

0 commit comments

Comments
 (0)