🌌 Day 1: Project Setup, Architecture, and Player Movement
Set the game view aspect ratio to to standardize your camera view.
Creating a game where the world itself is your primary antagonist requires a strong foundational architecture. In this three-day development blueprint, we will build a Unity 2D prototype featuring a hostile, shifting alien world that actively tries to destroy the player.
Attached to the player asset, casting a narrow cone of white-green light into the darkness. malevolent planet unity2d day1 to day3 public link
Basic hostile planet with spawning hazards. Public build: [Day1 build link placeholder].
🔗 (example format – replace with actual link) https://yourusername.itch.io/malevolent-planet-days1-3
spawnInterval = Mathf.Max(1f, baseSpawnInterval - (angerLevel / 100f) * 4f); damageMultiplier = 1f + (angerLevel / 100f); 🌌 Day 1: Project Setup, Architecture, and Player
For those who prefer to play offline, the is also available for download directly from this itch.io page. Older builds and additional information can be found on the developer's Patreon page (e.g., SugarMint's posts), though the most recent public version is always on itch.io.
For bug reports, suggestions, and general discussion, join the public Discord:
Day 3 also marks the point where your character’s options really expand. After the events of the linear introduction, you are free to roam multiple locations, accept side quests, and build relationships with crew members. The game’s “Skip System” lets you jump directly to this open‑ended portion if you’ve already completed the linear story. Attached to the player asset, casting a narrow
Day 2 introduces the hostile atmosphere of the malevolent planet by implementing a health system, environmental damage, and resource collection. 1. The Health and Life Support System
Open Unity Hub and create a new project using the template. This ensures access to 2D lights and post-processing.
Acid traps and toxic gas zones use trigger colliders to continuously sap the player's life force.
On Day 3, our developer focused on polishing the gameplay and adding new features. They started by tweaking the player controller and enemy AI to make the game feel more responsive and challenging. They also added a few new features, such as a scoring system and a lives counter.