The transition from a text-based adventure to a 2D engine in Unity has been a major pivot. The goal is to move away from heavy environmental descriptions and focus more on visual storytelling, character dialogue, and the game’s unique NSFW encounters Day 1: Foundation & The Ship The Engine Pivot
Players decide whether to maintain Emma’s "purity" or succumb to planetary temptations, with choices impacting character relationships and scene unlocks. malevolent planet unity2d day1 to day3 public fixed
Unity’s physics system runs at a fixed timestep (default 0.02 seconds). FixedUpdate is called exactly once per physics tick, regardless of frame rate. For a malevolent planet affecting Rigidbody2D gravity, this is mandatory. The transition from a text-based adventure to a
SpawnHazard(); spawnTimer = 0f;
Vector2.Distance check, the plant detects the player and fires acid projectiles.