Hey everyone,
I need some help with Playmaker (new to it, followed some tutorials, can't solve it yet).
What I want to achieve is the following:
1. Once an object enters a trigger, another game object becomes active. The object stays active when exiting the trigger.
2. When the object enters the same trigger again, the other game object becomes inactive again. The object stays inactive when exiting the trigger.
I followed the Platform Color Change tutorial on youtube, but wasn't able to replicate this with activating/deactivating an object.