Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: Roger Lee on December 19, 2015, 10:33:21 AM

Title: 5.3 Playmaker Welcome Window woes
Post by: Roger Lee on December 19, 2015, 10:33:21 AM
Hi,

I have an issue with 1.8.0   Every time I press the edit button on an FSM the Playmaker Welcome Window pops up, even when the "show at startup" check box is unchecked.   :-\

It's driving me nuts to have to close that window every time I want to edit an FSM.  Is there a way I can permanently keep that window closed?  Even if I have to delete it?   ;)

Thanks.

Windows7 x64
Unity 5.3
Title: Re: 5.3 Playmaker Welcome Window woes
Post by: Alex Chouls on December 19, 2015, 12:45:10 PM
Strange! You can delete PlayMakerWelcomeWindow.cs.

However I'd be worried that editor prefs aren't saving properly for you, for some reason, and you'd run into other problems later...

As an experiment try changing a Playmaker Preference (lower right corner of FSM editor) and check that it sticks.

I'll also double check that there isn't a bug in the Welcome Window script...

Also make sure you've updated to the most recent version of the beta (1.8.0f37)

EDIT: Nevermind, I found the problem. Will be fixed in the next update... thanks for reporting it!
Title: Re: 5.3 Playmaker Welcome Window woes
Post by: Alex Chouls on December 19, 2015, 04:04:48 PM
So actually you can't just delete PlayMakerWelcomeWindow.cs without errors.

Instead replace it with the attached file.
Title: Re: 5.3 Playmaker Welcome Window woes
Post by: Roger Lee on December 20, 2015, 09:47:14 AM
So actually you can't just delete PlayMakerWelcomeWindow.cs without errors.

Instead replace it with the attached file.

Thank you Alex, that worked perfectly!!