Linux crashes with NullReferenceException when the player is squished: same issue as #95, same workaround applied as #95.
Linux crashes with no error log at the end of cassette flying: we blamed that on the fact that the CassetteFlyEnd method is empty, and that some low-level limitations cause this crash when the method is hooked. The workaround here is to hook CassetteFlyCoroutine instead.
Include two different fixes:
CassetteFlyEnd
method is empty, and that some low-level limitations cause this crash when the method is hooked. The workaround here is to hookCassetteFlyCoroutine
instead.