|
If anyone can tell me how to use a tag when calling for an On Trigger Exit that would be great. I know how to use tags for an On Trigger Enter. This is what I mean.
I am not sure on how to chack if the gameObject with the tag "Player" is exiting.
So if anyone knows how to check the tags of a gameObject incased in a OnTriggerExit function, it would be really helpful.
(comments are locked)
|
|
The same way you check when it enters. Just change "Enter" to "Exit".
(comments are locked)
|
|
It's the same, you omitted the parameter
(comments are locked)
|
|
It's the same thing as OnTriggerEnter. Edit: cool, 3 answers at the same time. ;)
(comments are locked)
|
