From 7dd465458717711976495e98cc4a0c522fca295e Mon Sep 17 00:00:00 2001 From: Rex Isaac Raphael Date: Thu, 19 Mar 2020 15:24:50 +0100 Subject: [PATCH] Fixed issue with unity onMessage listener on unity 2019.3.5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d88ba2a..143908c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ [![Gitter](https://badges.gitter.im/flutter-unity/community.svg)](https://gitter.im/flutter-unity/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) Flutter unity 3D widget for embedding unity in flutter. Now you can make awesome gamified features of your app in Unity and get it rendered in a Flutter app both in fullscreen and embeddable mode. Works great on Android and iOS. There are now two unity app examples in the unity folder, one with the default scene and another based on Unity AR foundation samples. +
Note: I have updated the example for Unity 2019.3.5 and there are some new changes in the scripts folder. Please replace your already copied files and folders in your unity project ## Installation