Release Notes
Installation is supported via OpenUPM or source code zip download from GitHub.
Changelog
Added
- Added ability to choose between APK, split APK or Android App Bundle output for Android builds.
Changed
- Breaking change: Removed standalone 'split APKs' variant for Android in favour of new build output type variant.
- Breaking change: Removed 'build system' variant for Android now that Gradle is the only supported build system.
- Set Android architecture binary name according to build output type variant being built.
- Stop using deprecated
BuildPipeline.BuildPlayer
overload.