NitroStudio2
NitroStudio2 copied to clipboard
Turn dependencies into Git submodules
This makes it so that GotaSoundIO, GotaSoundBank and GotaSequenceLib can be cloned automatically when cloning this repository, and the project can be built without having to setup anything manually.
Also merge these PRs: https://github.com/Gota7/GotaSoundIO/pull/5 https://github.com/Gota7/GotaSequenceLib/pull/7
Tried to clone your updated submodules keeps failing with fatal: Could not read from remote repository
That's probably because the submodules are linked by their SSH addresses (rather than HTTPS URLs) in .gitmodules, so you need an SSH key to clone them.