OBJ material images not saved when exporting as app

Steps causing the bug to occur

  1. Create a composition that loads an OBJ file with a MTL file that references image textures.
  2. Export to an app
  3. The textures are not copied into the resources, only the OBJ and MTL it references.

Have you found a workaround?

Yes, one can copy the image textures into the built application resources directory.

Other notes

  • Vuo version: 2.1.2
  • macOS version: macOS 10.14
  • How severely does this bug affect you? It’s annoying but I can work around it.

The OBJ file is obviously being parsed to find the MTL.
The same needs to occur for the MTL file.

We’ve confirmed this, and accepted the bug report. Thank you.