Hi, I’m trying to spread the load of multiple (6+) Camera.Renders (rendering to textures) across more cores. I found a stackoverflow post from years ago trying to do the same thing.
Is this possible? What’s involved in spreading the cost across multiple CPU cores?
So far it appears that the main thread and single render thread are dominated.