If I have a line
1-instantiate(“myprefab”)…
The prefab had a script attached to him will run by instantiating the prefab.
then line line :
2-Debug.log(“any text”);
My question is :
I want to know the procedure.
It will instantiating the prefab then will run the script that attached to the prefab then will run the next line .the debug line .
Is that right ?