v0.3.3
Bugfix release
Changelog
- You can now close the game!
- Fixed some issues with the Vive controllers (hopefully)
For those interested, the problem with the game exit dialog was that it was shown by intercepting and cancelling calls to Application.Quit()
. Unfortunately, SteamVR was doing the same thing to dispose of everything...