Trying to upload save data to steam cloud. ANE work for achievements, stats and others things perfectly.
Result of fileWrite is always "false". Used writeObject, writeUTFBytes (from FRESteamWorks UNIT tests).
Rewinded ByteArray "position" to 0.
Tryed to write simple strings, not long JSON. Same result - false.
From SteamEvent.STEAM_RESPONSE i recieve event on fileWrite, with
responce = 1,
type = 1
which not informative at all.
Result of fileRead is true. But i have empty save, so it's not much useful.
Question: Do FRESteamWorks have fileWriteAsync? By the nature of actionscript, all blocking things must be async.
Found problem. To activate steam cloud, you must set quota in steamworks, save "cloud changes" on the bottom of page and publish your changes. After this, saves works.
Trying to upload save data to steam cloud. ANE work for achievements, stats and others things perfectly.
Result of fileWrite is always "false". Used writeObject, writeUTFBytes (from FRESteamWorks UNIT tests). Rewinded ByteArray "position" to 0. Tryed to write simple strings, not long JSON. Same result - false.
From SteamEvent.STEAM_RESPONSE i recieve event on fileWrite, with responce = 1, type = 1 which not informative at all.
Result of fileRead is true. But i have empty save, so it's not much useful.
Question: Do FRESteamWorks have fileWriteAsync? By the nature of actionscript, all blocking things must be async.