flutter_embed_unity 1.1.1 flutter_embed_unity: ^1.1.1 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.1.1 #
1.1.0 #
29 March 2024
- New Unity input system touches works on Android
- Updated readme to note Unity 2022.3.21 or later will be required on iOS from 1st May to comply with App Store privacy manifest requirements
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
- Updated README to note that Flutter 3.16.x and 3.19.x are not supported due to Flutter #141068 and Flutter #142952 (tracked in flutter_embed_unity #14)
1.0.1 #
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
- Removed green placeholder when Unity is detached from
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 #
- Breaking change: due to a change in namespace, you MUST upgrade the
SendToFlutter.cs
script in your Unity project to use the new version from the v0.0.2-beta release assets flutter_embed_unity_2022_3.unitypackage. Alternatively you can review the source for SendToFlutter.cs and make the change to theAndroidJavaClass
package namespace manually.
0.0.1-beta #
- Initial beta release