Skip to main content
Post Closed as "Not suitable for this site" by CommunityBot, Tom 'Blue' Piddock, Vaillancourt, DMGregory, Draco18s no longer trusts SE
added link and question
Source Link
Shashimee
  • 1.3k
  • 3
  • 11
  • 26

I want to analyse my Unity code, as to say all of my scripts, to check if there are obvious bugs or code smells. Is there any good tool for this ? SonarQube does not support Unity as far as I know. I have heard of Gendarme but I don't know what it is worth, it is stated in this post that it can be used with Unity but there was no update on the GitHub repo for the last 4 years .

Then, is there any known code analizer that use the Unity basecode and can be used in a good development workflow ?

I want to analyse my Unity code, as to say all of my scripts, to check if there are obvious bugs or code smells. Is there any good tool for this ? SonarQube does not support Unity as far as I know. I have heard of Gendarme but I don't know what it is worth.

I want to analyse my Unity code, as to say all of my scripts, to check if there are obvious bugs or code smells. SonarQube does not support Unity as far as I know. I have heard of Gendarme but I don't know what it is worth, it is stated in this post that it can be used with Unity but there was no update on the GitHub repo for the last 4 years .

Then, is there any known code analizer that use the Unity basecode and can be used in a good development workflow ?

Source Link
Shashimee
  • 1.3k
  • 3
  • 11
  • 26

Is there any code analyser for Unity?

I want to analyse my Unity code, as to say all of my scripts, to check if there are obvious bugs or code smells. Is there any good tool for this ? SonarQube does not support Unity as far as I know. I have heard of Gendarme but I don't know what it is worth.