EventTemplate

using UnityEngine;

public class EventExample : MonoBehaviour
{
    // BE SURE TO ASSIGN THIS IN THE INSPECTOR //

    void Start ()
    {
        
    }
}

Was this helpful?