I'm having trouble integrating game center with my game. Im new to unity and there are no tutorials on that topic. Please help out if you can...
Best Answer
C
Customer Support
said
over 4 years ago
Hey Jerry.
We are about to release a new addition to the SDK which will allow you to use GameCenter out of the box. It should be released in a few weeks. In the mean-time, you can get a sample of the SDK contents here attached...
You should check out the GameCenterUI scene and script to see the calls. They are different from the rest of the GameSparks calls as they require you to auth with GameCenter using the Unity Social API and then call a different class called GameSparksUtils. This is because this request requires some values that you cannot get from Unity and must be taken from the native OS.
We are about to release a new addition to the SDK which will allow you to use GameCenter out of the box. It should be released in a few weeks. In the mean-time, you can get a sample of the SDK contents here attached...
You should check out the GameCenterUI scene and script to see the calls. They are different from the rest of the GameSparks calls as they require you to auth with GameCenter using the Unity Social API and then call a different class called GameSparksUtils. This is because this request requires some values that you cannot get from Unity and must be taken from the native OS.
Jerry Nazareth
I'm having trouble integrating game center with my game. Im new to unity and there are no tutorials on that topic. Please help out if you can...
Hey Jerry.
We are about to release a new addition to the SDK which will allow you to use GameCenter out of the box. It should be released in a few weeks.
In the mean-time, you can get a sample of the SDK contents here attached...
You should check out the GameCenterUI scene and script to see the calls.
They are different from the rest of the GameSparks calls as they require you to auth with GameCenter using the Unity Social API and then call a different class called GameSparksUtils.
This is because this request requires some values that you cannot get from Unity and must be taken from the native OS.
Please let us know if you have any problems.
Thanks,
Sean
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstCustomer Support
Hey Jerry.
We are about to release a new addition to the SDK which will allow you to use GameCenter out of the box. It should be released in a few weeks.
In the mean-time, you can get a sample of the SDK contents here attached...
You should check out the GameCenterUI scene and script to see the calls.
They are different from the rest of the GameSparks calls as they require you to auth with GameCenter using the Unity Social API and then call a different class called GameSparksUtils.
This is because this request requires some values that you cannot get from Unity and must be taken from the native OS.
Please let us know if you have any problems.
Thanks,
Sean
David Cumming
Hi,
What's the curret status of this? Is there some sample code for calling GameCenterConnectRequest with the current SDK?
1 person likes this
Mark Bueno
Has there been any ideas on how to logo in to gamecenter?
Markus Bohnert
Hello,
what is the Status of the SDK integration?
Thorvald ter Meer
For anyone else trying to implement GameCenter with GameSparks, I have attached the solution based the previously provided code by GameSparks.
To use it, just do the following :
2 people like this
Antonio Clavain
Thanks a lot Thorvald ter Meer, your reply totally helped me to get it done.
Anyway, for anyone having the same problem than me, I edited Thorvald's reply to get it working:
1 person likes this
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics