Multithreading in Unity - Android support

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

yeah, multithreading works on Android