Hello,
I have two issues, often times with scene objects, when a player spawns the player script has trouble finding the scene objects to target, they always do not exist. Is there another method slower then Start() that allows for scene objects to be spawned first before running? Right now I have to FIND/GETCOMPONENT every time I need to use it because it is not always ready at start.
I have two issues, often times with scene objects, when a player spawns the player script has trouble finding the scene objects to target, they always do not exist. Is there another method slower then Start() that allows for scene objects to be spawned first before running? Right now I have to FIND/GETCOMPONENT every time I need to use it because it is not always ready at start.