You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
-
## Pending (master branch only)
1
+
## 2022.2.2 (master branch only)
2
2
*[Android] Fix touch detection when using Unity's New Input System. [#938](https://github.com/juicycleff/flutter-unity-view-widget/pull/938)
3
3
*[Android] Workaround for mUnityplayer error in Unity plugins using the AndroidJavaProxy. [#908](https://github.com/juicycleff/flutter-unity-view-widget/pull/908)
4
4
*[Android] Add namespace for Android gradle plugin (AGP) 8 compatibility.
5
5
*[Android] Fix kotlin compilation error with Flutter 3.24 and newer. [#973](https://github.com/juicycleff/flutter-unity-view-widget/issues/973)
6
+
*[Android] Update documentation for new `.gradle.kts` files.
7
+
*[iOS] Add an empty privacy manifest.
8
+
*[Web] Don't crash on unknown event data from Unity.
6
9
* Disable windows support in `pubspec.yaml` to avoid confusion. Windows support was never completed.
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,13 @@
14
14
Flutter unity 3D widget for embedding unity in flutter. Now you can make awesome gamified features of your app in Unity and get it rendered in a Flutter app both in fullscreen and embeddable mode. Works great on `Android, iPad OS, iOS, Web`.
15
15
16
16
<br />
17
+
17
18
### Notes
18
19
- Use Windows or Mac to export and build your project.
19
20
Users on Ubuntu have reported a lot of errors in the Unity export.
20
21
- Emulator support is limited and requires special setup. Please use a physical device for Android and iOS.
21
-
- Supports Unity 2019.4.3 or later, we recommend the latest LTS.
22
+
- Supports Unity 2019.4.3 up to 2022.3.x, we recommend the latest 2022.3 LTS.
23
+
Check [this github issue](https://github.com/juicycleff/flutter-unity-view-widget/issues/967) for support of Unity 6.
22
24
- Use only OpenGLES3 as Graphics API on Android for AR compatibility.
23
25
- Windows isn't supported because of the lack of [Flutter PlatformView support](https://github.com/flutter/flutter/issues/31713).
24
26
@@ -32,18 +34,12 @@ is not compatible with other versions, it just mean it's been tested to work wit
32
34
33
35
## Installation
34
36
35
-
First depend on the library by adding this to your packages `pubspec.yaml`:
36
-
- Flutter 3.0.0
37
-
```yaml
38
-
dependencies:
39
-
flutter_unity_widget: ^2022.2.0
40
-
```
41
-
37
+
This plugin requires Flutter >= 3.3.0
42
38
43
-
- Pre Flutter 3.0.0 (This version will gradually be deprecated)
39
+
First depend on the library by adding this to your packages `pubspec.yaml`:
44
40
```yaml
45
41
dependencies:
46
-
flutter_unity_widget: ^2022.1.0+7
42
+
flutter_unity_widget: ^2022.2.1 # use the latest compatible version
> Because of Apple's privacy manifest requirements, you need a minimal Unity version of 2021.3.35 or 2022.3.18 to publish an app.
329
+
330
+
332
331
1. Open the *ios/Runner.xcworkspace* (workspace, not the project) file in Xcode, right-click on the Navigator (not on an item), go to **Add Files to "Runner"** and add
333
332
the *ios/UnityLibrary/Unity-Iphone.xcodeproj* file.
0 commit comments