I am making an RTS game and I want to use multithreading for functions that are focused on calculating math stuff. I'm wondering does every character that uses the same script with multithreading in it will create new threads when spawned or are they going to use the same thread.
From what I understand they will create new threads but I'm not sure
I'm not really familiar with how multithreading is used in RTS games