Malevolent Planet Unity2d -day1 To Day3 Public ... ((exclusive)) -
Overview: "Malevolent Planet Unity2D — Day 1 to Day 3 (Public)"
You are a crashed surveyor on a planet that doesn't want you there. The air is toxic, the flora is carnivorous, and the local fauna operates on a hive-mind AI. The "Day 1 to Day 3" public build is specifically designed to showcase the game’s opening loop—the grace period before the planet realizes you are alive.
Malevolent Planet 2D
is an adult-oriented sci-fi game developed by Malevolent 2D , often released in segmented "Day" updates on platforms like Patreon. Day 1: The ISA Academy Arrival Malevolent Planet Unity2D -Day1 to Day3 Public ...
We began by defining the game's core mechanics: Overview: "Malevolent Planet Unity2D — Day 1 to
- Open Unity Hub and click on "New Project"
- Choose "2D" as the game type
- Name your project "Malevolent Planet"
- Choose a project location and click "Create"
- Create a new C# script by going to "Assets" > "Create" > "C# Script"
- Name the script "EnemyAI"
- Attach the script to the enemy
- Write basic AI code using Rigidbody2D.velocity and Mathf.Random
- Create additional hazard variant (spikes or projectile emitter).
- Place hazards in Level1 to create a short challenge path.
- Implement respawn or checkpoint system: on death, restart at checkpoint or scene start.
As the community grew, the development team continued to work tirelessly, incorporating feedback, and refining the game. The early access release on Day 3 marked a significant milestone in the game's development journey, and the team was eager to see where this journey would take them. Open Unity Hub and click on "New Project"