#Unity Event fields

1 messages · Page 1 of 1 (latest)

fast holly
#

is it possible to make unity event events to show methods that have more than one argument?
Like

public void dosomething(int index, string name)
{
  //TODO
}
iron parcel
#

unless you mean this is your own unityevent, in which case you need to use the correct generic UnityEvent<int, string>