med-material / LoggingManager

LoggingManager Package for Unity. Saves to CSV and to MySQL Databases.
MIT License
3 stars 3 forks source link

System.Environment.SpecialFolder.MyDocuments not accessible on Android/iOS? #15

Open bastianilso opened 1 year ago

bastianilso commented 1 year ago

It supposedly may not be a good idea to log to the Documents folder as the files may not appear on mobile systems. This will need to be confirmed first. The internet advises we make use of Application.dataPath instead.