#does unity authentication have any way
1 messages · Page 1 of 1 (latest)
does it exist elsewhere?
I ask because we're looking at adding leaderboards, but there are concerns about obscene steam player names showing up in the lists
It's a hard problem, there are third-party services that can help.
Specifically for steam I would expect they would have went through steam's own validation so it should be safer?
steam is pretty lax with usernames
I guess we can use steam's https://partner.steamgames.com/doc/api/ISteamUtils#FilterText
but having a basic profanity check shouldn't be difficult for unity to implement