Skip to content

Commit

Permalink
Merge pull request #245 from juicycleff/next
Browse files Browse the repository at this point in the history
Breaking change in 3.0.0 with update to unity script
  • Loading branch information
juicycleff authored Nov 19, 2020
2 parents d471410 + 38f3ce7 commit 4da7c2d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.0.0

* Lots of breaking changes
* Deprecated APIs
* Fixed [Issue 231](https://github.com/juicycleff/flutter-unity-view-widget/issues/231)
* Fixed [Issue 230](https://github.com/juicycleff/flutter-unity-view-widget/issues/230)


## 2.0.0+2

* fixed some bugs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Note: I have updated the example for Unity 2019.3.5 and there are some new chang

```yaml
dependencies:
flutter_unity_widget: ^2.0.0+2
flutter_unity_widget: ^3.0.0
```
Now inside your Dart code you can import it.
Expand Down
3 changes: 1 addition & 2 deletions example/unity/DemoApp/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ PlayerSettings:
16:9: 1
Others: 1
bundleVersion: 0.1
preloadedAssets:
- {fileID: -2180092653092860826, guid: 5abb7bf5775754c349ee756010a3a1fd, type: 2}
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_unity_widget
description: Flutter Unity 3D widget for embedding Unity game scenes in flutter. This library now supports Unity as a Library.
version: 2.0.0+2
version: 3.0.0
#authors:
# - Rex Raphael <[email protected]>
# - Thomas Stockx <[email protected]>
Expand Down
Binary file modified scripts/FlutterUnityPackage.unitypackage
Binary file not shown.

0 comments on commit 4da7c2d

Please sign in to comment.