flutter_embed_unity 0.0.4-beta flutter_embed_unity: ^0.0.4-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