techmania-docs

Documentations of TECHMANIA projects, hosted in a repo so they can be localized.


Project maintained by techmania-team Hosted on GitHub Pages — Theme by mattgraham

Applies to version: 2.3

This page explains the files and folders important to the game, and how the game handles zip archives.

TL;DR

Folders

The following 6 folders are of significance:

Streaming assets on mobile

Players on PC can ignore this section.

To simplify the installation process of mobile builds, we include the official tracks, setlists and skins in a StreamingAssets folder, which is a special folder inside the project. These are automatically copied to an OS-specific location during installation.

The game contains special logic to combine the regular Tracks folder and tracks in the streaming assets, so the select track screen shows content from both. The same goes for setlists, skins and themes.

Refer to Unity documentation on Streaming Assets.

Zip archives

When the select track or select setlist screen scans a folder, it will look for and extract all zip archives it encounters. Please note the following: