Archive 17/01/2023.

Android threading issues

sabotage3d

Hi, I have some problems with the threading on Android. If I open native UI on top of Urho3D it opens it in seperate thread. Then I cannot send events or use the resource system. Is there a safe way to work with native UI elements on Android?
For example if I open a new intent and try to access events or resources I am getting these errors.

If I try to open an intent on the main thread like this:

I am getting this error: