playMaker

Author Topic: Collider Event doesn't work in Android [SOLVED]  (Read 1643 times)

lmalma111

  • Playmaker Newbie
  • *
  • Posts: 2
Collider Event doesn't work in Android [SOLVED]
« 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 !
« Last Edit: August 02, 2018, 11:39:26 PM by lmalma111 »

Plancksize

  • Beta Group
  • Junior Playmaker
  • *
  • Posts: 75
Re: Collider Event doesn't work in Android
« Reply #1 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.

lmalma111

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Collider Event doesn't work in Android
« Reply #2 on: August 02, 2018, 11:37:54 PM »
Thank you! It works!

Plancksize

  • Beta Group
  • Junior Playmaker
  • *
  • Posts: 75
Re: Collider Event doesn't work in Android
« Reply #3 on: August 03, 2018, 09:35:53 AM »
Thank you! It works!

Wooohoo! :D Happy Dev'ing
« Last Edit: August 03, 2018, 09:37:53 AM by Plancksize »