Hi, I’m working on one of the games I’ve already made to give it the ability to run for multiple users (it’s really harder to add this functionality to an old project than to do it in a new one) Currently I’m using encryption to keep user data and what I want to know is that when you have multiple users with usernames and passwords How do you maintain them?
For me, I would use a backend for saving and loading user data, like SilentWolf. Its really useful, I have tried it by myself. But you can also check some other backends in the assets library.