Binary Impact @binaryimpact.de · Dec 26

#UnityTips Unfortunately you can not access the listeners attached to a UnityEvent directly. But with GetPersistentEventCount you can iterate trough them by calling GetPersistentMethodName or GetPersistentTarget for each index. Very useful for editor tools! #gamedev #indiedev

7 likes 0 replies

?