I’m looking at computing the content for and saving a file that will be rather large. Something like 1-million lines of text. I’d like to not block unity for the very long it will take.
From what I’ve seen, yield doesn’t do much in javascript unity from editor code. Is it possible at all to run functions asynchronously from editor code?