🛠️ Auto-Fix Engine
One of Brody’s most unique strengths is the ability to fix errors inside your editor without you lifting a finger.
How it Works
When a compilation or runtime error occurs in the Unity Console, Brody provides a “Fix with Brody” button next to the error.
- Selection: Brody reads the exact line and file mentioned in the stack trace.
- Analysis: He looks at the surrounding code to understand why the error happened.
- Patching: Brody generates a
diffand asks for your permission to apply it.
📸 Media Guide
The seamless integration between the Unity Console and Brody AI.
[!TIP] Pro Tip: If the fix isn’t perfect, you can hit “Retry” and give Brody more info (e.g., “The variable should be private instead”).