Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: Graham on May 15, 2014, 04:40:39 PM

Title: NGUI Automated Button Press
Post by: Graham on May 15, 2014, 04:40:39 PM
I am in need of an action that would basically simulate an NGUI button being pressed without any user input.

Does anyone know a simple way of doing this otherwise?
Title: Re: NGUI Automated Button Press
Post by: Marsh on May 15, 2014, 04:56:50 PM
Unity has a send message action I believe. Just send "OnClick" to the button.
Title: Re: NGUI Automated Button Press
Post by: Graham on May 16, 2014, 07:52:16 AM
Thanks Marsh, I will try this out later.

Edit: Works like a charm!