-
Notifications
You must be signed in to change notification settings - Fork 0
Zip File
James Lott edited this page Mar 10, 2018
·
5 revisions
Input (Zip file contents)
meta/
meta/a.json
meta/sub/
meta/sub/a.json
data/
data/a
data/sub/
data/sub/a
data/sub/b
data/b
Output (Project directory)
project-dir/
├── a
├── b
└── sub
├── a
└── b
This asset pack format is implemented in mkproject.loader.zipfile.ZipfileLoader and functions identically to the directory asset pack, except that the data/ and meta/ directories are contained within a Zip file rather than a containing directory.