diff --git a/.all-contributorsrc b/.all-contributorsrc index 65cf390..283f9a7 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -16,7 +16,8 @@ "avatar_url": "https://avatars2.githubusercontent.com/u/11243590?v=4", "profile": "http://rexraphael.com", "contributions": [ - "code" + "code", + "doc" ] }, { @@ -25,7 +26,17 @@ "avatar_url": "https://avatars1.githubusercontent.com/u/1475368?v=4", "profile": "https://stockxit.com", "contributions": [ - "code" + "code", + "doc" + ] + }, + { + "login": "lorant-csonka-planorama", + "name": "Lorant Csonka", + "avatar_url": "https://avatars2.githubusercontent.com/u/48209860?v=4", + "profile": "https://github.com/lorant-csonka-planorama", + "contributions": [ + "doc" ] } ], diff --git a/CHANGELOG.md b/CHANGELOG.md index 320fed7..8808501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ +## 0.1.5 + +* Android support for the Unity 2019.3 new export format Unity as a Library [@thomas-stockx](https://github.com/thomas-stockx) + ## 0.1.4 * Support for AR on Android thanks to [@thomas-stockx](https://github.com/thomas-stockx) - ## 0.1.3+4 * Change input source of Flutter touch events so they work in Unity [@thomas-stockx](https://github.com/thomas-stockx) diff --git a/example/unity/DemoApp/obj/Debug/Assembly-CSharp-Editor.csproj.CoreCompileInputs.cache b/example/unity/DemoApp/obj/Debug/Assembly-CSharp-Editor.csproj.CoreCompileInputs.cache index 3d80074..a4971f5 100644 --- a/example/unity/DemoApp/obj/Debug/Assembly-CSharp-Editor.csproj.CoreCompileInputs.cache +++ b/example/unity/DemoApp/obj/Debug/Assembly-CSharp-Editor.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -eb7addd6604d08d1b14bdd2f0b7568eea6aaad77 +5c787ba36b071ef6ee6a4f60499357697d53c75b diff --git a/example/unity/DemoApp/obj/Debug/Assembly-CSharp-Editor.csprojAssemblyReference.cache b/example/unity/DemoApp/obj/Debug/Assembly-CSharp-Editor.csprojAssemblyReference.cache index 9d287cb..a9d7731 100644 Binary files a/example/unity/DemoApp/obj/Debug/Assembly-CSharp-Editor.csprojAssemblyReference.cache and b/example/unity/DemoApp/obj/Debug/Assembly-CSharp-Editor.csprojAssemblyReference.cache differ diff --git a/example/unity/DemoApp/obj/Debug/Assembly-CSharp.csproj.CoreCompileInputs.cache b/example/unity/DemoApp/obj/Debug/Assembly-CSharp.csproj.CoreCompileInputs.cache index 6a95d74..ee3ccf3 100644 --- a/example/unity/DemoApp/obj/Debug/Assembly-CSharp.csproj.CoreCompileInputs.cache +++ b/example/unity/DemoApp/obj/Debug/Assembly-CSharp.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -1d70ee33aab6965c19c5636e539561c5c25ac66b +bd1065d7afc1a8da0fc454a1d7dede98f3aaa473 diff --git a/example/unity/DemoApp/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache b/example/unity/DemoApp/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache index 08da307..4521a16 100644 Binary files a/example/unity/DemoApp/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache and b/example/unity/DemoApp/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache differ diff --git a/pubspec.yaml b/pubspec.yaml index aaecc04..4c29349 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_unity_widget description: Flutter unity 3D widget for embedding unity in flutter -version: 0.1.4 +version: 0.1.5 authors: - Rex Raphael homepage: https://github.com/snowballdigital/flutter-unity-view-widget/tree/master