Malevolent Planet Unity2d Day1 To Day3 Public Fixed

  • After fixing, build a new public version (File → Build Settings → Build).
  • Because Malevolent Planet relies heavily on Tilemap.renderer and SpriteShape, the public build suffered from memory spikes. Here is how to keep Days 1 through 3 running at 60 FPS.

    Objectives

    Tasks

  • Bug triage
  • Final optimizations
  • Accessibility & settings
  • Packaging & metadata
  • Release checklist
  • Post-release monitoring plan
  • Deliverables by EOD Day 3


    The game switches between

    This write-up covers the initial progress of Malevolent Planet 2D, an adult sci-fi adventure developed by SugarMint. The game follows Emma, an aspiring astronaut, whose survival on a hostile alien world is shaped by player choices and interactions with human and alien characters. Development Log: Days 1–3 Recap

    The first three days of this project focused on transitioning from conceptual planning to a functional Unity2D framework, addressing core mechanics and critical engine stability. Day 1: Engine Foundation & Core Systems malevolent planet unity2d day1 to day3 public fixed

    Unity Setup: The project was established in the Unity Engine, initially using the 2020 LTS version.

    Character Intro: Development began on Emma’s story, focusing on her training and arrival in space.

    Gallery & Dialogue: A foundational Gallery System was implemented to house future illustrations and animations. Early dialogue scripts were drafted to establish the narrative tone. Day 2: Environment Design & Navigation

    Map Creation: Work began on the Human Camp and initial forest maps.

    Movement Implementation: A grid-based movement system was integrated. Early testing identified horizontal and vertical speed inconsistencies and collision issues with garden vegetation, which became a priority for future refinement.

    Mission Planning: The framework for the first exploration mission—leading from a forest into a cave system—was conceptualized. Day 3: Technical Fixes & Content Expansion After fixing, build a new public version (File

    The "Unity Update" Fix: To resolve a persistent crash/infinite loop occurring in native code, the project was migrated from Unity 2020 LTS to 2022 LTS. This update successfully stabilized the build.

    Sprite & Layering: Initial animations for the Human Camp were rendered. Early issues with sprite layering and resolution were addressed to ensure assets displayed correctly within the 2D environment.

    Public Build Prep: The groundwork was laid for a "Fixed Public Build," ensuring basic save/load functionality (though limited in early demos) and UI menus were accessible. Core Gameplay Features

    Choice-Driven Narrative: Players decide whether to maintain Emma’s "purity" or succumb to planetary temptations, with choices impacting character relationships and scene unlocks.

    Diverse Cast: Includes human crew members like Anna, Sarah, and Bill, alongside unique alien designs.

    Interactive Scenes: A mix of static illustrations and 2D animations, ranging from camp life to alien encounters. Malevolent Planet 2D - The Realization | Patreon Because Malevolent Planet relies heavily on Tilemap


    In the realm of indie survival games, few concepts are as terrifying—or as mechanically challenging—as a genuinely malevolent planet. Unlike static hazards or scripted enemy waves, a malevolent planet in Unity 2D reacts to the player, evolves its threats, and forces you into a desperate race against geological hostility.

    After three months of grueling development, the team behind Malevolent Planet has finally rolled out the public fixed build covering the critical Day 1 to Day 3 onboarding experience. This update addresses game-breaking bugs, economy imbalances, and AI hostility spikes that plagued the initial early access release.

    This article dissects the technical fixes, gameplay loops, and survival strategies for the first 72 hours in the game’s public fixed version.

    Players reported that Day 2 originally triggered “toxic fog” alongside “earthquake fissures” simultaneously, creating an unwinnable state. The fixed version introduces a cooldown between global events.

    Updated Day 2 Event Schedule: | Time (In-game) | Event | Counterplay | |----------------|---------------------------|----------------------------------| | 00:00 Dawn | Sentience check (must be <25) | Relocate base if >25 | | 03:00 | Acid rain (30 sec duration) | Craft leaf armor (new recipe) | | 06:00 | Carnivorous vine sprout | Fire arrows (torch + stick + feather) | | 12:00 | Ground shaking (slows move) | Stand still to avoid stamina drain | | 18:00 | Second warning tremor | Prepare fleeing route |