Hi everybody,
I needed to use multithreading in a Unity android project.
In the editor it works perfectly (the thread does not call any Unity MonoBehaviour). I’m using the C# class System.Threading.Thread.
I was wondering if it could work on android if exported as an APK.
Thanks for your helpful information.
Jymmy097