Posted March 11, 2025 by Absolutelii
#animation
Completed the tutorial today (11/03/2025) and managed to import my Blender file to unity and get it animated using the animations made in blender. I was also able to make transitions between all three movements (running, jumping and idle) which allows for the character to run if w is pressed down and not currently jumping, or jump if space bar is pushed. I managed this by creating a transition from idle to jump (linking a trigger event based on the press of space bar), creating a transition between idle and run (linking a bool variable based on whether "W" was currently pressed down or not) and creating a transition between run and jump (linking a final trigger event based on pressing space bar).