Hi.
I’m trying to apply ‘Google Play Game Service’ to my test project.
First, I re-write my mainActivity code( allmost copy of UnityPlayerActivity) and extends BaseGameActivity.
Like this!
public class MainActivity extends BaseGameActivity{
blah blah blah…
}
But my test project is crash with run.
I changed BaseGameActivity to Activity, It run very well.
I tried more ways, all failed.
How can I apply Game Service to my project?
Help me T_T