Devlog 4: Mantle Animations and Implementation

 Devlog 4: Mantle Animations and Implementation

Project: Mini Project

Objective: Finish implementing mantle animations and mantle functions.

New Features

  • Created New Mantle Animations
    • Made new animation assets to be used for the mantle system if is on a ledge.
    • Implmented code for intergration
  • Mantle System Finizled 
    • Finished adding the ability to mantle up ledges
    • Allows for low ledge mantles and skip ledge grab animation
    • ends hanging state

Progress

  • finished implermenting mantle system functions, allowing the player to climb up ledges
  • tested the mantle system for issues and bugs

Next steps

  • Modify the mantle animations for accurate positioning
  • Fix the animation position issue and fix mid air climb up bug
  • test the mantle system for bugs

Challenges

  • There is a issue with getting animtions to play correctly
  • though i was able to get the code to work, setting up animations wasn't as simple and still need to be modified

Reflection

  • Adding animations has shown me the importance of proper animation setup

Comments

Popular posts from this blog

Devlog 1: Climbing System - Initial Implementation

Devlog 2: Climbing System - Mantle Implementation

Devlog 3: Climbing System - Bug Fixes