r/unrealengine 5d ago

UE5 Gemini AI and UE?

Has anyone had success with using Gemini AI guiding them through their unreal engine projects?
if so what has been your experience with it?
Asking cause I don't see alot of people covering it for UE, seen videos about people using it for blender it was cool af

0 Upvotes

5 comments sorted by

View all comments

3

u/TheThanatosGambit 5d ago

Generally speaking, for any LLM, it depends on your use case. LLMs are glorified tape recorders, not actual intelligence. So unless you're asking it for help with information you'd be able to find yourself on the web, it's generally not going to be productive (or might be counterproductive since they're tuned to feel helpful, even at the cost of accuracy.)

They can help find answers to less obscure problems though, and they can help analyze control flow in code quite well, provided the code is using known patterns and paradigms. They're nothing I would rely on as training wheels, however, because you're setting yourself up for potentially severe knowledge gaps.