TSK First Person Character Controller is an open-source Unity package that provides a base for first-person character controllers using Cinemachine and the Input System packages for Unity 2021.3+.
If you have found this package to be useful, we kindly request that you consider giving it a star 🌟 to show your support. Thank you!
- Control Schemes Supported:
- Keyboard and Mouse
- Actions
- Walk
- Sprint
- Jump
- Crouch
- Compatibility with URP/HDRP Render Pipelines
- Presets available via the Samples section in PackageManager
- Settings configured with ScriptableObject for better management of the first-person controller.
- Open Window/Package Manager
- Click +
- Select Add package from git URL
- Paste
https://github.com/TheSleepyKoala/com.tsk.ess.fpcc.git
into URL - Click Add
Thank you for considering contributing to the com.tsk.ess.fpcc package! To contribute, please follow these guidelines:
- Create a new branch for your changes.
- Discuss your changes by creating a new issue in the repository before starting work.
- Follow the existing coding conventions and style.
- Provide a clear description of your changes in your pull request.
- Submit your pull request to the default branch.
We appreciate all contributions to com.tsk.ess.fpcc!