playMaker

Author Topic: How to turn off/disable State labels in a built .app? [SOLVED]  (Read 5329 times)

markinjapan

  • Full Member
  • ***
  • Posts: 103
How to turn off/disable State labels in a built .app? [SOLVED]
« on: September 13, 2011, 06:37:56 PM »
It's probably really simple but I can't find where to turn off the state labels, I can do it in the editor (debug - Turn off State) but when I build the game I still have state labels everywhere.

Thanks for any help.

« Last Edit: October 05, 2011, 02:02:15 PM by alexchouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: How to turn off/disable State labels in a built .app?
« Reply #1 on: September 13, 2011, 07:19:49 PM »
Select the PlayMakerGUI object/component in your scene and uncheck Draw Active State Labels.

This flag needs to be streamlined a little - it's set in a few too many places!  :-\

markinjapan

  • Full Member
  • ***
  • Posts: 103
Re: How to turn off/disable State labels in a built .app?
« Reply #2 on: September 14, 2011, 05:35:58 PM »
:) Thanks, I just worked it out.

And yes, that flag is in a few places :)