It's true the game doesn't really need to run in a single thread, it's Unity main loop is single-threaded. Last time i checked (welp, like 2 years ago) everything is relying on Unity objects/timers, that's what made the game single-threaded. We have entire...