LoginSignup
1
0

More than 5 years have passed since last update.

UnityでGooglePlayGameServicesのプラグインを使うとき、iOSを除外する

Last updated at Posted at 2014-12-09

ここに書いてあるとおりなんだけど、
プロジェクト内のGooglePlayGamesサブディレクトリ配下の、

#if(UNITY_ANDROID || UNITY_IPHONE)

#if UNITY_ANDROID

に変更して、

#if UNITY_IPHONE

内部をコメントアウト
にして、XcodeのLibrary内のGooglePlayGameServices関連のファイル全部けせばだいじょうぶ。

はまった…。

1
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0