Eddie A.I. – C# Checker
Eddie is your AI-driven C# code-review companion for Unity. Identify potential issues and enhance your code with Eddie's help! Written to support both Chat GPT-3.5 Turbo and Chat GPT-4.
by Sean Nowotny
Price History +
Eddie utilizes OpenAI's API to automatically review your C# files, offering insightful feedback to improve your code.
- Receive feedback in the console window with quick code navigation
- Detects mistakes in your code with helpful suggestions
- Highly capable when GPT-4 is enabled!
- Has a great sense of humor
IMPORTANT:
- Requires OpenAI API Key
- Requires an internet connection (connects to the OpenAI API)
Caveats:
- Looks at each C# file in isolation (can't see the bigger picture)
- Can take a couple of seconds to respond
- Requests are automatically cancelled when entering the Editor Play Mode (unless "Enter Play Mode Options" is enabled)
Caveats when GPT-4 is not enabled:
- Omits Unity-specific issues due to limited understanding
- Can struggle with large files
- May produce false positives (easily resolved with file blacklisting)