UABE
UABE copied to clipboard
Can't find extracted 2D File (PNG)
I extracted a 2D file in Phasmo ,But I just can't find it.
It tells me " Error exporting an asset (File ID 3, Path ID 586): Unable to locate the streamed data file. Make sure to open it inside the application. Name: sharedassets2.assets.resS " in task progress bar.
Any ideas on how to fix?
Hi there,
you need to open the corresponding .resS file as well.
If you look at the data view, you can find an entry like StreamingInfo m_StreamData wich contains the exact location in the resource file.
Hope that helps.
I'm having a similar problem, but that answer doesn't help. .resS isn't one of the file types that can be opened by Asset bundle Extractor, and there are no .resS files in the APK.
I looked around in the data.unity3d file, and I see that some of the branches on the tree have that extension - but those aren't files, those are just part of the tree, and none of the .resS branches can be unfolded to reveal more content. (See image)

So I guess: Instructions unclear, not sure you mean the same thing by "file" and "open" as I do?

收到
More information on my workflow:
- Open data.unity3D
- expand tree, click on a *.assets (Assets) branch.
- On the right panel in "tab 1", sort by Type, look for Texture 2D, look for texture of interest. (by the way, this could do with a search box or filter - when I sort by type, it doesn't do a secondary sort by name, and so everything is disorganized).
- Select texture in Tab 1
- Click on Plugins, click on Export to .PNG, select location
- recieve failure message in Task Progress "Error exporting an asset (File ID 136, Path ID 880): Unable to locate the streamed data file. Make sure to open it inside the application. Name: sharedassets2.assets.resS"
- Obviously error text is different for each Texture2D
By the way, the total lack of feedback that the process failed is confusing. I only found out there was a Task Progress window by delving through the bug reports.