Rododuille: Thank you, Thank you!
I will be waiting patiently for the fix, since this is one game that I really don't want to miss out on!
I'm not quite sure but I'm suspecting it's my settings and not the game itself. I just don't know how to make it work better.
As of right now, we've asked the developer to re-enable the Unity launcher for the game because the game CAN be played but in fullscreen windowed mode rather than fullscreen mode, which it is set to by default as of right now.
If you want to try and get the game to go into windowed mode for the time being you can try the following steps:
1. Go to ~/Library/Preferences/ and look for a file called thedarksidedetective.plist
2. While you have that directory opened up, open a terminal in that directory.
3. When you have the terminal opened in the ~/Library/Preferences/ directory please type the following command
plutil -convert xml1 thedarksidedetective.plist
This should change the thedarksidedetective.plist file into an XML file that you should be able to edit with just about any text editor. Open up the converted file and look for this section within the file:
<key>Screenmanager Is Fullscreen mode</key>
<integer>1</integer>
See that "1" in between the integer tags? Change that to "0", save the file, and then run the following command in your terminal:
plutil -convert binary1 thedarksidedetective.plist
and then try starting the game again.
You should see the game start in a window and you should be able to maximize the window.