Skip to content

Commit 728da58

Browse files
committed
Fix changelog formatting and update (pending) changes.
1 parent 0abef50 commit 728da58

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
## Pending (master branch only)
2+
* [Android] Fix touch detection when using Unity's New Input System. [#938](https://github.com/juicycleff/flutter-unity-view-widget/pull/938)
3+
* [Android] Workaround for mUnityplayer error in Unity plugins using the AndroidJavaProxy. [#908](https://github.com/juicycleff/flutter-unity-view-widget/pull/908)
4+
15
## 2022.2.1
26

3-
* Minor improvements
7+
* [iOS] Fix Unity not receiving Lifecycle events on iOS. [#704](https://github.com/juicycleff/flutter-unity-view-widget/pull/704)
8+
* [Android] Remove the white background color to allow Unity transparency like on iOS. [#719](https://github.com/juicycleff/flutter-unity-view-widget/pull/719)
9+
* [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)
10+
* [Web] Add support for web base not being on the root [#865](https://github.com/juicycleff/flutter-unity-view-widget/pull/865)
411

5-
* ## 2022.2.0
12+
## 2022.2.0
613

714
* Enable AndroidView due to native view improvement in flutter 3.3.0
815

unitypackages/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Using a wrong extension like `.dll.txt` will disable it.
3131
# CHANGELOG
3232
Changes for `2022.1.7f1` and earlier were collected retroactively and might not be complete.
3333

34+
## Pending (master branch)
35+
> Example Unity project, not in a unitypackage yet.
36+
* Avoid invalid iOS export when current build target is not iOS. [#838](https://github.com/juicycleff/flutter-unity-view-widget/pull/838)
37+
* Delete absolute ndk path from Unity export. (Unity 2022.3.x and newer) [#880](https://github.com/juicycleff/flutter-unity-view-widget/pull/880)
38+
39+
3440
## 2022.2.0
3541
>fuw-2022.2.0.unitypackage
3642
* Restore newtonsoft.json.dll import.

0 commit comments

Comments
 (0)