fouman

Results 21 comments of fouman

@maikramer @BenRacicot I was curious and I built v0.3.7 on my mac. Everything seems to work fine as far as I can tell on OSX 10.14.5. I put the compiled...

If @maikramer is OK with it, best way would be to create a new issue in this repo. Try and document as much as you can with screenshots if possible....

@jeffg2k Please see https://github.com/maikramer/Materialize/issues/10 There is already a build for OSX here: [Dropbox](https://www.dropbox.com/s/4buvficjn2tfxob/materialize_0.3.7.app.zip?dl=0) It should work but you might need to turn off post processing as mentioned in issue 10...

@jeffg2k Did you try using "cmd-f" to get out of full screen and then resize the window? The app does use the default resolution of your computer.

@jeffg2k Can you try starting the app from the command line? ./Materialize_0.3.7.app/Contents/MacOS/Materialize -screen-height 900 -screen-width 1440 You can change the resolution through arguments. Let me know if it works out...

The problem is that the UI has been created manually with immediate mode GUI and not Unity's Canvas UI which supports resolution scaling. I feel like the UI must be...