Search Unity

UnityEvents not showing specific functions

Discussion in 'UGUI & TextMesh Pro' started by GibTreaty, Sep 5, 2014.

  1. GibTreaty

    GibTreaty

    Joined:
    Aug 25, 2010
    Posts:
    792
    Why do UnityEvents not show methods/functions that have a return value (it doesn't return void)? Can you guys change it so that they are allowed? I can understand multiple-parameter functions not being shown but when it comes to functions with return values, why would the UnityEvent care if it's there or not. It can simply ignore the return.