Commit Graph

179 Commits

Author SHA1 Message Date
Rex Raphael 09e9207b95
Merge pull request #23 from krispypen/master
Adding iOS support
2019-08-02 11:11:48 +02:00
Rex Isaac Raphael 7784a34670 added contributors 2019-08-02 11:08:28 +02:00
Kris Pypen fe0801aef7 Added iOS gif 2019-08-02 10:47:31 +02:00
Rex Isaac Raphael aae3f22e89 Docs: Add @thomas-stockx as a contributor 2019-08-02 10:45:59 +02:00
Rex Isaac Raphael 2b1fb89ca3 Docs: Add @juicycleff as a contributor 2019-08-02 10:45:10 +02:00
Kris Pypen f4f3c597bb Merge branch 'snowballmaster'
# Conflicts:
#	README.md
2019-08-02 10:27:47 +02:00
Rex Raphael 92cc9c8b39
Merge pull request #22 from thomas-stockx/feature/unity_alpha
Feature/unity alpha
2019-08-02 10:23:37 +02:00
Thomas Stockx ca112e4db6 Fix package link in readme 2019-08-02 09:42:55 +02:00
Thomas Stockx 6c82255d89 Merge branch 'original-master' into feature/unity_alpha
* original-master:
  update CHANGELOG.md
2019-08-02 09:00:30 +02:00
Thomas Stockx 6a4ba3b87a Added new example gif (built using the Unity 2019.3 alpha with "Unity as a Library") 2019-08-02 08:55:31 +02:00
Kris Pypen 286ba5e8d2 Merge branch 'snowballmaster' 2019-08-01 16:55:33 +02:00
Kris Pypen e9d210afeb Adding pubspec authors 2019-08-01 16:55:04 +02:00
Kris Pypen 2615c7868e Added methodchannel postMessage support on iOS (communication from flutter to unity) 2019-08-01 16:36:58 +02:00
Rex Raphael a030a1ef43
Merge pull request #21 from thomas-stockx/patch-2
update CHANGELOG.md
2019-08-01 16:22:42 +02:00
Kris Pypen 79b8f44fa0 Automatically add the Data folder to the UnityFramework target 2019-08-01 16:06:14 +02:00
Kris Pypen f00958a096 add a dependency on the UnityFramework 2019-08-01 15:23:35 +02:00
Kris Pypen e048777629 add some iOS documentation 2019-08-01 14:11:30 +02:00
Thomas Stockx 2ec0ba5427 Don't break iOS export 2019-08-01 14:02:56 +02:00
Kris Pypen 42566a7973 add new xcodebuild script 2019-08-01 13:44:16 +02:00
Kris Pypen 41ae827c99
Fixes indentation readme file 2019-08-01 13:16:57 +02:00
Kris Pypen 7225118d32 iOS documentation 2019-08-01 13:13:20 +02:00
Thomas Stockx 3fe912f5e0 Support for Unity 2019.3 alpha.
https://blogs.unity3d.com/2019/06/17/add-features-powered-by-unity-to-native-mobile-apps/
2019-08-01 11:57:56 +02:00
Thomas Stockx a702f59e1a Merge branch 'original-master'
* original-master:
  update readme
  updated and bumped up release version
  new release and bump up version
2019-08-01 11:47:01 +02:00
Kris Pypen b883b7a568 Merge branch 'master' of github.com:krispypen/flutter-unity-view-widget 2019-08-01 10:43:50 +02:00
Kris Pypen 18c013a374 Added basic iOS support (no messaging yet) 2019-08-01 10:43:34 +02:00
Rex Raphael 716bf93a45 update readme 2019-08-01 10:32:36 +02:00
Thomas 4d377e361a
update CHANGELOG.md 2019-08-01 09:35:20 +02:00
Rex Raphael 8d541cf1d6 updated and bumped up release version 2019-07-31 11:36:50 +02:00
Rex Raphael ea5d505509
Merge pull request #20 from thomas-stockx/feature/ar
Feature/ar
2019-07-31 11:29:16 +02:00
Rex Raphael 8239978820 new release and bump up version 2019-07-31 11:14:58 +02:00
Thomas Stockx 78101ee026 Merge branch 'original-master' into feature/ar
* original-master:
2019-07-31 11:08:29 +02:00
Rex Raphael aa9104762f
Merge pull request #16 from thomas-stockx/fix/touch
Change input source of Flutter touch events so they work in Unity
2019-07-31 10:44:12 +02:00
Rex Raphael 846f78c2f1
Merge pull request #14 from thomas-stockx/fix/window
Remove java and UnityPlayer changes to the windowmanager so it can be…
2019-07-31 10:43:12 +02:00
Rex Raphael ff4da5b315
Merge pull request #13 from thomas-stockx/fix/postMessage
Fix postMessage throwing exceptions on Android
2019-07-31 10:41:13 +02:00
Rex Raphael 1e388f0be1
Merge pull request #12 from thomas-stockx/patch-1
Update Readme.md as it crashes with Vulkan.
2019-07-31 10:39:27 +02:00
Thomas 5277f942a8
Merge pull request #1 from thomas-stockx/feature/ar
Add Unity AR Foundation support.
2019-07-31 09:50:36 +02:00
Thomas Stockx dfd19763fb Add Unity AR Foundation support. 2019-07-31 09:46:56 +02:00
Thomas Stockx a838b4bb9b Merge branch 'improvements'
* improvements:
  Change input source of Flutter touch events so they get handled by Unity.
  Remove java and UnityPlayer changes to the windowmanager so it can be fully handled by Flutter
  Fix postMessage throwing exceptions on Android
  Update Readme.md as it crashes with Vulkan.
2019-07-30 10:50:07 +02:00
Thomas Stockx 9cff46cd84 Merge branch 'fix/touch' into improvements
* fix/touch:
  Change input source of Flutter touch events so they get handled by Unity.
2019-07-30 10:44:23 +02:00
Thomas Stockx b0541d7302 Change input source of Flutter touch events so they get handled by Unity. 2019-07-30 10:44:09 +02:00
Thomas Stockx 5b71653f53 Merge branch 'fix/window' into improvements
* fix/window:
  Remove java and UnityPlayer changes to the windowmanager so it can be fully handled by Flutter
2019-07-24 15:23:18 +02:00
Thomas Stockx 90dd5e7676 Merge branch 'fix/postMessage' into improvements
* fix/postMessage:
  Fix postMessage throwing exceptions on Android
2019-07-24 15:23:13 +02:00
Thomas Stockx 6bbb3a054e Merge branch 'patch-1' into improvements
* patch-1:
  Update Readme.md as it crashes with Vulkan.
2019-07-24 15:23:04 +02:00
Thomas Stockx 62bd95b43b Remove java and UnityPlayer changes to the windowmanager so it can be fully handled by Flutter 2019-07-24 15:14:40 +02:00
Thomas Stockx 21669128b4 Fix postMessage throwing exceptions on Android 2019-07-24 13:27:27 +02:00
Thomas d93c2fa42e
Update Readme.md as it crashes with Vulkan. 2019-07-23 15:35:00 +02:00
Rex Raphael b97413847d
Merge pull request #5 from lorant-csonka-planorama/lorant/readme
Add video tutorial, replace `unity-player` with `unity-classes` in RE…
2019-04-14 21:44:28 +02:00
Lorant Csonka def784dcf7 Add video tutorial, replace `unity-player` with `unity-classes` in README.md 2019-04-13 20:16:59 +02:00
Rex Raphael f16bb853ba update readme 2019-03-29 09:07:44 +01:00
Rex Raphael a1f43b8e4e update readme 2019-03-29 09:06:10 +01:00
Rex Raphael f2be616d33 updated readme 2019-03-29 09:05:49 +01:00
Rex Raphael 29433023be updated readme 2019-03-29 07:53:28 +01:00
Rex Raphael 8014c50848 updated readme 2019-03-29 07:47:00 +01:00
Rex Raphael 7829108f91 updated readme 2019-03-29 07:46:23 +01:00
Rex Raphael 5de2161b31 Merge branch 'master' of github.com:snowballdigital/flutter-unity-view-widget 2019-03-29 07:46:16 +01:00
Rex Raphael 7bca05721f corrected readme 2019-03-29 07:44:00 +01:00
Rex Raphael 3a352daf47
Add files via upload 2019-03-28 19:34:02 +01:00
Rex Raphael 1f0e6bafe1 updated readme 2019-03-28 19:32:45 +01:00
Rex Raphael a5a60a400d updated readme 2019-03-28 19:29:41 +01:00
Rex Raphael 4e6204c898
Add files via upload 2019-03-28 19:28:02 +01:00
Rex Raphael 9790296f3d added example 2019-03-28 19:13:39 +01:00
Rex Raphael 9f115431f4 updated read me 2019-03-28 19:05:38 +01:00
Rex Raphael 94b96aab10 example demo 2019-03-28 19:05:27 +01:00
Rex Raphael 106a0a4ea5
Add files via upload 2019-03-27 22:12:04 +01:00
Rex Raphael 59d9aafbfd updated readme 2019-03-27 20:01:55 +01:00
Rex Raphael 2af5e96c58 updated readme 2019-03-27 19:56:47 +01:00
Rex Raphael e50ba77eab Merge branch 'master' of github.com:snowballdigital/flutter-unity-view-widget 2019-03-27 09:06:10 +01:00
Rex Raphael 35a5aec213 improved readme 2019-03-27 08:30:12 +01:00
Rex Raphael 9fa7f67c1d
Add files via upload 2019-03-27 08:22:52 +01:00
Rex Raphael f02b143470 change readme 2019-03-26 22:22:12 +01:00
Rex Raphael 281397ff78 small changes 2019-03-26 22:21:13 +01:00
Rex Raphael 1dfaaf4874 fixed issues with unity 2019-03-26 22:19:40 +01:00
Rex Raphael 099200e505 WIP: working example 2019-03-26 22:06:17 +01:00
Rex Raphael 8652a8bf19 WIP: working example 2019-03-26 22:05:53 +01:00
Rex Raphael 5a8a3785dc
Update README.md 2019-03-22 09:56:11 +01:00
Rex Raphael b7dfbe0b3b
Update README.md 2019-03-14 14:44:15 +01:00
Rex Raphael e4099bd8f1
Update README.md 2019-03-14 14:43:39 +01:00
Rex Momoh c9230bae89 android support fuctional 2019-03-10 23:53:08 +01:00
Rex Momoh 5ed6c932b6 Support for android complete 2019-03-09 16:47:09 +01:00