A collection of scripts I use across Unity projects
This library can be installed as a unity package using this url:
https://github.com/ethanavatar/MyUnityToolkit.git
This package contains the following scripts:
Attaches to a camera object and follows a target object using SmoothDamp, with a configurable static Vector3 offset.
Attaches to a player object and increases the gravity scale based on releasing the jump button to create a variable jump height.
A 2D player Controller that can be configured to be used as side-scrolling or top-down.
A 3D FPS-like camera script