playMaker
Home
Store
Showcase
Tutorials
Forums
Manual
Wiki
About Us
Playmaker Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Join our
Discord Channel
Home
Help
Search
Login
Register
Playmaker Forum
»
PlayMaker Help & Tips
»
PlayMaker Help
(Moderator:
600
) »
Crash with variables tab
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Crash with variables tab (Read 5817 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
Logged
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
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Playmaker Forum
»
PlayMaker Help & Tips
»
PlayMaker Help
(Moderator:
600
) »
Crash with variables tab