Hi,
I am trying to migrate one of our starling games to Unity. We have a lot of users playing as guests. Is there any solution to sync those users' data from Starling to Unity? I am currently authorizing them via
Application.service.device.uniqueId(IDType.VENDOR, true);
I decided to use Game Services ANE to force them to log in with Game Center / Game Services. Do you think that will work?
Can you suggest any other solution?
Thanks