How to improve code quality in game development with Qodana and Unity

Game development with Qodana and Unity

View at original site


JetBrains Qodana is a code quality platform that extends static analysis to team reviews in CI/CD systems. It lets your team collaborate more effectively -- especially when it comes to setting code review standards and quality gates.

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, which was an approach we were very interested in.

You can read more in this blog post.

Related Resources

Creating Games With Unity - Scripting Logic With Rider
JetBrains Rider is the best scripting editor for Unity – let's find out why!
Debugging Unity games
Suspend execution and inspect variables. Use pausepoints to visually inspect your scene.