No additional Init / Construct script is needed here. It’s this, most likely:
The button cannot be hit directly, sure, but the text is probably set to Visible
, and it will actually bubble up in the hierarchy and hit the button - buttons are evil like that.
- either set the Button to
NH-T (Self and All Children)
- or set the nested element (text) to
NH-T (Self)
, too