diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a5c004..2ef184bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 4a7d541a..f9d1e102 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/example/unity/DemoApp/ProjectSettings/ProjectSettings.asset b/example/unity/DemoApp/ProjectSettings/ProjectSettings.asset index 20d77250..fb828155 100644 --- a/example/unity/DemoApp/ProjectSettings/ProjectSettings.asset +++ b/example/unity/DemoApp/ProjectSettings/ProjectSettings.asset @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 47bf1b53..25077f34 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 # - Thomas Stockx diff --git a/scripts/FlutterUnityPackage.unitypackage b/scripts/FlutterUnityPackage.unitypackage index 73ad2e33..2e6ec576 100644 Binary files a/scripts/FlutterUnityPackage.unitypackage and b/scripts/FlutterUnityPackage.unitypackage differ