Skip to content

Conversation

mildsunrise
Copy link

(See #74) Currently, something like

unityextract --all extracted/data.unity3d

will fail with KeyError: "No such asset: 'sharedassets0.resource'", while

cd extracted
unityextract --all data.unity3d

will work. This patch sets base_path to the same directory where the loaded Unity3D file is (by default), and mentions that Unity3D files can reference external files (for people who didn't know, like me).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant