playMaker

Author Topic: easiest way to create a highscore list  (Read 2944 times)

MS80

  • Junior Playmaker
  • **
  • Posts: 64
easiest way to create a highscore list
« on: June 27, 2014, 09:10:24 AM »
Hi,
I would like to know what is the easiest way to create a simple highscore list (f.e. with score and player name) for mobile devices (android)?! It should be a highscore list available over the internet, no a local one (with playerprefs).

A few things / questions came to my mind:

1. SQL database: seems to be complicated, extra assets (payed) needed and database has to be created

2. photon cloud: playmaker supports photon cloud, but its not about networking, just storing highscore information, does not know if this is possible with photon cloud?

3. I just own Unity Pro license, no Android Pro (so no socket functions)! is there any possibilty to create a highscore list via internet and playmaker?

Any help welcome! Thanks in advance!





jess84

  • Hero Member
  • *****
  • Posts: 515

MS80

  • Junior Playmaker
  • **
  • Posts: 64
Re: easiest way to create a highscore list
« Reply #2 on: June 29, 2014, 12:46:01 PM »
GooglePlay Game Services seems the way to go... (achievements, leaderboard, etc.)!

In the meanwhile I created a mysql-database and got a simple highscore-system working! (now I have minimal webspace & mysql knowledge  ;) )

Good thing is:
- it works on all platforms
- it works cross platforms
- no plugIns etc. needed
- works without Android PRO
« Last Edit: June 29, 2014, 12:57:59 PM by MS80 »