0
0

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.

Unity×ARcoreで空間上に絵を書く

Last updated at Posted at 2020-08-26

はじめに

「Jsut a line」的な何かを作ったので、アウトプットをなぐり書きをする。
 ARCoreが想像以上に凄かった。

参考にしたサイト様

  • 今回実装したのはこちらを参考にしました.
  • こちらは英語ですが似たことをしています

開発環境

  • MacBookPro OS Catalina
  • ※ Unity 2018
  • ARCore SDK for Unity v1.18.0

※ 2019ではDIINotFoundのエラーが出ました。現在も動作しないかもしれません。

実装

上記の参考にした記事がとても親切なので詰まったところだけを補足。

  • ARcoreSessionについてSession configの他にCamera Config Filterが必要
    • 右クリック->Create->GoogleARcore->Camera Config Filter で生成可能
  • ビルド時にOpenGLES3のみでしかビルドできないとエラーが出る
    • File->BuildSettings...->PlayerSetting->OtherSetting の中でAuto Graphic APIのチェックを外してOpenGLES2を選択してマイナスを押すと解決

終わりに

記事がとにかく丁寧で迷わずに実装できました。著者の方にこの場をお借りして御礼申し上げます。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?