3
1

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 1 year has passed since last update.

Pretiaやーる

Last updated at Posted at 2022-02-06

はじめに

Pretiaやーる

開発環境

  • Unity 2020.3.12f1
  • Pretia SDK 0.5.0
  • Oppo Reno3 A

実装

1.クイックスタートガイド

2.開発者コンソール

3.開発者コンソールから3Dスキャナーアプリをダウンロード
mapping-app(0.3.0).apk

4.スキャンアプリを使用してスキャンし保存、Relocalizationテストする

5.Unity 2020.3.12f1を開く

6.Pretia SDKをインストール
Packages/manifest.jsonに追記

manifest.json
{
  "scopedRegistries": [
    {
      "name": "Pretia Technologies",
      "url": "https://registry.npmjs.com",
      "scopes": [ "com.pretia" ]
    }
  ],
  "dependencies": {
    "com.pretia.sdk": "0.5.0",
    ...
  }
}

7.Pretia -> Sdk SetupからApp Key、メアドとパスワードを入れてログイン

8.サンプルプロジェクトのインポート
image.png

9.MapBasedRelocSampleシーンを開く
image.png

10.開発者コンソールで使用中のアプリに設定、Map Keyをコピーしておく
image.png

11.DirectMapSelection -> Map Keyにペースト
image.png

12.スキャンしたマップをインポート、ArContents以下にオブジェクトを配置

image.png

image.png

image.png

13.CubeとPointCloudのサイズを小さくする
image.png

image.png

image.png

14.ビルド設定(Android)

BuildSettingsからAndroidにSwitch Platform

image.png

Player Settings
image.png

image.png

image.png

15.できたapkをインストールして実行

お疲れ様でした

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?