Is It possible to Instantiate Objects in parallel?
I have been trying to optimize my code to run a little faster, and I am creating randomly generated room objects on startup, and this can be rather slow if I'm creating a lot of them. I have already gone through and converted a lot of sections to use tasks. Is there a way to have tasks or other threads Instantiate objects, rather than using just the main thread?
Comment
Your answer
