Progression Needs Clear Gates
I learned that adventure games need clear short-term goals. Keys, doors, bloodlock gates, and island objectives helped give the player a reason to move forward instead of wandering without direction.
A Unity adventure prototype centered on island progression, readable combat flow, and puzzle-driven exploration.
The game loop is built around an island framework. Each island is self contained with its own hazard, enemy, or objective. A central controller manages progression, while interaction is unified through a shared TextMeshPro prompt system. Player actions revolve around four verbs: jump, swing, spin, and interact. Sword combos are animation driven, with special moves like spinning handled in the controller. Islands follow a simple loop: reach, challenge, reward, move on. Some crumble underfoot, others host enemies or NPC quests. Rewards vary from stat boosts to progression keys. The variety keeps the pace fresh while the toolkit stays tight. Progression is linear but island design adds flavor to the path forward.
I learned that adventure games need clear short-term goals. Keys, doors, bloodlock gates, and island objectives helped give the player a reason to move forward instead of wandering without direction.
Testing showed that small ordering issues, such as when a key or chest appears, can create confusion. Reworking puzzle order made the island progression easier to follow.
The combo system, enemy encounters, and boss fight worked best when the player could clearly understand attack timing, damage feedback, and what had changed after each phase.
I would expand the enemy variety, improve combat encounter pacing, and add clearer signposting between islands so the progression remains readable as the world grows.