Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: VascBogdan on June 28, 2015, 10:34:48 AM
-
Are ALL global variables saved after the game is closed on an Android device ? Is it OK to let global variables do my save-games, or I should buy/download some other addons who do it for me ? (I am working only with visual-scripting, so I won't be able to create complicated scripts via JavaScript or C#)
-
hi,
No they are reset when the game is closed.
You can use playerprefs to safe things (build in and free but easy to hack)
or you can use an asset like easysave 2 (witch has playmaker actions)