loicteixeira / gj-unity-api

[MOVED] Game Jolt API wrapper for Unity.
https://github.com/InfectedBytes/gj-unity-api/
MIT License
16 stars 13 forks source link

Add a guest name generator #19

Closed loicteixeira closed 6 years ago

loicteixeira commented 9 years ago

Guest name generator! When saving a score for a guest, it will show the name of the guest followed by "(guest)" on the website, but because the default name is "Guest", it actually shows "Guest (guest)" which is pretty lame. Unless you specify a name yourself, it would be nice to add random names like Mario/Luigi/Sonic/etc (and possibly allow the use of custom lists to match a game universe).

ghost commented 9 years ago

It would also be nice to some how increment the guest number based on how many have submitted. So, the first guest is "Guest1", the second is "Guest2", etc. Then the guest # is stuck with them some how. (I suppose this could be done in player prefs for the "sticking" part.)

loicteixeira commented 9 years ago

There is no way to know how many guests have played the game before so incrementing it would be quite hard unfortunately. Data Storage could potentially be used but I'm not sure it is worth it.

loicteixeira commented 6 years ago

Issues are now tracked at InfectedBytes/gj-unity-api/issues.