Unity button "OnClick" is missing on inspector

Don’t know why “OnClick” is not showing on inspector. Created a new scene and added just a canvas and a button but “OnClick” is missing. Anyone knows why?

go to the properties panel where there are three dots near the lock. change mode from normal to debug.

scroll down to the button. Do you have OnClick at the bottom of this button section?

1 Like

Tried that before. It shows the “OnClick” property, but you have to input the method name manually instead of drag and drop:

SOLVED.

It was a custom drawer fault.