freezy / VisualPinball.Engine

:video_game: Visual Pinball Engine for Unity
https://docs.visualpinball.org
GNU General Public License v3.0
398 stars 62 forks source link

Second ball into trough causes lockup and extreme drop in FPS #372

Closed jsm174 closed 2 years ago

jsm174 commented 2 years ago

I first started noticing this in early - mid December. When the second ball goes into the trough, the player locks up and there is a extreme drop in FPS.

I went through the debugger, and I don't see the drain switch being activated when the the second ball goes in.

I've made a video to help document what I am seeing:

https://user-images.githubusercontent.com/1197137/150034163-9f6712d7-3c75-45a5-ae12-9d8a9f6c0f31.mp4

Here is a screenshot from the profiler:

Screen_Shot_2021-12-21_at_6 07 27_PM

Obviously, this bug is preventing a full game from being played.