Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Just on February 27, 2019, 08:31:18 AM

Title: Collission2D Event isn't activating [SOLVED]
Post by: Just 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?
Title: Re: Collission2D Event isn't activating
Post by: djaydino on February 28, 2019, 01:11:30 AM
Hi, does the objects have a rigidbody2d?
Do objects have tags?
Title: Re: Collission2D Event isn't activating
Post by: Just 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!