I’m just getting started with Unity and I have some questions around the nuances of the Button component.
I find that a Button component can call methods against a prefab if you drag that prefab into it’s OnClick list. How is it able to do this without the object being instantiated in the scene?
It’s just a general question that I feel would help me better understand what’s going on under the hood.
Thanks in advance!