Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marchbold/1d09c38294a9b5f6c5a4ecae7521469d to your computer and use it in GitHub Desktop.
Save marchbold/1d09c38294a9b5f6c5a4ecae7521469d to your computer and use it in GitHub Desktop.
Enabling Saved Games in your services configuration using the GameServices ANE
var service:Service = new Service( Service.GOOGLE_PLAY_GAME_SERVICES );
service.enableSavedGames = true;
GameServices.service.initialiseService( service );
// com.distriqt.GameServices
@marchbold
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment