Prerequisites: pipeline setupQodana report setupWorking with the reportWorking with the Baseline A closer look at the results Unity tools - recommended reading
If you aren’t already familiar with JetBrains Qodana, it’s a code quality platform that extends static analysis to team reviews in CI/CD systems.
Part of its power is that it allows your team to collaborate more effectively – especially when it comes to setting code review standards and quality gates. This process can also promote stricter adherence to those standards from everyone on the team.
Our VR Unity team decided to take Qodana for a spin on an internal Unity project – Archipelago, a virtual reality app that visualizes sales in the form of mountains. Qodana brings all of Rider’s Unity inspections to CI analysis so the whole team can review code, making it one of the most exciting unity tools for VSCode and JetBrains users. A junior developer helped with the analysis to determine whether or not it was beginner friendly.
Blog Article
Unity Tools: How to improve code quality in game development with Qodana
We tried Qodana on an internal Unity project – Archipelago, a virtual reality app that visualizes sales in the form of mountains. Qodana brings all of Rider’s Unity inspections to CI analysis so the whole team can review code.