youarebritish / FoxKit

General-purpose Fox Engine data editor.
MIT License
47 stars 5 forks source link

Importing a .fpk file copies its contents to the proper directories #65

Closed youarebritish closed 6 years ago

youarebritish commented 6 years ago

If the user imports a .fpk file, its contents should be imported into the project in the proper directory (i.e., with "Assets" at the root). In addition, it should create a "Archive Definition" asset which for now will be a placeholder, but which will eventually be used as the mechanism through which archives are exported.

The matching .fpkd file, if there is one, should also have its contents imported.

youarebritish commented 6 years ago

It does not currently appear to be possible to get the source path of an asset when importing it, so automatic importing of the .fpkd doesn't appear to be possible at the moment.