Skip to content

Commit 4da7c2d

Browse files
authored
Merge pull request juicycleff#245 from juicycleff/next
Breaking change in 3.0.0 with update to unity script
2 parents d471410 + 38f3ce7 commit 4da7c2d

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.0.0
2+
3+
* Lots of breaking changes
4+
* Deprecated APIs
5+
* Fixed [Issue 231](https://github.com/juicycleff/flutter-unity-view-widget/issues/231)
6+
* Fixed [Issue 230](https://github.com/juicycleff/flutter-unity-view-widget/issues/230)
7+
8+
19
## 2.0.0+2
210

311
* fixed some bugs

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Note: I have updated the example for Unity 2019.3.5 and there are some new chang
2020

2121
```yaml
2222
dependencies:
23-
flutter_unity_widget: ^2.0.0+2
23+
flutter_unity_widget: ^3.0.0
2424
```
2525
2626
Now inside your Dart code you can import it.

example/unity/DemoApp/ProjectSettings/ProjectSettings.asset

+1-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ PlayerSettings:
122122
16:9: 1
123123
Others: 1
124124
bundleVersion: 0.1
125-
preloadedAssets:
126-
- {fileID: -2180092653092860826, guid: 5abb7bf5775754c349ee756010a3a1fd, type: 2}
125+
preloadedAssets: []
127126
metroInputSource: 0
128127
wsaTransparentSwapchain: 0
129128
m_HolographicPauseOnTrackingLoss: 1

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_unity_widget
22
description: Flutter Unity 3D widget for embedding Unity game scenes in flutter. This library now supports Unity as a Library.
3-
version: 2.0.0+2
3+
version: 3.0.0
44
#authors:
55
# - Rex Raphael <rex.raphael@outlook.com>
66
# - Thomas Stockx <thomas@stockxit.com>
7.07 KB
Binary file not shown.

0 commit comments

Comments
 (0)