This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ------------------------------------------ | |
// BasicFPCC.cs | |
// a basic first person character controller | |
// with jump, crouch, run, slide | |
// 2020-10-04 Alucard Jay Kay | |
// ------------------------------------------ | |
// source : | |
// https://forum.unity.com/threads/a-basic-first-person-character-controller-for-prototyping.1169491/ | |
// Brackeys FPS controller base : |