You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Getting any kind of exception within a class's finalizer will cause your game to crash. In your console, you'll see an "AppDomain unhandled exception" then the game will close.
Describe the bug
Getting any kind of exception within a class's finalizer will cause your game to crash. In your console, you'll see an "AppDomain unhandled exception" then the game will close.
To Reproduce
Expected behavior
For an exception to be logged to the console and for the game to not crash.
Additional context
Created a shell of a game so you can reproduce it easily.
Game is
bughunt.finalizerbug
Crash code is here
The text was updated successfully, but these errors were encountered: