Unity Gaming Services
These are code examples are copied from some of Unity's Gaming Services. I use these example methods throughout EasyCode docs especially when describing use cases for Dynamic Async events
GetJoinedLobbies() - https://docs.unity.com/lobby/get-joined-lobbies.html
RemovePlayerFromLobby() - https://docs.unity.com/lobby/leave-a-lobby.html
LoadPlayerData() - https://docs.unity.com/cloud-save/cloud-save-usage.html#Fetching_items
SavePlayerData() - https://docs.unity.com/cloud-save/cloud-save-usage.html#Save_an_item
UpdatePlayerData() - https://docs.unity.com/lobby/update-player-data.html
Last updated