playMaker

Author Topic: Crash with variables tab  (Read 5816 times)

cheese_block

  • Playmaker Newbie
  • *
  • Posts: 19
Crash with variables tab
« on: September 25, 2024, 02:56:28 AM »
Hi,

I'm experiencing a crash in Unity - seems to be connected to Playmaker.

It's 100% reproducible in my project. I do the following:

- Play the scene
- Open an FSM
- Select the Variables tab
- Stop playing the scene
- It then crashes Unity

Looking at the crash report it seems to be in ExitPlayMode > RestoreSceneBackups > WaitForAllAsyncOperationsToComplete.

It doesn't crash if the variables tab is not visible. Or if the Auto Refresh Global Used Count is not ticked. The game has a fair number of global variables that are referenced in a lot of places. The variables tab takes quite a while to open. So I assume it's something to do with the amount of time it takes to count the globals.

This isn't high priority as I can just not select the variables tab - but thought I'd mention it.

Thanks

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: Crash with variables tab
« Reply #1 on: September 28, 2024, 03:44:15 AM »
Hi,

Can you reach the editor logs and see what's there, there might be some clue as to what is happening.

attach the log to this thread or pm me with it if you want, I'll have a look

Bye,

Jean