Skip to content

Commit aad5f9e

Browse files
committed
Add a new unitypackage.
1 parent e440587 commit aad5f9e

6 files changed

Lines changed: 34 additions & 6 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DOCUMENTATION
22

3-
Visit https://github.com/juicycleff/flutter-unity-view-widget
3+
Visit https://github.com/juicycleff/flutter-unity-view-widget and https://github.com/juicycleff/flutter-unity-view-widget/tree/experimental/unity_6000.
44

5-
unitypackage version: fuw-6000.0.2
5+
unitypackage version: fuw-6000.1.0
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "com.xraph.flutterunitywidget",
33
"displayName": "Flutter Unity Widget",
4-
"version": "6000.0.3",
4+
"version": "6000.1.0",
55
"unity": "2019.4",
66
"license": "BSD-3-Clause",
77
"licensesUrl": "https://github.com/juicycleff/flutter-unity-view-widget/blob/master/LICENSE",
8-
"documentationUrl": "https://github.com/juicycleff/flutter-unity-view-widget",
9-
"changelogUrl": "https://github.com/juicycleff/flutter-unity-view-widget/tree/master/unitypackages",
8+
"documentationUrl": "https://github.com/juicycleff/flutter-unity-view-widget/tree/experimental/unity_6000",
9+
"changelogUrl": "https://github.com/juicycleff/flutter-unity-view-widget/tree/experimental/unity_6000/unitypackages",
1010
"author": {
1111
"name": "xraph.com",
1212
"url": "https://github.com/juicycleff"
1313
},
1414
"contributors": [],
15-
"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."
1616
}

unitypackages/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Documentation of the unitypackage for `flutter_unity_widget`.
44
These packages are generated from the `FlutterUnityIntegration`folder in the example project.
55
Using the files from the example project ensures you have the latest version.
66

7+
## UPM - Unity package manager
8+
As of version 6000.1.0, you can also install this package using package manager instead of importing a .unitypackage file.
9+
10+
In package manager select "Install package from git URL..." and enter the URL to the `Assets/FlutterUnityIntegration` folder in this repo.
11+
```
12+
https://github.com/juicycleff/flutter-unity-view-widget.git?path=example/unity/DemoApp/Assets/FlutterUnityIntegration#experimental/unity_6000
13+
```
14+
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.
720

821
### Which one do I pick?
922
Try the newest one first.
@@ -37,6 +50,21 @@ Changes for `2022.1.7f1` and earlier were collected retroactively and might not
3750
> Example Unity project, not in a unitypackage yet.
3851
* None
3952

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+
4068
## 6000.0.2
4169
> fuw-6000.0.2.unitypackage
4270
* (Android) Fix generation of duplicate include entries in settings.gradle.kts.
617 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)