Malevolent Planet Unity2d -day1 To Day3 Public ...
The Golden Rule: The planet is waking up.
By Day 3, the "easy" mode is over. Enemy spawns increase, and environmental hazards (like Acid Rain or Heatwaves) may trigger. This is the day you establish a permanent foothold.
Checklist:
Day 3 Goal: Powered base, active defenses, and discovery of the next story objective.
Goals
What I did
Decisions & rationale
Problems encountered
Artifacts produced
Next steps for Day 3
The "Day1 to Day3" public build is just a taste. The roadmap suggests that future updates will include "Day 4: The Tremors" and "Day 5: The Birthing," where the planet literally tries to digest the player’s base.
For now, the community is obsessed with speed-running the first three days without taking a single parasite. The current world record? 12 minutes.
Project Vision: A 2D survival-action game where the planet itself is the enemy. The environment actively hunts, corrupts, and transforms against the player. The first three days focus on establishing the core movement, a hostile environmental hazard, and a basic fail/respawn state for a public-facing prototype.
Public forum and Discord feedback converged on three requests:
Implemented within Day 3:
Retention improved: Day 3’s 2-hour+ play sessions rose by 27% from Day 2.
Malevolent Planet Unity2D is not a game that holds your hand. It is a game that slaps your hand away from the cookie jar and then sets the jar on fire. The public release of Days 1 through 3 proves that the developer understands survival horror at its core: The fear of the unknown, the panic of resource scarcity, and the dread of a planet that is actively thinking about how to kill you. Malevolent Planet Unity2D -Day1 to Day3 Public ...
If you dare to crash-land, remember: Trust no puddle. Fear the purple trees. And for the love of all that is holy, do not be standing on the dirt when you hear the digging on Day 3.
Download the Malevolent Planet Unity2D - Day1 to Day3 Public build now on itch.io or Steam (Coming Soon).
Have you survived Day 3? Share your strategies in the comments below.
Here’s a structured review draft for Malevolent Planet Unity2D - Day 1 to Day 3 Public based on typical early-access or prototype feedback. I’ve assumed it’s a survival or exploration game with hostile environment mechanics. Adjust specifics as needed.
Review: Malevolent Planet Unity2D – Days 1–3 Public Build
Rating: ⭐⭐⭐ (3/5) – Promising but rough
Concept & Atmosphere
The core idea—a sentient, hostile planet—shines through immediately. The 2D art style leans into eerie bioluminescence and jagged terrain, effectively conveying that the world itself is the enemy. Sound design (wind, distant rumbles, organic clicks) builds tension well for a Day 1 build.
Gameplay (First 3 In-Game Days)
Technical State (Public Build)
What Works Well
Needs Improvement
Verdict
Malevolent Planet is an ambitious, atmospheric survival game with a unique antagonist. The first three days show strong design instincts but need bug fixes and better onboarding. If you love punishing exploration and don’t mind early-access jank, dive in. Others should wait for the Day 4 patch.
Playtime for this build: ~2–3 hours to complete three cycles.
Recommendation: Wishlist and check back after stability pass.
The Golden Rule: Do not explore yet. Gather.
Your priority on Day 1 is not fighting monsters; it is preparing for the first night. The Unity2D environment in this build features a rapid day/night cycle where hostile entities spawn aggressively after dusk.
Checklist:
Day 1 Goal: Have a shelter and a campfire operational before the screen turns dark. The Golden Rule: The planet is waking up
| System | Implementation Choice | Why |
|--------|----------------------|-----|
| Movement | Rigidbody2D + AddForce (ForceMode2D.Force) | More physical feel than direct transform.Translate |
| Jump | Physics-based impulse, ground check via Raycast | Avoids slope bugs and ledge magnetism |
| Hazards | Object pooling (simple List<GameObject>) | Prevents garbage collection spikes |
| Input | Unity Input System (keyboard + gamepad ready) | Easy remapping and public builds |
| Build Target | WebGL (for easy sharing) + Windows 64-bit | Maximum accessibility for testers |