I tried compiling the game for Linux (since there isn't a build) forgetting to do a release build and the game would crash upon entering the tutorial due to this assert:
github.com/TehRealSalt/RingRacersAP@aa10334a56/src/r_skins.c (L235)
Having only seen the file responsible I initially thought it was because I didn't have the skins used in the tutorial unlocked (Tails/Eggman) but clearly that wasn't it.
I tried compiling the game for Linux (since there isn't a build) forgetting to do a release build and the game would crash upon entering the tutorial due to this assert:
https://github.com/TehRealSalt/RingRacersAP/blob/aa10334a56b3fc6e1ef5c4a6d7f9d403c1edf9ff/src/r_skins.c#L235
Having only seen the file responsible I initially thought it was because I didn't have the skins used in the tutorial unlocked (Tails/Eggman) but clearly that wasn't it.