v2022.2.2-flutter_unity_widget_2
·
10 commits
to master
since this release
Release 2022.2.2
of flutter_unity_widget_2 on pub.dev.
Works with Unity 2022.3 and lower.
Changes
Changes compared to 2022.2.1 of flutter_unity_widget
- [Android] Fix touch detection when using Unity's New Input System. #938
- [Android] Workaround for mUnityplayer error in Unity plugins using the AndroidJavaProxy. #908
- [Android] Add namespace for Android gradle plugin (AGP) 8 compatibility.
- [Android] Fix kotlin compilation error with Flutter 3.24 and newer. #973
- [Android] Update documentation for new
.gradle.kts
files. - [Android] Update some ancient build.gradle values to match Unity 2022.3. Like CompileSdk to 34 and Java to 11.
- [iOS] Add an empty privacy manifest.
- [Web] Don't crash on unknown event data from Unity.
- Disable windows support in
pubspec.yaml
to avoid confusion. Windows support was never completed.