This repository 2D controllers using Unity's Cinemachine.
This is a simple free move controller.
It consist in moving a target, using legacy axis sytem, and following the target using a Cinemachine virtual camera.
To run the project, open one of the scenes, and use Azerty usual movement keys to move, or the arrows.
You can add this package as a git url :
The project will be added to your "Packages" folder, the scenes will be read-only, if you want to open them, just copy them in your Assets folder and they will be usable.
You can also download the .unitypackage of the version you want, here for instance https://github.com/isirode/Unity2DControllers/releases/tag/0.0.1 and add it manually to your project. This should import the project in your Assets folder.
The project is using Unity's Cinemachine system, you can find the version in the subfolder's package.json or in the project's manifest.json.
It will be auto-imported if you add the project using the Git url import way.
I am not sure wether or not the virtual camera setting is optimal.
Open the DEVELOPER.md section.