Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: lmalma111 on August 02, 2018, 08:58:57 AM

Title: Collider Event doesn't work in Android [SOLVED]
Post by: lmalma111 on August 02, 2018, 08:58:57 AM
Hi, I used a lot of collider event to make my game prototype.
It also works for collider 2D component.
In unity, everything works fine while I played.
but when I make my project to an apk and running on the Android phone, the collider event just not work.

My unity version is 2018.2.1f1 and my playmaker version is 1.9.0.
I am a game designer and I'm not familiar with coding.
Please help me to find what is going on in this situation.
Thank you !
Title: Re: Collider Event doesn't work in Android
Post by: Plancksize on August 02, 2018, 09:16:37 AM
I've seen this "bug" a few times commented here and on the unity forums.
Mostly, it's a Tag issue.

Check your Tags.
Check if you have "empty lines" in the tag list.
If so, delete them, if not, try making a new tag to refresh the list (maybe it got corrupted).

Good luck.
Title: Re: Collider Event doesn't work in Android
Post by: lmalma111 on August 02, 2018, 11:37:54 PM
Thank you! It works!
Title: Re: Collider Event doesn't work in Android
Post by: Plancksize on August 03, 2018, 09:35:53 AM
Thank you! It works!

Wooohoo! :D Happy Dev'ing