Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

How to make animation event on kick trigger ?

Discussion in 'Animation' started by gardevoirea, May 13, 2017.

  1. gardevoirea

    gardevoirea

    Joined:
    May 12, 2017
    Posts:
    11
    Hi , i new on unity , and want ask how to give my character an animation event when he kick enemy , um here my script and animator :

    using System.Collections;
    using System.Collections.Generic;
    using UnityEngine;

    public class miu : MonoBehaviour {

    public delegate void AnimationEvent();
    public static event AnimationEvent OnslashAnimationHit;


    void SlashAnimationHitEvent(){
    print ("event called");
    OnslashAnimationHit ();

    }
    }

    upload_2017-5-13_15-33-16.png

    i want give an explode when my character hit enemy ,

    upload_2017-5-13_15-34-6.png

    help me please :`)
     

    Attached Files: