Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Error: Textures declared in source assets were not found on disk #4

Closed
0v3rt1r3d opened this issue Jul 27, 2018 · 3 comments
Closed

Comments

@0v3rt1r3d
Copy link

Hello! I try convert a model from .fbx format to .sfb. The model contains links to textures, and when I try to convert it I got:

Command to converter:
./converter -a -d --mat ../default_materials/fbx_material.sfm ~/correct_path_to_fbx/sun.fbx

Output from converter:

WARNING: 2 textures declared in source assets were not found on disk:
> - Tex\Sun01_A.png
> - Tex\Sun02_A.png

The directory ~/correct_path_to_fbx contains Tex\Sun01_A.png and Tex\Sun02_A.png

Actually, I got sfb-file, but it doesn't include textures.

What am I doing wrong?

@0v3rt1r3d
Copy link
Author

Also, I try to use gradle-plugin com.google.ar.sceneform.plugin for converting, but I have the same problem running gradle-task

@gdamoreira
Copy link
Owner

This issue must be redirected to sceneform repo (https://github.com/google-ar/sceneform-android-sdk). This is a bug from sceneform converter.

As an alternative try converting using a FBX with embedded textures, here where I work we export all our FBX files with embedded textures and the conversion works nice.

@0v3rt1r3d
Copy link
Author

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants