Be careful if you're using Unity's latest version (2019.3.10f1)

A mate and I are currently having issues with this version (On two different projects), we cannot build our game at all. Tried a lot of fixes, apparently the issues comes from IL2CPP. This is too bad, we were making some great progress : https://i.imgur.com/bIooNjY.gifv

Reinstalling the project (Or getting the corresponding package on the Unity Website) did not change a thing, so you might want to try to build right now, just in case !

Really hope it's just a coincidence and a problem on our end. In any case, please let us know if you're using this version !

EDIT : Found a fix ! I set the Scripting Backend to Mono instead of IL2CPP (Project Settings/Player/Configuration) I don’t know why, but it appears that this version set it to IL2CPP by default (I’ve just checked, others projects I made on past versions are set to Mono by default)