playMaker

Author Topic: PlaymakerGUI Object - how to make it not get created?  (Read 3106 times)

scritch

  • 1.2 Beta
  • Playmaker Newbie
  • *
  • Posts: 11
PlaymakerGUI Object - how to make it not get created?
« 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?

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: PlaymakerGUI Object - how to make it not get created?
« Reply #1 on: April 27, 2011, 01:33:05 AM »
You can use the Enable GUI action to enable/disable the PlayMakerGUI component at runtime.