Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: kiramarshiku on October 13, 2017, 01:48:57 PM

Title: Buttons Broken
Post by: kiramarshiku on October 13, 2017, 01:48:57 PM
So all my buttons just suddenly broke. No warning at all or error, they just do not work. I tried both using the Ugui action for a button press and using the playmaker component proxy script to send an event and neither is actually able to send an event. The buttons just don't even get pressed when I click on them. I have no idea why, they use to work and I even tried to just make a new button but that doesn't work either. I do not get any sort of error or warning about the buttons when I try to press them I just can't press them. I do not even get the down sprite or color change I set up when I press them the button just acts like I didn't click on it at all. Latest version of Playmaker and Unity 5.6.0f3. I've tested making new buttons making sure nothing is in front of them but none of them work.
Title: Re: Buttons Broken
Post by: djaydino on October 14, 2017, 03:26:20 AM
Hi,
Maybe you accidentally removed the "EventSystem" from the hierarchy.

If its not there you can make a empty game object and add these components :

Event System
Standalone Input Module