Search Unity

How to jump over obstacle

Discussion in 'Animation' started by bilalaktas1382, May 12, 2018.

  1. bilalaktas1382

    bilalaktas1382

    Joined:
    Nov 24, 2017
    Posts:
    1
    Hello everyone , ı am sorry about my english :) My question is that ı have a character and obstacles . ı uploaded a few animation to my character . ı wrote code and ı did add to my character . ı can move by animation . But how can ı jump over obstacle by animation ? or how can ı slide under obstacle by animation ? ı hope , you understand me . thank you ...
     
  2. Shayke

    Shayke

    Joined:
    Dec 8, 2017
    Posts:
    352
    You can set an Animator.
    public Animator Anim;
    Then you can use the structure Anim.setBool("YourBool",true);