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

【ARFoundation】画像名は日本語OK、フォルダ名はエラー(ReferenceImageLibraryの生成エラーについて)

Last updated at Posted at 2020-03-12

内容はほぼ見出しの通りです。

対象

Failed to generated ARCore reference image library ~~
BuildFailedException: Failed to generate image database. Output from arcoreimg:

のエラーが出て、
ある程度調べて
「png→jpgにしろ!」
「300*300以上の解像度のマーカーを設定しろ!」
といわれて、指示道理にしたがUnityが治らない方

結論

ARFoundationのReferenceImageLibraryに入れる画像のフォルダ名に日本語が入っているとビルドが通らないです。(iosでは試していない)
しかし、画像名が日本語でも構わない。これが盲点になって気が付くの遅れます。。

エンコード系のバグはエラーがそれっぽい名前にならないのが怖いですね。

以上です。

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?