Malevolent Planet Unity2d Day1 To Day3 Public Link -
Developed by a small team using , the game leverages efficient lighting and physics-based particle systems to create dread without requiring high-end hardware. The "Day 1 to Day 3" build refers to the introductory chapter—the first 72 hours of survival. This is often the only free or publicly accessible demo before the full release.
Developing a survival game requires a delicate balance between atmosphere and mechanics. In Malevolent Planet, the player is stranded on a hostile alien world where the environment itself is the primary antagonist. Day 1: Project Setup and Movement Mechanics malevolent planet unity2d day1 to day3 public link
using UnityEngine; public class AlienPatrolAI : MonoBehaviour [Header("Patrol Parameters")] [SerializeField] private float speed = 3f; [SerializeField] private float rayDistance = 1f; [SerializeField] private Transform WallCheck; [SerializeField] private LayerMask obstaclesLayer; private bool movingRight = true; void Update() wallInfo.collider == true) if (movingRight) transform.eulerAngles = new Vector3(0, -180, 0); movingRight = false; else transform.eulerAngles = new Vector3(0, 0, 0); movingRight = true; Use code with caution. Heads-Up Display (HUD) Integration Developed by a small team using , the