3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Unity製アプリでiOSシミュレータを起動するためのお話

Last updated at Posted at 2019-09-17

前置き

  • 環境
    • Unity2018.3.14f1
    • Xcode10.3
  • Unityで作成したアプリでシミュレータを使ってスクショが欲しくなった(申請のため)
  • デフォルトに近い設定だとシミュレータが表示されてなかった
  • こんな状態
    image.png

対応

  • UnityのBuildSettingのOther Settingsをいじる
    • AutoGraphicsAPIを外す
      image.png
    • TargetSDKを Simulator SDK にする
      image.png

結果

増えた。スクショも撮れる。よかった。
image.png

参考

3
5
0

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
3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?