In Doodle Safari we have set up a custom player that all players use.
Important Note: In order for player save data to work you will need to set the “Player Template” in your game to a player template that includes the
dbb_player_state
script. All of the systems in the game communicate with this script to save data.
To build your own Player Template you can do the following:
dbb_player_state
script if needed by clicking the "Open" option under the script icon and searching for dbb_player_state
The “Player Template” field can be found in the “Save Options” panel under “Additional Game Options”. If you don’t see this you may need to click the “Advanced” button in the lower right corner of the editor.
Now when you run the game your template will be used!