#Best ai tool for unity

1 messages · Page 1 of 1 (latest)

remote crescent
#

I use AI a lot when writing code in my daily life, but I don't know which is the best AI tool that gives good results for Unity. I used Claude Pro via the browser for a certain period and generally got good results, but is there a better, more practical tool that you use in your daily life?

steep kettle
#

I don't think any AI tool is specifically better for unity

#

I do not recommend using AI to write code

gloomy swiftBOT
#

If you've used ChatGPT to generate code, it's important to acknowledge the code may not work as intended, or at all. AIs such as these work similarly to predictive text on your phone, but on a much more advanced level - it is simply predicting a response you'd like to hear. They don't understand the nuances of your project, nor your specific requirements.

ChatGPT is a useful tool to help you decide on an overall structure, but blindly copying and pasting code it generates is almost guaranteed to fail. Try solving the problems on your own first, and Google for help before relying on AI.

magic ice
#

running codex in the terminal is a fantastic resource that is great at pinpointing bugs if they're C# related for unity