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
Hi @yvz-dmr, JNI DETECTED ERROR IN APPLICATION: JNI NewGlobalRef called with pending exception java. lang.RuntimeException: PlayAssetDeliveryUnityWrapper.init() should be called only once. Use getInstance() instead.
This error said that you try to initiate UnityWraper again(when is initialized). May its better to use Singleton and inject the insulation which you need to class rather than call it again?
Anyway It's hard to say more about the problem because I don't see a code.
Hi @dawiddszewczyk, is there any documentation about how to run unity in another process? Currently it is an available method in UnityWidgetController and I am trying to call it when UnityWidget's onUnityCreated method is called.
I would like to open unity in another process on android but when I call openInNativeProcess() method from UnityWidgetController app crashes.
[Updated to format logs]
The text was updated successfully, but these errors were encountered: