News

The Rigidbody2D component (rb) is central to applying forces for jumping, dashing, and movement, while OverlapCircle checks whether the player is touching the ground or a wall. This Unity script ...
This repository contains a Unity 2D parallax script designed to create a parallax scrolling effect for layered backgrounds in your 2D game. The script allows you to adjust the parallax effect on both ...