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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,10 @@ Set application build number. Only for default build method.
34
34
35
35
Set scripting define symbols. For example, `RELEASE_VERSION;ENG_VERSION`. Only for default build method.
36
36
37
+
### `build-options`
38
+
39
+
List of additional [BuildOptions](https://docs.unity3d.com/ScriptReference/BuildOptions.html). For example, `SymlinkLibraries, CompressWithLz4HC`. Only for default build method.
40
+
37
41
### `android-keystore-base64`
38
42
39
43
The base64 contents of the android keystore file. Only for default build method.
0 commit comments