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

Blenderから出力したFBXをPlayCanvasにインポートした際に画像データがエラーになる問題

Posted at

Blenderで書き出したFBXがPlayCanvasへインポートした際に、エラーを起こす原因についてblender_fbx2.png
上記画像は、赤ピンクのラインが出ている画像データがエラーになっている状態。fbxに付けた名前.pngの0バイトファイルが自動生成される。

原因

フォルダ階層の問題。
blender上でマテリアルにアサインするtextureデータが、blenderファイルがある"同じ階層"に無いと起こる現象のようです。blender_fbx3_1.png

上記の様にtextureが別フォルダにある状態で、blender上のマテリアルに画像をアサインすると発生します。blender_fbx3.png

解決方法

textureフォルダから使用する.png等をblenderファイルがある同じ階層に置いておき、ファイル指定する。blender_fbx4.png
blender_fbx5.png
これで、画像データのエラーは回避できます。

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