flutter_unity_widget_2 2022.2.2+1
flutter_unity_widget_2: ^2022.2.2+1 copied to clipboard
Flutter Unity 3D widget for embedding Unity game scenes in Flutter. An updated fork of flutter_unity_widget.
2022.2.2 #
- [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.
2022.2.1 and earlier #
- See the original flutter_unity_widget plugin for earlier versions up to 2022.2.1.