Hi,
I've been running Combu in my game for a month or so now and have the following stats:
Users | 9694 (0 online) |
Leaderboards | 11 |
Scores | 39057 |
Anyway, after having this many users I have some suggestions & observations which would improve the product further
- Be able to search player via email address on the webserver.
- Be able to view/change a players password from the webserver.
- Be able to add a new player on the webserver.
Online player count doesn't work. It did work when I first installed everything but then stopped and has never worked since.
In the settings menu I see an option to add a key and value. I added one to see what happened but i can't delete it, nothing happens.
Wow, no reply after 3 weeks. Not great.
Thanks for the suggestions we will add the search by email as well in the Players section, we will see if there's really need to add also a Create Player button (even if it's pretty strange since this feature should theoretically be only for clients).
About the point 2 we could eventually add a "Change Password" in the admin console but not a "View" because the password is stored as encrypted on the database so you cannot retrieve it but only change.
About the online status of players it's not a trivial task, we added this only because it's a required property of Unity IUserProfile implementation, anyway we will try to get around this in a future release (no ETA for now).
Though we haven't issues in deleting Server Settings from the admin console (you cannot edit or delete these settings from client), are you using the latest version 2.1.9?
FRANCESCO CROCETTI @ SKARED CREATIONS
Your suggestions have been added to the new version 2.1.10 that has been just released, we also switched the server date/time zone to UTC internally in the web API to try to fix the issues with online state recognize in both client and server (this also means that every date property in all classes coming from web services are now to be supposed as UTC).
FRANCESCO CROCETTI @ SKARED CREATIONS