L.log(Level.INFO, "{0}{1}{2}", new Object[]{file.toString(), file.getFileSystem().getSeparator(), pathString});
// load asset
ByteBuffer bb = entry.getValue();
AssetFile asset = new AssetFile();
asset.load(bb);
asset.setSourceBundle(ab);
// process asset
setOutputDir(PathUtils.removeExtension(path));
processAsset(asset);