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
Visit https://github.com/juicycleff/flutter-unity-view-widget and https://github.com/juicycleff/flutter-unity-view-widget/tree/experimental/unity_6000.
"description": "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
+
"description": "Unity package used by flutter_unity_widget, a Flutter widget for embedding Unity in Flutter."
After `#` you can set a branch, tag or commit hash to target a specific version.
15
+
16
+
See [the Unity docs](https://docs.unity3d.com/6000.3/Documentation/Manual/upm-ui-giturl.html) for more info.
17
+
18
+
## Unitypackage import
19
+
Using a unitypackage import is easier if you want to customize scripts or manually control updates.
7
20
8
21
### Which one do I pick?
9
22
Try the newest one first.
@@ -37,6 +50,21 @@ Changes for `2022.1.7f1` and earlier were collected retroactively and might not
37
50
> Example Unity project, not in a unitypackage yet.
38
51
* None
39
52
53
+
## 6000.1.0
54
+
> fuw-6000.1.0.unitypackage
55
+
56
+
* (Android) Fix error with `unity.androidNdkPath` in Unity 6000.2 and newer. [#1059](https://github.com/juicycleff/flutter-unity-view-widget/issues/1039)
57
+
* (iOS) Fix bug in UnityReady trigger in Unity 2022.3.72+, 6000.0.68+ and 6000.3.7+.
58
+
* The package is now compatible with Unity Package Manager (UPM) and can be installed by git URL.
59
+
* Add a setting in the Flutter menu to build addressables during Unity export.
60
+
61
+
**Breaking change**
62
+
- The directory structure of the package has changed.
63
+
Please delete your old `Assets/FlutterUnityIntegration` folder before importing this unitypackage.
64
+
65
+
> This package is backwards compatible with Unity 2022.
66
+
67
+
40
68
## 6000.0.2
41
69
> fuw-6000.0.2.unitypackage
42
70
* (Android) Fix generation of duplicate include entries in settings.gradle.kts.
0 commit comments