Hello there, i have find a strange issue, tested my game .app in differents MAC with differents, OS versions, apparently some users can't save the game, and the app crash.
This issue happen only for mac deployement, this because the game is build inside a game.app so, for some reasons, OS verions, permissions, "plugin conflict?" some users cant play the game.
In some case, when you save nothing happen (And the game not save the progress)
In others case, gme crash
So i was thinkin for a solution like this:
With a plugin, change the "path" of the save directory, and move that
from
Code:
(Root)
game.app > contents > resources > app.nw > save
To
You think is that possibile, or can create some other problems?
Best.