I'm using a script that processes a bunch of objects, so it can freeze-up the editor for a while until it's finished. Is there a way to write a tool of this kind that interacts with the editor in a kinder way?
Even if it's kinda hacky, I'd rather have a way I can run it as a thread alongside the editor rather than take all resources until it's finished.
I've tried logging the process with a print statement, but it only prints after the tool is completely finished.