Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Need help with jumping animation

Discussion in 'Visual Scripting' started by Zane_Sejoski, Jan 20, 2021.

  1. Zane_Sejoski

    Zane_Sejoski

    Joined:
    Jun 1, 2018
    Posts:
    1
    Hello people of the internet. I'm sorry if this post isn't in the right place, it is my first post.

    I followed the unity tutorial for creating a 2D platformer with Bolt. I did not use the assets given by the tutorial, I used free assets. This is a .gif of all the things I managed to do yet. As you can see, I don't have a jumping animation.
    ezgif-7-4a96cf43064f.gif
    I tried to create a working animator, but it won't work with the jumping animation. Here I have some screenshots:
    Animator1.PNG
    Animator2.PNG
    Makro1.PNG Makro2.PNG As you can see, I did not follow 100% of the tutorial because I had to create my own animation, blendtree etc.. I tried finding a solution on YouTube, but I couldn't find anything. I am a greenhorn with all of this, so I really hope that someone can help me.

    See you starside :D
     
  2. ericb_unity

    ericb_unity

    Unity Technologies

    Joined:
    Nov 24, 2017
    Posts:
    167
    The MoveY parameter is the one driving your Blend Tree transition. with a float value. I can't see this value set anywhere in the bolt scripts you are showing.

    It should be set like the MoveX in your last screenshot.
    upload_2021-1-27_14-11-40.png