UnityTimelineEvents icon indicating copy to clipboard operation
UnityTimelineEvents copied to clipboard

Support for methods with non primitive parameters

Open arvz opened this issue 7 years ago • 0 comments

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?

arvz avatar Sep 19 '18 03:09 arvz