Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: jeanfabre on February 16, 2012, 05:41:02 AM

Title: how to not show the gui elements labels [SOLVED]
Post by: jeanfabre on February 16, 2012, 05:41:02 AM
Hi,

 I just can't find the settings or preference to remove the label on all the gui stuiff I create.

 very odd. Any hint would be most appreciated!

 Bye,

 Jean
Title: Re: how to not show the gui elements labels
Post by: netlander on February 16, 2012, 06:18:36 AM
Hi Jean,

I remember coming across this issue in the past:

To disable the drawing of active state labels there is an option in the PlayMakerGUI object that's created by PM in your scene. Click on the object and in the inspector you'll find a few flags and one of them says "Draw Active State Labels", so the theory is if you uncheck this flag you will not see the labels when you run your game.

However, it has proven to be unreliable at times as I recall not being able to hide the labels even after I uncheck this flag. In that case I remember going through the objects in my scene that have FSMs and in the inspector untick "Show State Labels"for each FSM for those objects.

Hope this helps
Paul
Title: Re: how to not show the gui elements labels
Post by: Alex Chouls on February 16, 2012, 06:49:10 AM
Usually if unchecking "Draw Active State Labels" doesn't work, it means you have a second PlayMakerGUI in the scene by accident. PlayMakerGUI draws the state labels. I'll add some checks when editing PlayMakerGUI settings...
Title: Re: how to not show the gui elements labels [SOLVED]
Post by: jeanfabre on February 17, 2012, 06:24:38 AM
Ok,

 It was just a miss in the guilayoutlabe action. There is a "else" missing between the two blocks. It will be fixed in 1.3.1

 Bye,

 Jean
Title: Re: how to not show the gui elements labels
Post by: Alex Chouls on February 17, 2012, 10:30:20 AM
1.3.1 is now in the asset store...