Recognizing Augmentation Versus Replacement Scenarios
Question 1 of 4
You're building a procedural dungeon crawler and need a complex inventory system. Which approach best reflects the AI-augmented workflow described in the lesson?
Manually write the entire inventory system from the ground up.
Ask the AI to generate the complete, fully integrated inventory system.
Describe the basic data structures to the AI, then integrate the generated code.
Find a pre-made inventory asset on the Unity Asset Store.