For viewing Blue Archive Spines.
Have a look at this branch for resourceless.
setup.py build
setup.py install
or
setup.py install --user
py/get_models.py
option = {
# Skip resources that already downloaded.
"skipExistingDownloadedResource": True,
# Skip assets that already exists / extracted.
"skipExistingAssets": True,
# Force download even no version update.
"forceVersion": False,
# Download limit, mainly debug purpose since doesn't need to download all of them. Set to 0 to download all.
"downloadLimit": 0,
# Directory configuration
"path": {
# Download directory
"download": "./assets/download/"
}
}
Assets (Spine and Audio) located at ./assets
py/generate_audio.py
This will download VOC_JP audio instead of playing it directly (cors issue ?)
To play audio directly from BA's server, change py/generate_audio.py
_type = 1
to
_type = 0
py/generate_models.py
Just launch index.html
Big Kudos for awesome UnityPack