Unity + Magic Leap: how to save a local text file to disk

Viewed 18

We are using Magic Leap and Unity. We need to write text to a persistent file and save it on the Magic Leap headset. We know we can use PlayerPref in unity to save data, but we need the file to be able to download via the ML lab. We are using C# in unity.

Is there a way to save a text file to the headset so it can be downloaded?

0 Answers
Related