how to turn off fullscreen anyone?
Funnily enough neither of these is what I use, but they're probably the easier ways (presuming you're using Windows, I've no idea for anything else):
Easiest is this
You must be registered to see the links
- that I got from the forum post
here
Other option is using Unity launch commands. There's probably a few ways but the one I found that worked is:
Right click the game exe file and select "Create shortcut" which should give you a shortcut in that same folder.
Right click the shortcut and select "Properties".
In the properties window go to the "Target:" option* and paste the exact text below at the end of the entry:
-screen-fullscreen 0
So the entry in Target looks like:
[wherever your game is]\NTR-Gravure_Wife\NTR-Gravure Wife\NTR-gravure wife.exe" -screen-fullscreen 0
Hit apply, then run the game through that shortcut and it should be in windowed mode.
*
(should be on the first properties tab that opens by default, but it's the "Shortcut" tab in case it's not)