Hi all, when i run the empty project using bachMode,found the threads is too many!How to controll the threads?Can i use only 10 threads to run unity?
I’m not sure that you can do anything to change this, Unity will spin as many threads as it needs. In recent years Unity has been working hard to multithread everything in order to take advantage of modern hardware.
Thread count is not normally a thing worth worrying about. May I ask why it matters?
HI~,I want to run AI in one exe,like robot system for server.so,if i want to open 1000 time single robot fighting level will need about 1000 pic exe file,and the threads will arrive 1000X50=50000 threads in one computer,this very huge thread.I want to run about 1000 threads for 1000 time robot fighting level in one exe file.just like c# new threads ,can i do that?
You can choose the priority level of programs via the operating system it’s not controlling thread count but it will change the programs cpu usage.
