Skip to content

Commit

Permalink
Fix changelog formatting and update (pending) changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
timbotimbo committed Jun 23, 2024
1 parent 0abef50 commit 728da58
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 6 additions & 0 deletions unitypackages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 728da58

Please sign in to comment.