4
3

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 3 years have passed since last update.

ARFoundationサンプルプログラム作成手順

Last updated at Posted at 2020-05-26
  • Package ManagerでAR Foundationパッケージを導入

  • Unity projectを新規作成

  • Build Settings

    • PlatformをiOSに設定
  • Project Settings > Player Settings > iOS > Other Settings

    • Bundle Idenitierを設定
    • Camera Usage Descriptionを "Camera required for AR" に
    • Target minimum iOS Version を "11.0"に
    • Architecture を ARM64に
  • Project Settings > XR Plug-in Management

    • iOSタブの "Plug-in Providers" で "ARKit"にチェック
  • Build実行

    • "iOS"などの名前のフォルダを作って出力
  • 出力されたUnity-iPhone.xcodeprojをXcodeで開く

  • iOSのブラウザの「このiPad内」に、保存ファイルを見られるようにするために、info.plistについて以下の設定を行う
    image.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?