When I pull my prefabs into the scene from the editor, all the functions work; but when I instantiate them, they do not. Is there any reason for this to occur?
You will need to post your code in order for someone to help you. Please make sure you use code tags when posting the code. Also, be sure to describe what “all the functions work; but when I instantiate them, they do not” means. Are the functions not being called at all, or are they acting in a manner that is not consistent with what you intended.