Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: scritch on April 27, 2011, 01:09:23 AM

Title: PlaymakerGUI Object - how to make it not get created?
Post by: scritch on April 27, 2011, 01:09:23 AM
I basically like some of the debugging features the PlaymakerGUI gets me, but it's really irritating that I keep getting PlaymakerGUI objects in my scenes when I don't ask for them, because suddenly i will get an onscreen display of my object's playmaker state even on my deployed build on ios (for example).  I know about changing the playmaker editor preferences to not auto-generate PlaymakerGUI, but the default is to auto-generate, and having to make sure everybody working on the project goes and turns that off is a bit unreliable and tedious.

Is there any way I can control that a bit better, or make the default to NOT auto generate, or to make that object to Not Save with the scene?
Title: Re: PlaymakerGUI Object - how to make it not get created?
Post by: Alex Chouls on April 27, 2011, 01:33:05 AM
You can use the Enable GUI action to enable/disable the PlayMakerGUI component at runtime.