If you want, I can:
Inside, you should see an index.html file alongside a few folders ( Build , TemplateData ).
Around the time of the Day 3.2 release, the developer to improve performance and stability, especially on Android devices. If you’re playing Day 2 content on a mobile device, you’ll notice smoother performance than earlier Unity builds. malevolent planet unity2d day1 to day3 public link
While the game has progressed significantly, the developers have openly tracked known issues to improve the experience. Recent fixes have addressed:
From a game design perspective, the Malevolent Planet public demo (days 1–3) achieves malevolence through . Key techniques observed in the Unity 2D build: If you want, I can: Inside, you should see an index
yield return new WaitForSeconds(Random.Range(spawnIntervalMin, spawnIntervalMax)); Vector2 spawnPos = GetRandomGroundPosition(); Instantiate(hazards[Random.Range(0, hazards.Length)], spawnPos, Quaternion.identity);
Headline: Malevolent Planet 2D – Seeking Feedback on our first 3 Days! We’ve just completed the first three days of the Malevolent Planet 2D While the game has progressed significantly, the developers
Day 1 focused on environment scaling, physics configuration, and responsive player controls. 1. Unity Project Configuration
Malevolent Planet is a hand-crafted 2D survival-horror experience built in Unity . You are stranded on a living, hostile world where the environment itself turns against you. Over the first three in-game days, the planet’s malevolence gradually reveals itself—testing your resourcefulness, sanity, and will to survive.
The third day in the public link introduces the first direct threat: . Previously safe platforms (dirt, stone, ice) randomly transform into carnivorous tiles that deal damage upon touch. Unity 2D’s Composite Collider 2D allows each tile to swap hitbox properties mid-jump, forcing pixel-perfect movement. Players must now test every step with a tool (new craftable "Probe Rod") that reveals tile intent for 3 seconds.