BetterEvents-Deprecated icon indicating copy to clipboard operation
BetterEvents-Deprecated copied to clipboard

A replacement for UnityEvents that are: better

Results 8 BetterEvents-Deprecated issues
Sort by recently updated
recently updated
newest added

NullReferenceException: Object reference not set to an instance of an object MethodSelector.BuildSelectionTree (Sirenix.OdinInspector.Editor.OdinMenuTree tree) (at Assets/Editor/MethodSelector.cs:56) Sirenix.OdinInspector.Editor.OdinSelector`1[T].get_SelectionTree () (at :0) Sirenix.OdinInspector.Editor.OdinSelector`1[T].SetSelection (T selected) (at :0) BetterEventDrawer.CreateSelector (UnityEngine.Rect arg) (at Assets/Editor/BetterEventDrawer.cs:121)...

hi, Thank you for this tool by the way its fantastic. I was wondering if you could the type safety features that most other iterations and improvements of unity events....

Whenever I make completely clean builds, my BetterEvents entries lose some references to prefabs. For example, this gets lost: ![image](https://user-images.githubusercontent.com/7517516/103803743-37270380-500e-11eb-8c11-a7d6d93f83cb.png) If I open the editor, the reference is there. If...

First of all: great package! Really improves the serialization of events compared to the native UnityEvents. I have been using BetterEvents fine when developing on a PC and deploying to...

I have a prefab that uses BetterEvents. I can edit said prefab from the Projects window with no problems whatsoever, but, If I put an instance of the prefab in...

I was wondering if there is a quick way to limit the type of methods \ members found from the event entries. I tried to look into the code to...

If you create a new BetterEventEntry from a script and assign ParameterValues array it doesn't change in the inspector, it will stay at default value. for example ```css BetterEventEntry entry...

Hi, The tool is awesome, thank you for that! However, it is missing the "enabled" checkbox for Monobehaviour, to change it directly in the editor, that you can find in...