C# Script for use with Unity Engine for player movement for a space shooter game. This Unity C# script, PlayerTouchMovement, manages a 2D player's movement and rotation based on mouse or touch input.
This Unity C# script was developed during my summer internship in 2022. The goal is to simulate realistic balloon-like movement without using Rigidbody, which helps improve performance and control ...