Question by
KarouMei · Jan 09, 2017 at 07:51 PM ·
c#scripting problemcollider3dontriggerenter
OnTriggerEnter Issue - Collider problem
I have a problem with the OnTriggerEnter function. Every time i try to daclare a Collider variable as parameter of the function the text remains black and when i try to write something inside the function it is not working. Any ides how to fix that?
Comment
Are you sure that you are declaring it correctly?
void OnTriggerEnter(Collider other)
If so, please attach your full code. $$anonymous$$aybe there is another problem.
Thanks. I guess I wrote something wrong for the past half an hour xD