diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..6e0a5c6 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,63 @@ +{ + "projectName": "flutter-unity-view-widget", + "projectOwner": "snowballdigital", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "eslint", + "contributors": [ + { + "login": "juicycleff", + "name": "Rex Raphael", + "avatar_url": "https://avatars2.githubusercontent.com/u/11243590?v=4", + "profile": "http://rexraphael.com", + "contributions": [ + "code", + "doc", + "question", + "bug", + "review", + "tutorial" + ] + }, + { + "login": "thomas-stockx", + "name": "Thomas", + "avatar_url": "https://avatars1.githubusercontent.com/u/1475368?v=4", + "profile": "https://stockxit.com", + "contributions": [ + "code", + "doc", + "question", + "tutorial" + ] + }, + { + "login": "krispypen", + "name": "Kris Pypen", + "avatar_url": "https://avatars1.githubusercontent.com/u/156955?v=4", + "profile": "http://krispypen.github.io/", + "contributions": [ + "code", + "doc", + "question", + "tutorial" + ] + }, + { + "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", + "video" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/.gitignore b/.gitignore index d9ee87c..f6748aa 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,10 @@ *.iws .idea/ +node_modules/ +./package.json +.idea/ + # Visual Studio Code related .vscode/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 320fed7..bd4863c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ +## 0.1.6 + +* Android support for iOS [@krispypen](https://github.com/krispypen) + +## 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/README.md b/README.md index c15ac99..a2b9807 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # flutter_unity_widget +[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) [![version][version-badge]][package] [![MIT License][license-badge]][license] @@ -14,7 +15,7 @@ Flutter unity 3D widget for embedding unity in flutter. Add a Flutter widget to ```yaml dependencies: - flutter_unity_widget: ^0.1.4 + flutter_unity_widget: ^0.1.6 ``` Now inside your Dart code you can import it. @@ -306,3 +307,25 @@ class _UnityDemoScreenState extends State{ [github-watch]: https://github.com/snowballdigital/flutter-unity-view-widget/watchers [github-star-badge]: https://img.shields.io/github/stars/snowballdigital/flutter-unity-view-widget.svg?style=social [github-star]: https://github.com/snowballdigital/flutter-unity-view-widget/stargazers + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + +
Rex Raphael
Rex Raphael

💻 📖 💬 🐛 👀
Thomas
Thomas

💻 📖 💬
Kris Pypen
Kris Pypen

💻 📖 💬
Lorant Csonka
Lorant Csonka

📖 📹
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file 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 41fa520..31a2fa5 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.6 authors: - Rex Raphael - Thomas Stockx