n01known
Initiates
-
Joined
-
Last visited
Solutions
-
n01known's post in Save game loading error (MacOS) was marked as the answerProblem solved.
After analysing
~/Library/Logs/Unity/Player.log
It was clear, that process does not have access to the folder:
~/.config
It was created by some previous process with root access rights (dunno why)
> sudo rm -rf ~/.config
Had fixed it.
Loading works OK.
The ticket could be closed.