This sample scene shows a basic implementation of how to save and load a bool in Playmaker. It saves when the application quits, and loads whenever the FSM is started.
Notes
This example requires the Playmaker package to be present in the project.
Further explanation is included in the description of each state.
Hi, i need to save my bool score, online then load and display the highest score with a touch of a buttom.
Is this possible with Save and Load a bool with Playmaker?
You could also achieve the sorting part with Easy Save, but you would need to download all of the scores and sort them at the Unity end.
You could also modify the MySQL queries in the ES2.php file to sort the data if you're experienced with MySQL and PHP, but as this isn't Easy Save's intended usage, we wouldn't really be able to provide much assistance with modifying the files.