im trying to make code containing a Thread variable build for the Windows store, but i get this error
"error CS0234: The type or namespace name 'Thread' does not exist in the namespace 'System.Threading' (are you missing an assembly reference?)"
im new to unity, but i cant find any information about that threads are not allowed when Building for Windows store, only arraylist, hastables etc.
any good suggestions ?
↧