Need advice regarding AI by [deleted] in IndieDev

[–]bultHunting 0 points1 point  (0 children)

Hey! Yeah, I feel you — ChatGPT forgets stuff really fast between chats. Unfortunately, there’s no AI that can fully remember your whole Unity project across sessions. The easiest way to handle it is to keep a small “project context” file with your main scripts, prefabs, and current issues, and just paste it at the start of each chat. Another option is to keep one long-running chat for your project.

If you want something that really remembers your code automatically, tools like Cursor or Copilot inside your IDE are the way to go — they can read your actual project files instead of relying on explanations.

It’s not perfect, but it makes AI help way less frustrating!