Skip to content

Commit c8b112e

Browse files
committed
Add new 2022.3.0 unitypackage.
1 parent 6490329 commit c8b112e

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

example/unity/DemoApp/Assets/FlutterUnityIntegration/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Visit https://github.com/juicycleff/flutter-unity-view-widget
44

5-
unitypackage version: fuw-2022.2.0
5+
unitypackage version: fuw-2022.3.0

unitypackages/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,16 @@ Changes for `2022.1.7f1` and earlier were collected retroactively and might not
3333

3434
## Pending (master branch)
3535
> Example Unity project, not in a unitypackage yet.
36+
* *No changes*
37+
38+
## 2022.3.0
39+
>fuw-2022.3.0.unitypackage
3640
* 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)
41+
* (Android) Disable absolute ndk path from Unity export. (Unity 2022.3.x and newer)
42+
* (Android) Add missing namespace in unityLibrary build.gradle for Android Gradle plugin (AGP) 8.x.
43+
* (Web) Fix Javascript error on Play and Pause.
44+
* (Android) Fix build error `resource style/UnityThemeSelector not found` in the example project.
45+
* Use Il2CppCodeGeneration.OptimizeSpeed in Android and iOS release exports.
3846

3947

4048
## 2022.2.0
612 KB
Binary file not shown.

0 commit comments

Comments
 (0)