Last Thursday, Shadowrun Returns was released, to an eagerly expectant group of kickstarter backers, myself included. Imagine my disappointment when I had installed it, and it crashed during startup. As it turns out, I was not alone in this. Apparently, it is a known bug in Unity which causes the issue. Here is how to fix it:
- Browse to
~/Library/Preferences/
and find the file calledunity.Harebrained Schemes.Shadowrun.plist
- Open it in a text editor of your choice (I used XCode).
- Convert to XML (Tools > Convert > From binary plist to XML)
- Change the setting (integer) for
Screenmanager Is Fullscreen mode
andSettings.IsFullScreen
to 0 - Save the file
Here is how the result looks in XCode:
By posting a comment, you consent to our collecting the information you enter. See privacy policy for more information.