Hello all,
Stupid question time!
I have an object that is surrounded by a box collider that is set to be a “trigger” and I want to place a script on this object now by doing so will the script “ONLY” operate on OnTrigger calls - ieOnTriggerEnter, OnTriggerExit, OnTriggerStay and not operate as a full script like Start and Update and so forth?
Sorry, I had to ask :(.
Regards.