playMaker

Author Topic: 5.3 Playmaker Welcome Window woes  (Read 2912 times)

Roger Lee

  • Playmaker Newbie
  • *
  • Posts: 31
5.3 Playmaker Welcome Window woes
« 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

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: 5.3 Playmaker Welcome Window woes
« Reply #1 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!
« Last Edit: December 19, 2015, 01:07:05 PM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: 5.3 Playmaker Welcome Window woes
« Reply #2 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.

Roger Lee

  • Playmaker Newbie
  • *
  • Posts: 31
Re: 5.3 Playmaker Welcome Window woes
« Reply #3 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!!