Softly in Orbit explores how small interactive systems can support narrative intimacy in a short-form game. The project set out to solve a creative problem common in visual novels: how to make dialogue and exploration feel active rather than passive. Built in Unity, the game combines point and click navigation with collectible “chatty keys” that unlock story progress through conversation.
The project also served as a practical exercise in clean coding and modular system design. All scripts were written from scratch, focusing on clear structure, readable logic, and reusable components. Key systems included interaction triggers, dialogue progression, inventory tracking, and simple state management for unlocking doors.
The central hypothesis was that small narrative mechanics can meaningfully reinforce themes of connection and discovery. Through development and testing, the project demonstrated how lightweight systems can create a sense of curiosity and emotional pacing. The result is a compact narrative prototype that establishes a foundation for more complex interactive storytelling systems in future work.