Isther any way to check callback functions??

I am studing unity now…
so I want to know callback function list…
Can I??

Callbacks are added by adding components so theoretically there is no single complete list that can’t change.

You can also create your OWN callbacks with “SendMessage”, though they have a slightly different syntax.