Delete or create new Authenticated player/users in Unity for Testing purposes
C
Cameron Hozouri
started a topic
about 4 years ago
Hello all,
I am testing with GameSparks authentication in Unity and i need to delete or create another Authenticated player. I am using DeviceAuthentication to create users and later they can choose to use Social services. Seeing how im only testing there should be a way to delete users and restart to test code. Is there a way to do this in GameSparks or Unity.
I have tried GS.Reset in Unity but i feel that there has to be a better way than running code to reset the Unity Editor, as well when i do so by resetting I cant seem to add display name or anything whenever i do another DeviceAuthentication request after resetting, so it make me think that it never actually creates a new player it just logs in.
Cameron Hozouri
Hello all,
I am testing with GameSparks authentication in Unity and i need to delete or create another Authenticated player. I am using DeviceAuthentication to create users and later they can choose to use Social services. Seeing how im only testing there should be a way to delete users and restart to test code. Is there a way to do this in GameSparks or Unity.
I have tried GS.Reset in Unity but i feel that there has to be a better way than running code to reset the Unity Editor, as well when i do so by resetting I cant seem to add display name or anything whenever i do another DeviceAuthentication request after resetting, so it make me think that it never actually creates a new player it just logs in.
Thanks in advance,
Cameron