4
2

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.

【Unity】WebGLで使えるAR用SDK

Last updated at Posted at 2022-10-08

はじめに

UnityWebGLで利用できるSDKを調査してみました。
Unity自体がWebGLのモバイルサポートをしていないので該当するSDKはかなり少ないです。

UnityWebGLに対応したSDK

Zappar for Unity(ZapWorks)

blippar WEBAR SDK

Needle Engine

  • 特徴

    • WebXR用の多機能プラグイン
    • VRHMDへの対応
    • マルチプレイ機能(ボイチャ付き)
  • AR機能

    • 画像追跡は未対応とのこと(Mind)
  • 料金体系

    • 個人利用はβ版のため無料
    • 商用利用は要問合せとのこと
  • EAsyARSence for Unity

MindAR

※2023/08/01追記

UnityAssetStoreでJS用ライブラリ MindAR のラッパーのアセットが販売されているようです。

非Unity向けSDK

jslib等で連携する必要ありのため実装難易度が高い

ARWT

  • 現在開発が止まっている?
  • 特徴
    • AR.jsのラッパー
      • ARマーカー作成、マーカー追跡
      • 画像追跡(機能していない?)
  • 料金体系
    • 無料

ARjs_Unity

  • 現在開発が止まっている?
  • 特徴
    • AR.jsエクスポーター
      • ARマーカー追跡用コードを出力
      • スクリプトの追加は不可
      • ページジャンプ機能あり
  • 料金体系
    • 無料

参考にした資料

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?