├── README.md ├── bin ├── nvcompress.exe └── nvtt.dll ├── config.json ├── input ├── MapName │ ├── MusicTack and main file here │ ├── moves │ │ └── moves here │ └── pictos │ │ └── pictos here └── mapPackage here ├── main.py ├── output └── output here └── songdb.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Itaybl14/Unity2UbiArt/HEAD/README.md -------------------------------------------------------------------------------- /bin/nvcompress.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Itaybl14/Unity2UbiArt/HEAD/bin/nvcompress.exe -------------------------------------------------------------------------------- /bin/nvtt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Itaybl14/Unity2UbiArt/HEAD/bin/nvtt.dll -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Itaybl14/Unity2UbiArt/HEAD/config.json -------------------------------------------------------------------------------- /input/MapName/MusicTack and main file here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /input/MapName/moves/moves here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /input/MapName/pictos/pictos here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /input/mapPackage here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Itaybl14/Unity2UbiArt/HEAD/main.py -------------------------------------------------------------------------------- /output/output here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /songdb.json: -------------------------------------------------------------------------------- 1 | {} --------------------------------------------------------------------------------