Can we use .Net Threading in our WebPlayer builds? I’m guessing no, as my app breaks in the browser.
Cheers
Shaun
Can we use .Net Threading in our WebPlayer builds? I’m guessing no, as my app breaks in the browser.
Cheers
Shaun
If it’s not allowed, there is most likely a message in the Console saying as much when you try.
It works fine. I use it to run some .Net networking stuff in a separate thread.