Update README.md

This commit is contained in:
Rex Raphael 2019-08-05 14:08:49 +02:00 committed by GitHub
parent bf8f02f78b
commit 7225c923bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ class _UnityDemoScreenState extends State<UnityDemoScreen>{
- `pause()` (Use this to pause unity player)
- `resume()` (Use this to resume unity player)
- `postMessage(String gameObject, methodName, message)` (Allows you invoke commands in Unity from flutter)
- `onUnityMessage(data)` (Unity to flutter bindding and listener)
## Known issues
- Android Export requires several manual changes