SonarCloud setup to analyse Unity project in CI

Hi @mattwills8 and welcome to the community !

C# projects needs to be analyzed with the SonarScanner for MSBuild (it uses a specific target mechanism which hooks up to the build), otherwise you won’t get any results.

HTH,
Mickaël