Hello, I was wondering is someone could help please.
Hypothetical Question : Is there a way to disable the 'save game' function for a browser version of a game?
In the past, I have retained the save game function when I have published the game. However, I have noticed that when played through the browser this function didn't work, only as a desktop application.
So it begs to approach.
Thanks,
J
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can disable the Save function simply by hiding any UI element that allows the user to save - i.e. the Save and Load buttons in the default Pause menu.
If you're building to WebGL, however, AC switches over to PlayerPrefs which should be supported. If you had an issue with this in the past, it would be worth revisiting to see if this is still the case.