Skip to content

v3.0.0

Compare
Choose a tag to compare
@robinnorth robinnorth released this 19 Oct 15:30
· 163 commits to master since this release

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.