Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Saver Data Handling on Mac #122

Open
matthewcook-ku opened this issue Apr 3, 2022 · 1 comment
Open

File Saver Data Handling on Mac #122

matthewcook-ku opened this issue Apr 3, 2022 · 1 comment

Comments

@matthewcook-ku
Copy link

I would really like to get file saver data handling working on mac. I spent some time trying to walk through the existing file code and see where things trip up. I was hoping that someone might know where the incompatibility lies so I would know where to focus my efforts.

I can see that checking the file path in TryBeginSessionFromUI of UIController fails for some reason (line 256), even through the path is valid, and making the same call to Directory.Exists(localFilePath) works fine from other scripts. I can comment these lines out to get past the initial UI screen, but after this still no data is written.

@jackbrookes
Copy link
Member

Hi, this is tricky, I don't have a Mac to test this on. One thing, perhaps you can find the File Saver component (Under Data Handling) and make sure "Verbose Debug" option is enabled in the inspector. Then, all messages will be displayed in the console. Would be good to see if there's anything odd here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants