About sharing spaces

Give us as much detail as possible regarding the issue you’re experiencing:

Unity Editor version:2022.3.17
ML2 OS version:1.12
Unity SDK version:2.6.0
Host OS: Windows

Error messages from logs : none

I noticed that spaces can be imported or exported with some adb commands, but it is not easy for non-developers to use adb. Is there any way to export spaces by unity or other codes, then maps can be shared by user interaction in my application? Thanks.

Hey @QWonderKid,

Currently, the only way to share spaces is via the ADB commands. I understand that this may not be the easiest task for non-developers. You could attempt to create a custom batch file that could automatically run some of these commands, but it may get a little tricky with file names and paths.

You said you are already aware of the ADB commands but just in case, I will leave the link to the official docs here:

Best,
Corey

Thanks for the advice, I’ll have a try