diff --git a/.all-contributorsrc b/.all-contributorsrc index 688a936..a53cbac 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -14,7 +14,7 @@ "login": "juicycleff", "name": "Rex Raphael", "avatar_url": "https://avatars2.githubusercontent.com/u/11243590?v=4", - "profile": "http://rexraphael.com", + "profile": "https://www.xraph.com", "contributions": [ "code", "doc", diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f7d18..5d438f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.6+2 + +* Fixed issues with `onUnityMessage` [@thomas-stockx](https://github.com/thomas-stockx) + ## 0.1.6+1 * Adding Metal renderer support (on iOS) [@krispypen](https://github.com/krispypen) diff --git a/README.md b/README.md index f023ab5..97a8a55 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Flutter unity 3D widget for embedding unity in flutter. Now you can make awesome ```yaml dependencies: - flutter_unity_widget: ^0.1.6+1 + flutter_unity_widget: ^0.1.6+2 ``` Now inside your Dart code you can import it. @@ -323,7 +323,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - + 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 a9d7731..82bed45 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.csprojAssemblyReference.cache b/example/unity/DemoApp/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache index 4521a16..5c4a556 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 cbc51f7..052f5d2 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.6+1 +version: 0.1.6+2 authors: - Rex Raphael - Thomas Stockx
Rex Raphael
Rex Raphael

💻 📖 💬 🐛 👀
Rex Raphael
Rex Raphael

💻 📖 💬 🐛 👀
Thomas Stockx
Thomas Stockx

💻 📖 💬
Kris Pypen
Kris Pypen

💻 📖 💬
Lorant Csonka
Lorant Csonka

📖 📹