Game Center iOS + Unity3d

Post on 28-Nov-2014

1.155 views 3 download

description

Few slides from Nravo barcamp. Gave a small talk about designing achivements in iOS Game Center.

Transcript of Game Center iOS + Unity3d

iOS Game Center

Unity Plugin?

In order to use a plugin you need to do two things:

● Write functions in a C-based language and compile them into a library.

● Create a C# script which calls functions in the library.

Achievement Design

Surprises

Hack

[GKNotificationBanner

showBannerWithTitle:@"Achievement"

message:@"Completed!"

completionHandler:^{}];