Merge branch 'snowballmaster'

This commit is contained in:
Kris Pypen 2019-08-01 16:55:33 +02:00
commit 286ba5e8d2
2 changed files with 7 additions and 6 deletions

View File

@ -1,12 +1,12 @@
## 0.1.4
* Support for AR on Android thanks to @thomas-stockx
* 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
* Change input source of Flutter touch events so they work in Unity [@thomas-stockx](https://github.com/thomas-stockx)
* Instructions on how to implement Vuforia AR
* Fix postMessage throwing exceptions on Android @thomas-stockx
* Add video tutorial, replace `unity-player` with `unity-classes` in example
* Remove java and UnityPlayer changes to the windowmanager
* 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)

View File

@ -296,7 +296,8 @@ class _UnityDemoScreenState extends State<UnityDemoScreen>{
```
## API
- pause()
- `pause()` (Use this to pause unity player)
- `resume()` (Use this to resume unity player)
## Known issues
- Android Export requires several manual changes