Download pdf - Game Center iOS + Unity3d

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