I have another question. what does void "awake" do? and could you give an example of how to pass through certain parameters in object.instantiate?
thanks!
Void "awake" runs at the start of the scene, but it runs BEFORE the void "start"
I'm pretty sure Awake runs when the gameObject with the script is first activated