Skip to content

v4.0.0

Compare
Choose a tag to compare
@robinnorth robinnorth released this 19 Nov 14:31
· 125 commits to master since this release

Release Notes

Installation is supported via OpenUPM or source code zip download from GitHub.

Changelog

Added

  • Added support for Split App Binary (generates APK + OBB/AAB + asset packs when enabled) for Android.
  • Added support for building Xcode projects for macOS.
  • Added support for building Visual Studio Solutions for PC.
  • Added new $VARIANTS build path token to give greater control over build path generation.
  • Added support for setting Android target SDK version.

Changed

  • More sensible default build path.
  • Show notes in Build Actions list view.
  • Show selected architectures and varients in Build Platforms list view.
  • Breaking change: Simplified $ARCHITECTURE build path token by removing variants list.
  • Remove empty build tokens from build path, rather than substituting 'None'.
  • Allow BuildConstants.cs to be moved from default location.