Button OnClick listener with unsigned integer argument
I tested this in a completely blank project. If a button onClick listener signature has a single unsigned integer as an argument, that function will not appear in the dropdown list inside of the inspector when the button is selected in the hierarchy.
It works with a signed integer data type.
Is there a reason for this? I know it's not a huge deal because I can just cast inside of the listener, but it seemed very strange to me.
Thanks in advance
Your answer

Follow this Question
Related Questions
How can i change a state when a button is pressed? 1 Answer
Dragging a C# script to onClick button returns no listed functions 0 Answers
UI buttons take too much to time to unpress on mobile 0 Answers
Im trying to make gameObject move only if specific button is pressed 1 Answer
How to wait for a button response 0 Answers