Skip to content

v1.3.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@jamesncl jamesncl released this 23 May 14:19
· 79 commits to main since this release

Beta release of support for Unity 6000.0 LTS

Thanks to @timbotimbo for creating the Android platform implementation for Unity 6
Steps to migrate from Unity 2022.3 to Unity 6000.0:

  • If you are using Android, add the following additional dependency to your pubspec.yaml:
dependencies:
  ...
  # Add this for Unity 6000.0 support on Android:
  flutter_embed_unity_6000_0_android: ^1.2.1-beta.1  # (Use the latest available)
  • If you are using Android, upgrade your android project's Gradle and AGP to match or exceed those used by Unity 6000.0 and update your NDK version to 27.2.12479018 or higher
  • Migrate your Unity project to Unity 6000.0
  • Update your Unity project's Flutter export scripts by importing the new flutter_embed_unity_6000_0.unitypackage asset from releases on Github
  • Export your Unity project to your Flutter project as before, using the new Unity 6 export scripts
  • If you encounter any build errors, go through the project setup steps in the README again (this has been updated for Unity 6)

Full Changelog: v1.2.7...v1.3.0-beta.1