game center ios + unity3d

6
iOS Game Center

Upload: taras-leskiv

Post on 28-Nov-2014

1.157 views

Category:

Technology


3 download

DESCRIPTION

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

TRANSCRIPT

Page 1: Game Center iOS + Unity3d

iOS Game Center

Page 2: Game Center iOS + Unity3d

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.

Page 3: Game Center iOS + Unity3d

Achievement Design

Page 4: Game Center iOS + Unity3d
Page 5: Game Center iOS + Unity3d

Surprises

Page 6: Game Center iOS + Unity3d

Hack

[GKNotificationBanner

showBannerWithTitle:@"Achievement"

message:@"Completed!"

completionHandler:^{}];