I started to learn Fusion API just now, but i’m wondering something. How does my multithreading code work with Fusion API? Can i write multithreaded code and send it to the Server?
I think practically it can be done, right? Or am I just too lost?
I started to learn Fusion API just now, but i’m wondering something. How does my multithreading code work with Fusion API? Can i write multithreaded code and send it to the Server?
I think practically it can be done, right? Or am I just too lost?
Is it managed code? Then the answer is: no.
You mean Photon Fusion? If so, Netcode for Entities is what you need if you want to write multithreaded, deterministic network code.
Yes I’m going to use Photon Fusion. Can’t i find a way to write multithreading code with Job System? You mentioned Netcode for Entities, you mean that i can use with Photon Fusion for multithreading solution?