On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi, I want to get all the entries as an integer so I can initialize depending on the number of entries TextObjects that display the Leaderboard, does somebody know how could do that I´ve tried it with a for loop but that hasnt worked out for me,  is there a function im missing? 

This would really help me out because I try to optimize my game for my mobile version of my game

Hello!

I recommend taking a look at the demo scene which has a pagination system setup already. You could limit the receiving of entries to get a certain amount of entries show up per page.

Thank you very much I got it now! Thanks for providing us with this awesome tool