flutter_embed_unity 0.0.8-beta flutter_embed_unity: ^0.0.8-beta 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.
0.0.1-beta #
- Initial beta release
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.3-beta #
- Minor changes to the README
0.0.4-beta #
- Update dependencies
0.0.5-beta #
- Update iOS platform dependency to:
- Fix issue #3: plugin not working when R8 / minification enabled on Android
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.7-beta #
- Update Android and platform interface dependency to:
- Fix issue #5 (Unity freezing on hot reload and widget rebuild)
0.0.8-beta #
- Update Android and iOS platform dependencies to:
- Removed green placeholder when Unity is detached from
EmbedUnity
- Removed green placeholder when Unity is detached from