Skip to content

Releases: B0N3head/unity-fps-movement-controller

UFMC-v1.1.0

18 Nov 16:29
4385745
Compare
Choose a tag to compare

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

This is actually a back port of features from a bigger update (Just working on making it's more stable and polished). When? Idk but almost all of this update was already done, this is just a cut and way more stable version of the larger update.