playMaker

Author Topic: Collission2D Event isn't activating [SOLVED]  (Read 982 times)

Just

  • Playmaker Newbie
  • *
  • Posts: 41
Collission2D Event isn't activating [SOLVED]
« on: February 27, 2019, 08:31:18 AM »
I've got new simple project, player touches object and object should disappear. For some reason Collission2D Event isn't recognizing anything, in my previous project it worked without problems. I have iOS as build setting, is there something obvious I'm missing?
« Last Edit: February 28, 2019, 04:22:18 AM by Just »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Collission2D Event isn't activating
« Reply #1 on: February 28, 2019, 01:11:30 AM »
Hi, does the objects have a rigidbody2d?
Do objects have tags?

Just

  • Playmaker Newbie
  • *
  • Posts: 41
Re: Collission2D Event isn't activating
« Reply #2 on: February 28, 2019, 04:21:14 AM »
I solved the problem. It appears one of objects must be set as dynamic, or else it won't detect anything. That's where I got stumped. Thanks for help!