Releases: B0N3head/unity-fps-movement-controller
Releases · B0N3head/unity-fps-movement-controller
UFMC-v1.1.0
v1.1.0 The first big update 🎉
Sorry it took so long 😅
Added
- Coyote time
- Jump cooldown
- Unity dialogue for optional setup features
- Tooltips for every public var
- Smoothed crouch using
Lerp
- A heck of a lot of comments to help others to understand
- More documentation to the readme
- A proper release so you all don't have to download the readme assets
Fixed
- Movement input being taking in on FixedUpdate causing movement to be unresponsive
- Over complication of crouching logic
- Ordering of movement calculations not working correctly (Working next frame of calculations instead of current)
- OnCollisionEnter not picking up the ground when touching a wall, leaving you unable to jump
- Simplified the naming of some vars for better readability
Removed
- Redundant/Duplicate vars
- Toggle crouching
Issues Closed
- Add one item to readme
Added warning to addGround
tag to floor in both readme and in setup of the script