You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in postUnityMessage: MissingPluginException(No implementation found for method unity#isReady on channel plugin.xraph.com/unity_view_0) OR MissingPluginException(No implementation found for method dispose on channel unity_view_0)
To Reproduce
Steps to reproduce the behavior:
After second launch of game in UnityWidget
When I try to communicate the UnityWidget using UnityController just after the game loaded
My game wants some data to show like username, profile picture. I noticed that the communication between works fine at first launch of UnityWidget & its UnityController.
Whenever I call flutterToUnity at secondLaunch its throw me above exception & that data passing to UnityWidget gets failed.
Expected behavior
It should work on second launch. There is some problem in this package that needs to be fixed.
flutter_unity_widget: ^2022.2.1
Unity (please complete the following information):
OS: Mac
Version : 2022.3.34f1
Smartphone (please complete the following information):
Device: Any Device
OS: Android & iOS
Note : If possible then this library needs to be updated with following issue fixed & should also support latest gradle system & kotlin versions
I request the owner of this package to provide me the solution as early as possible. I am too much reliable on this package. Quick Fix also accepted.
The text was updated successfully, but these errors were encountered:
Error in postUnityMessage: MissingPluginException(No implementation found for method unity#isReady on channel plugin.xraph.com/unity_view_0)
OR
MissingPluginException(No implementation found for method dispose on channel unity_view_0)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
flutter_unity_widget: ^2022.2.1
Unity (please complete the following information):
Smartphone (please complete the following information):
Note : If possible then this library needs to be updated with following issue fixed & should also support latest gradle system & kotlin versions
I request the owner of this package to provide me the solution as early as possible. I am too much reliable on this package. Quick Fix also accepted.
The text was updated successfully, but these errors were encountered: