unreal_asset: add support for NON_OUTER_PACKAGE_IMPORT#106
unreal_asset: add support for NON_OUTER_PACKAGE_IMPORT#106jariz wants to merge 1 commit intoAstroTechies:mainfrom
Conversation
localcc
left a comment
There was a problem hiding this comment.
Needs a write implementation and tests for an affected asset added.
|
Unfortunately it seems that the asset I was working with wasn't actually using this feature. which clearly looks like a import from a different asset to me. Anyway, if someone can deliver such an example asset, I'd be fine with writing the test and a write implementation to not let my effort go to waste completely, but until then, can't really finish this I guess. |
|
Import can reference another asset through the import table iirc, so the field should just be a package index that is negative (meaning it is an import). And then the import table should contain the asset path that it references. |
See #105