Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: bfd on February 16, 2016, 05:48:01 PM

Title: Set uGUI Component Proxy Target & Event
Post by: bfd on February 16, 2016, 05:48:01 PM
As mentioned in this post (http://hutonggames.com/playmakerforum/index.php?topic=12241.0) I'm trying to have a prefab GUI object send an event to an existing scene object. As far as I can tell, the best way to do this is to have an FSM on the prefab that pulls the correct target from a global GameObject variable and inserts it into the target GameObject field on the uGUI component proxy.

As versatile as SetProperty is, it doesn't seem to play nicely with the uGUI component proxy so an action to interact directly with this component would be great.

Thanks!