Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: VascBogdan on June 28, 2015, 10:34:48 AM

Title: Wonder about the globals
Post 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#)
Title: Re: Wonder about the globals
Post by: djaydino on June 28, 2015, 03:24:23 PM
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)