BACKND BaseGame User ManagementGuest AccountLook up Guest ID in the deviceVersion: 6.0.0On this pageGetGuestIDpublic string GetGuestID();DescriptionThe guest ID stored in the device is looked up. Examplestring id = Backnd.Player.GetGuestID();Debug.Log("ID stored in the local device :" + id);