Malevolent Planet Unity2d Day1 To Day3 Public Link Review
On Day 2, the team encountered their first major obstacle. While working on the planet's terrain, Rachel's computer crashed, and she lost all her work. The team was shocked to see that the autosaved files had been corrupted, displaying eerie, distorted images of a planet in chaos.
| Issue | Solution | | :--- | :--- | | | Disable Steam Overlay if running via Steam. The Unity2D renderer conflicts with overlay hooks. | | "Missing Day 2 terrain" | Delete the AppData/LocalLow/MalevolentPlanet folder. Corrupted tilemap data persists between runs. | | Audio stuttering | Go to Audio Settings > Change from "Spatial Blend (3D)" to "Stereo 2D." The public build has a bug with Unity’s HRTF. | | Public link says "Access Denied" | The link has likely expired. Return to the Discord or Itch.io page for the current version. | malevolent planet unity2d day1 to day3 public link
You can find the latest public builds and development logs on the following platforms: On Day 2, the team encountered their first major obstacle
Vector2 movementVector = new Vector2(movement, 0); GetComponent<Rigidbody2D>().velocity = movementVector * speed; | Issue | Solution | | :--- |