This repository has been archived on 2020-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
flutter-unity-view-widget/CHANGELOG.md

13 lines
636 B
Markdown
Raw Normal View History

2019-07-31 05:36:50 -04:00
## 0.1.4
2019-08-01 03:35:20 -04:00
* Support for AR on Android thanks to [@thomas-stockx](https://github.com/thomas-stockx)
2019-07-31 05:36:50 -04:00
2019-07-31 05:14:58 -04:00
## 0.1.3+4
2019-03-09 10:47:09 -05:00
2019-08-01 03:35:20 -04:00
* Change input source of Flutter touch events so they work in Unity [@thomas-stockx](https://github.com/thomas-stockx)
2019-07-31 05:14:58 -04:00
* Instructions on how to implement Vuforia AR
2019-08-01 03:35:20 -04:00
* Fix postMessage throwing exceptions on Android [@thomas-stockx](https://github.com/thomas-stockx)
* Add video tutorial, replace `unity-player` with `unity-classes` in example [@lorant-csonka-planorama](https://github.com/lorant-csonka-planorama)
* Remove java and UnityPlayer changes to the windowmanager [@thomas-stockx](https://github.com/thomas-stockx)