GameCenter

Does the newer versions of unity have accomidations for GameCenter, or do we still need to purchase Prime31?

1 Answer

1

In the Unity 3.5 change log, it states Game Center support. Also, you can find the API calls in the Unity documentation:

http://unity3d.com/support/documentation/ScriptReference/GameCenterPlatform.html

I’ve only tried to Authenticate using the new Social User calls, and it seems to be working fine. I’m still using Prime31’s plug-in though in my current project because of a good amount of code that would need to be changed.