playMaker

Author Topic: Leaderboard  (Read 6466 times)

Pawel

  • Junior Playmaker
  • **
  • Posts: 93
Leaderboard
« on: December 25, 2013, 01:28:39 PM »
Has anybody have any tips how to create Leaderboard for a game created with Playmaker?
« Last Edit: January 04, 2014, 10:07:06 AM by Pawel »

parallel

  • Full Member
  • ***
  • Posts: 155
Re: Letterboard
« Reply #1 on: December 25, 2013, 03:32:05 PM »
You may want to be more specific; explain what you mean, for ppl to give meaningful feedback.

Pawel

  • Junior Playmaker
  • **
  • Posts: 93
Re: Leaderboard
« Reply #2 on: December 26, 2013, 09:54:27 AM »
What I mean is to have scores published somewhere, so players can check how well they are doing in comparison with others. Since I don't have this functionality in the game at all, I am wondering if anybody has any insights on what is the best approach. My game has 3 settings that would be great if they would get published somehere: time, score (points) & difficulty setting. All this is done in Playmaker, and the plugins I could buy are just some scripts that might be difficult to connect to Playmaker...
« Last Edit: January 04, 2014, 10:07:27 AM by Pawel »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Letterboard
« Reply #3 on: December 30, 2013, 07:17:27 AM »
Hi,

 If you are publishing on the app store, maybe the gamecenter is what you need.

 Else, I would look on the asset store for such system. But I am not aware of any generic solution that is ported to playmaker ( I may be wrong here).

 I have heard about this one, but its for android only.

http://hutonggames.com/playmakerforum/index.php?topic=4404.0;topicseen

bye,

 Jean

Pawel

  • Junior Playmaker
  • **
  • Posts: 93
Re:Leaderboard
« Reply #4 on: December 30, 2013, 11:49:45 AM »
Thanks Jean,

I suppose I will have to research plugins on Unity website and see how I can pass the Playmaker driven scoring systems into those plugins...
« Last Edit: January 04, 2014, 10:07:42 AM by Pawel »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Letterboard
« Reply #5 on: December 30, 2013, 01:44:15 PM »
Hi,

 passing data is one thing, finding the plugin will be the 'challenge', because depending on the platform, you may have to resort to a system that doesn't have any interface and everything will have to be designed ( unlike game center where the display is generated by apple).

bye,

 Jean

Pawel

  • Junior Playmaker
  • **
  • Posts: 93
Re: Letterboard
« Reply #6 on: December 31, 2013, 10:30:50 AM »
Thanks Jean again. You just gave me an idea...

I will explore the Database route... (I already use SQLite version in the game.) I would need to set it up on my website and let the scores be posted when the app is connected...

If this works it wouldn't matter what platform the game is on...

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Letterboard
« Reply #7 on: January 02, 2014, 05:40:28 AM »
Hi,

 Careful for web publishing and cross domain policies, that's all.

bye,

 Jean

Pawel

  • Junior Playmaker
  • **
  • Posts: 93
Re: Leaderboard
« Reply #8 on: January 04, 2014, 09:57:22 AM »
After more research I decided to use Amazon Game Circle. This looks like a very good solution, especially now when Amazon is giving developers advertising incentives for using Game Circle in their store.

Game circle has Leaderboard, Achivement and Cloud sinking built in. It also works with iOS in addition to Android.

I'll let you know how it goes...
« Last Edit: January 04, 2014, 10:08:22 AM by Pawel »

Pawel

  • Junior Playmaker
  • **
  • Posts: 93
Re: Leaderboard
« Reply #9 on: January 04, 2014, 10:00:28 AM »
I just wanted to add that Amazon provides Unity plugin...
« Last Edit: January 04, 2014, 10:08:07 AM by Pawel »

jess84

  • Hero Member
  • *****
  • Posts: 515
Re: Leaderboard
« Reply #10 on: January 04, 2014, 10:09:29 AM »
Leaderboards - not "Letterboards".


Pawel

  • Junior Playmaker
  • **
  • Posts: 93
Re: Leaderboard
« Reply #11 on: January 04, 2014, 10:46:38 AM »
Yes. Leaderboard... sorry.