From 4d377e361a2372b501547e34819afcf192c4a09f Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 1 Aug 2019 09:35:20 +0200 Subject: [PATCH 1/2] update CHANGELOG.md --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) From 716bf93a455ac6d70fdfc5bdec7a7e4f9909c5d8 Mon Sep 17 00:00:00 2001 From: Rex Raphael Date: Thu, 1 Aug 2019 10:32:36 +0200 Subject: [PATCH 2/2] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68541f9..2ce9de0 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,8 @@ class _UnityDemoScreenState extends State{ ``` ## API - - pause() + - `pause()` (Use this to pause unity player) + - `resume()` (Use this to resume unity player) ## Known issues - no iOS support yet