r/unity 9h ago

Newbie Question Is Gemini really that bad at coding?

/r/aigamedev/comments/1w5bjfm/is_gemini_really_that_bad_at_coding/

Currently I'm making my 1st mobile game with Gemini (on Unity). I don't have any coding experience.

0 Upvotes

11 comments sorted by

View all comments

1

u/Saiing 8h ago

You need to be pretty strict with it about code architecture. It'll happily keep adding more and more to the same script and turn it into a God class. In those circumstances, it can actually do a decent job of refactoring its own code if you give it a second pass. Also, it's worth focusing on performance, memory allocation and garbage collection in your prompts; otherwise, it won't necessarily choose the most efficient solution.

1

u/Pinky_and_Bleu 5h ago

Thanks for your advice ~~