Malevolent | Planet Unity2d Day1 To Day3 Public Link

Set to a dim, sickly green/purple hue at low intensity (0.2) to simulate an alien twilight.

void Update()

Malevolent Planet 2D is an adult-themed, top-down RPG focusing on "lewd exploration" and survival, with early gameplay (Days 1–3) highlighting the initial alien world setup and diverse NSFW encounters. The Unity-based project features a day/night cycle, branching narrative choices for the protagonist, and is available on PC, Mac, and Android, with noted early-access issues regarding mobile scaling and specific combat scenarios. Access the latest public demo at

Universal Render Pipeline (URP). URP is critical for Malevolent Planet to utilize 2D Lights, soft shadows, and advanced post-processing effects.

using UnityEngine; using UnityEngine.InputSystem; [RequireComponent(typeof(Rigidbody2D), typeof(Collider2D))] public class PlayerController2D : MonoBehaviour [Header("Movement Settings")] [SerializeField] private float moveSpeed = 8f; [SerializeField] private float jumpForce = 12f; [Header("Ground Check")] [SerializeField] private Transform groundCheckPoint; [SerializeField] private Vector2 groundCheckSize = new Vector2(0.5f, 0.1f); [SerializeField] private LayerMask groundLayer; private Rigidbody2D rb; private Vector2 moveInput; private bool isGrounded; void Awake() rb = GetComponent (); void Update() isGrounded = Physics2D.OverlapBox(groundCheckPoint.position, groundCheckSize, 0f, groundLayer); void FixedUpdate() rb.velocity = new Vector2(moveInput.x * moveSpeed, rb.velocity.y); public void OnMove(InputAction.CallbackContext context) moveInput = context.ReadValue (); public void OnJump(InputAction.CallbackContext context) if (context.started && isGrounded) rb.velocity = new Vector2(rb.velocity.x, jumpForce); Use code with caution. malevolent planet unity2d day1 to day3 public link

The primary objective of Day 1 was establishing a clean project structure and implementing responsive, physics-based 2D controls for the astronaut protagonist. 1. Unity Project Configuration

with our Day 1–3 progress report and a brand-new playable demo! What’s in this build? HD Scenes & Art: See the world in full resolution. New Content:

In addition to coding, our developer also spent a significant amount of time creating game assets. They designed and created a few sprites, including the player character, enemies, and power-ups. They also searched for and downloaded a few free assets from the Unity Asset Store to help speed up development.

Created a custom Rule Tile for the planet's surface crust. This automatically switches sprites based on neighboring tiles, allowing for rapid level design. Set to a dim, sickly green/purple hue at low intensity (0

Day 1 — Arrival & Tutorial (45–60 minutes play)

Instead of standard physics forces which can feel slidey, a custom kinematic-influenced controller was written using Rigidbody2D . This ensures tight, responsive platforming.

This release was more than just a patch; it was a statement of intent, focusing on making the Unity 2D version before layering on more complex features.

In addition to gameplay tweaks, our developer also spent some time on level design. They created a simple level with a few obstacles and enemies, and tested the game to ensure that it was fun and challenging. Access the latest public demo at Universal Render

An automated drone enemy was developed to patrol platforms. It detects the player using horizontal raycasting and charges when line-of-sight is established.

After three days of development, our developer is excited to share Malevolent Planet with the world. You can play the game now by clicking on this public link: [insert public link here]. The game is still in its early stages, but it already shows a lot of promise.

: Updates to ensure the game defaults to the highest resolution possible to prevent pixelated visuals on modern displays. Day 3: Blackmail & Performance (Day 3.3) The Day 3.3 update, titled "Blackmail Letter Part 1," brought significant gameplay and technical overhauls. : Added the new Blackmail Quest , introducing darker narrative themes and choices. Expanded Gallery

Shopping cart
Sign in

No account yet?

Facebook Instagram
malevolent planet unity2d day1 to day3 public link

Muallim Ul Quran | Complete 1 vol {#4255-1} Dr. Ubaid ur Rahman Bashir

Original price was: ₹550.00.Current price is: ₹440.00.
Shop
0 Wishlist
0 items Cart
My account
×