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

8 lines
327 B
Markdown
Raw Normal View History

2019-07-31 05:14:58 -04:00
## 0.1.3+4
2019-03-09 10:47:09 -05:00
2019-07-31 05:14:58 -04:00
* Change input source of Flutter touch events so they work in Unity
* Instructions on how to implement Vuforia AR
* Fix postMessage throwing exceptions on Android
* Add video tutorial, replace `unity-player` with `unity-classes` in example
* Remove java and UnityPlayer changes to the windowmanager so it can be…