flutter_embed_unity 1.2.3 copy "flutter_embed_unity: ^1.2.3" to clipboard
flutter_embed_unity: ^1.2.3 copied to clipboard

Harness the power of Unity 3D in your Flutter app by embedding Unity as a widget. Useful for adding 3D, gaming or augmented reality (AR) to your app.

1.2.3 #

2 Aug 2024

  • Lowered Dart SDK constraint to 2.18+ for compatibility with Flutter 3.7

1.2.2 #

31 July 2024

  • Lowered Dart SDK constraint to 2.18+ Fixed in 1.2.3

1.2.1 #

22 July 2024

  • Updated README to note issue #21: AR not supported when using Flutter 3.22 on Android API 32 or less (thanks @timbotimbo)

1.2.0 #

4 July 2024

NOTE: To take advantage of the new automated steps for iOS Unity export, you will need to re-import the latest flutter_embed_unity_2022_3.unitypackage found in Releases - you only need the changes in FlutterEmbed/Editor/ProjectExporterIos.cs

Alternatively, you can simply modify your existing copy of FlutterEmbed/Editor/ProjectExporterIos.cs according to this commit

  • After exporting Unity project for iOS, the manual steps for changing the membership of the Data folder to Unity Framework and adding -Wl,-U,_FlutterEmbedUnityIos_sendToFlutter to Other Linker Flags in Xcode is no longer required (thanks @timbotimbo). See note above.

1.1.1 #

16 May 2024

  • Updated README to add Flutter 3.22 and later to the list of supported versions (3.22 fixes #12 and #14)

1.1.0 #

29 March 2024

1.1.0-beta1 #

13 March 2024

  • New Unity input system touches works on Android

1.0.4 #

4 March 2024

  • Updated README to note that all Unity versions between 2022.3.10 and 2022.3.18 are not supported with Android 8 or earlier due to #15

1.0.3 #

3 March 2024

1.0.2 #

10 January 2024

  • Updated README to note limitation of #12

1.0.1 #

20 November 2023

  • Update Android and iOS platform dependencies to:
    • Fix iOS issue #10
    • Minor change to Android debug logs
  • Updated README with info about #9 (2022.3.9 not compatible with Xcode 15)
  • Upgrade example Unity project version to 2022.3.13 to fix #9

1.0.0 #

12 October 2023

  • First production release
  • Added EmbedUnityPreferences to allow setting Unity message listening behaviour (see the README)

0.0.8-beta #

3 October 2023

  • Update Android and iOS platform dependencies to:
    • Removed green placeholder when Unity is detached from EmbedUnity

0.0.7-beta #

28 September 2023

  • Update Android and platform interface dependency to:
    • Fix issue #5 (Unity freezing on hot reload and widget rebuild)

0.0.6-beta #

27 September 2023

  • Update iOS platform dependency to:
    • Fix issue #6
    • Fix iOS platform package dependency name in iOS example app

0.0.5-beta #

  • Update iOS platform dependency to:
    • Fix issue #3: plugin not working when R8 / minification enabled on Android

0.0.4-beta #

  • Update dependencies

0.0.3-beta #

  • Minor changes to the README

0.0.2-beta #

0.0.1-beta #

  • Initial beta release
22
likes
150
pub points
81%
popularity

Publisher

unverified uploader

Harness the power of Unity 3D in your Flutter app by embedding Unity as a widget. Useful for adding 3D, gaming or augmented reality (AR) to your app.

Homepage
Repository (GitHub)
View/report issues

Topics

#unity

Documentation

Documentation
API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

flutter, flutter_embed_unity_2022_3_android, flutter_embed_unity_2022_3_ios, flutter_embed_unity_platform_interface

More

Packages that depend on flutter_embed_unity