Hi!
I’ve got a bit problem with OnClick Listeners.
I add a listener to a UI Button and it works but I can not see it in the inspector.
go.GetComponent<Button>().OnClick.AddListener( () => .... )
I’m making some tool that manipulates gameobjects in design time and it should add onclick events and save them to a prefab but it doesn’t.
