UnityTimelineEvents
UnityTimelineEvents copied to clipboard
Support for methods with non primitive parameters
Tried to call this method from the timeline event clip:
public void SomeTest(Vector2 someVector)
{
Debug.Log("TEST");
}
But I wasn't able to find this method in the dropdown list. It seems functions that take in non primitive type parameters aren't supported?