Save data without blocking the main thread

Hello! How can I save a certain data in the scene or the whole scene without blocking the main thread (I can do anything else during the save)

Not currently as far as I know. Implementing this feature would require changes at the C++ level which are not impossible but would require some work by someone with the right skillset.

You can make saving really fast if you only save what is changed and don’t use compression.