Malevolent Planet Unity2d Day1 To Day3 Public Link Jun 2026
Should we expand the behavior to include flying or stalking patterns? Let me know how you would like to proceed with the project! Share public link
Building a malevolent planet in 2D is surprisingly achievable in 72 hours with Unity’s component system. The key is treating the environment as an active participant, not a static level. Try it yourself — and make your planet truly hateful. malevolent planet unity2d day1 to day3 public link
The objective of Day 1 was to establish a rock-solid foundation. Developing a 2D game on a hostile planet requires predictable physics and a fast layout tool for level design. Technical Configuration Should we expand the behavior to include flying
GitHub Repository / Malevolent-Planet-Unity2D-Prototype (Placeholder URL for project files) The key is treating the environment as an
Used ScriptableObjects to store player stats (Health, Oxygen, Battery). This makes it easy to balance the game later without digging through code.
Should we expand the behavior to include flying or stalking patterns? Let me know how you would like to proceed with the project! Share public link
Building a malevolent planet in 2D is surprisingly achievable in 72 hours with Unity’s component system. The key is treating the environment as an active participant, not a static level. Try it yourself — and make your planet truly hateful.
The objective of Day 1 was to establish a rock-solid foundation. Developing a 2D game on a hostile planet requires predictable physics and a fast layout tool for level design. Technical Configuration
GitHub Repository / Malevolent-Planet-Unity2D-Prototype (Placeholder URL for project files)
Used ScriptableObjects to store player stats (Health, Oxygen, Battery). This makes it easy to balance the game later without digging through code.