Zip File - lottspot/mkproject GitHub Wiki

[[TOC]]

Synopsis

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

Description

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 archive rather than a containing directory.

⚠️ **GitHub.com Fallback** ⚠️