From 7ba01b8da76830061c3bd26b2c4eeaa4852a2d17 Mon Sep 17 00:00:00 2001 From: timbotimbo Date: Sun, 23 Jun 2024 19:08:57 +0200 Subject: [PATCH] Fix changelog formatting and update (pending) changes. --- CHANGELOG.md | 11 +++++++++-- unitypackages/README.md | 6 ++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ae9aa23..ed52cdb21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ +## Pending (master branch only) +* [Android] Fix touch detection when using Unity's New Input System. [#938](https://github.com/juicycleff/flutter-unity-view-widget/pull/938) +* [Android] Workaround for mUnityplayer error in Unity plugins using the AndroidJavaProxy. [#908](https://github.com/juicycleff/flutter-unity-view-widget/pull/908) + ## 2022.2.1 -* Minor improvements +* [iOS] Fix Unity not receiving Lifecycle events on iOS. [#704](https://github.com/juicycleff/flutter-unity-view-widget/pull/704) +* [Android] Remove the white background color to allow Unity transparency like on iOS. [#719](https://github.com/juicycleff/flutter-unity-view-widget/pull/719) +* [Web] Replace webview package to update `webview_flutter` dependency from 2.x to 4.x. [#761](https://github.com/juicycleff/flutter-unity-view-widget/pull/761) +* [Web] Add support for web base not being on the root [#865](https://github.com/juicycleff/flutter-unity-view-widget/pull/865) -* ## 2022.2.0 +## 2022.2.0 * Enable AndroidView due to native view improvement in flutter 3.3.0 diff --git a/unitypackages/README.md b/unitypackages/README.md index 33f4b4b51..5597276a5 100644 --- a/unitypackages/README.md +++ b/unitypackages/README.md @@ -31,6 +31,12 @@ Using a wrong extension like `.dll.txt` will disable it. # CHANGELOG Changes for `2022.1.7f1` and earlier were collected retroactively and might not be complete. +## Pending (master branch) +> Example Unity project, not in a unitypackage yet. +* Avoid invalid iOS export when current build target is not iOS. [#838](https://github.com/juicycleff/flutter-unity-view-widget/pull/838) +* Delete absolute ndk path from Unity export. (Unity 2022.3.x and newer) [#880](https://github.com/juicycleff/flutter-unity-view-widget/pull/880) + + ## 2022.2.0 >fuw-2022.2.0.unitypackage * Restore newtonsoft.json.dll import.