Game Center iOS + Unity3d

Preview:

DESCRIPTION

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

Citation preview

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:^{}];