Best way to save player UI?

Hello Community! I have a question I cant seem to work my brain around, so I have SQL working with player login and player customizations. Now my question is, If I have player equipment and inventory slots, how would I save them so when the player logs in, everything is loaded from last saved? I know I can use PlayerPrefs but what If the player wants to log in from a different computer? I thought of using the SQL to save each slot and its current value based on the item, but that would take awhile as I have over 50 slots… So I thought if I could save prefabs and load prefabs from my website or some host… and load them based on player names… Would that work? Or is there a better way to achieve this? If anyone can point me in the right direction as to how I could accomplish this, that would be great! Thank you! :smile:

Shouldn’t take long, just structure your sql data… your inventory is an array of space so it has a number based on how many slots there are, use that number to assign the slot, and the item