playMaker

Author Topic: Graphview freeze when a state is moved.  (Read 2036 times)

ergin

  • Junior Playmaker
  • **
  • Posts: 86
Graphview freeze when a state is moved.
« on: February 08, 2016, 12:35:37 PM »
Hello,

I upgraded My Playmaker to 1.8.0.f40 and Unity3d to 5.3.2f1

1) I have a relatively large FSM but it was working fine with prior version. When I try to move a State, Graphview freezes for several seconds and I cannot reposition States.

Windows 8.1 - AMD FX-8120 - Geforce GTX 750 - 20 GB Ram



2) In previous version, Audio Play would continue to Finished event without waiting for sound to complete. With this version State waits for sound to finish and then continues to next state.

Thanks.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4002
  • Official Playmaker Support
    • LinkedIn
Re: Graphview freeze when a state is moved.
« Reply #1 on: February 08, 2016, 12:52:57 PM »
Please update to the 1.8.0.f42. There was a fix for editor performance in 1.8.0.f41.

I'll look into the Audio Play change. A workaround for now is to just add a Send Event to send the finshed event...

Skorpiuz

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Graphview freeze when a state is moved.
« Reply #2 on: March 30, 2016, 07:04:25 PM »
Same problem here.

PlayMaker version: 1.8.0.f43
Unity Version: 5.3.3f1

It seems to me that PlayMaker is waiting for the audio clip to finish, and once the audio ends, the FSM continues.

However, the TEMP-solution of adding a Send event works fine. Thanks.