EventTemplate
using UnityEngine;
public class EventExample : MonoBehaviour
{
// BE SURE TO ASSIGN THIS IN THE INSPECTOR //
void Start ()
{
}
}Was this helpful?
using UnityEngine;
public class EventExample : MonoBehaviour
{
// BE SURE TO ASSIGN THIS IN THE INSPECTOR //
void Start ()
{
}
}Was this helpful?
Was this helpful?