diff --git a/CHANGELOG.md b/CHANGELOG.md index 54780dc..320fed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index d68da03..9b53763 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,8 @@ class _UnityDemoScreenState extends State{ ``` ## API - - pause() + - `pause()` (Use this to pause unity player) + - `resume()` (Use this to resume unity player) ## Known issues - Android Export requires several manual changes