Releases: juicycleff/flutter-unity-view-widget
Releases · juicycleff/flutter-unity-view-widget
v2022.2.1 plugin release
[This release tag was made retroactively to clean up this repository]
The release of plugin version 2022.2.1 on pub.dev, released on January 8 2024.
Changelog:
- Minor improvements
More detailed changes
- ReadMe updates.
- [iOS] Fix Unity not receiving Lifecycle events on iOS. #704
- [Android] Remove the white background color to allow Unity transparency like on iOS. #719
- [Web] Replace webview package to prevent dependency issues and get
webview_flutter
from 2.x to 4.x. #761 - [Web] Add support for web base not being on the root #865
v2022.2.0 plugin release
[This release tag was made retroactively to clean up this repository]
The release of plugin version 2022.2.0 on pub.dev, released on September 1 2022.
Changelog:
- Enable AndroidView due to native view improvement in flutter 3.3.0
v4.0.0 Release
Bug Fixes
- Fixed ios method channel ID bug
- Fixed communication issues on Android
- Fixed plugin not found on Android
- Fixed unload crash on iOS (Requires Unity 2019.4.3 or later)
- Migrated from Objective-c to Swift for iOS
- Migrated from Java to Kotlin on Android
- Fixed issues with flutter channel ID
- Small bug fixes
- Improved iOS performance
- Removed boilerplate code from Android native code
3.0.0
0.1.6+1
- Adding Metal renderer support (on iOS) @krispypen
0.1.6
- iOS support for the Unity 2019.3 new export format Unity as a Library @krispypen
0.1.5
- Android support for the Unity 2019.3 new export format Unity as a Library @thomas-stockx
0.1.4
- Support for AR on Android thanks to @thomas-stockx
0.1.3+4
- Change input source of Flutter touch events so they work in Unity @thomas-stockx
- Instructions on how to implement Vuforia AR
- Fix postMessage throwing exceptions on Android @thomas-stockx
- Add video tutorial, replace
unity-player
withunity-classes
in example @lorant-csonka-planorama - Remove java and UnityPlayer changes to the windowmanager @thomas-stockx