Page 1 of 1

Can't choose screen resolution

Posted: Sun Dec 03, 2017 4:08 pm
by heilkitty
in the initial dialog. Latest git version, played by Unity 5.5.0xf3 on Ubuntu 16.04 x64. Latest binary build works fine.
Снимок экрана_2017-12-03_20-58-25.png
Снимок экрана_2017-12-03_20-58-25.png (515.33 KiB) Viewed 2334 times
Edit: installed Unity Editor via .deb, it reported a couple of unmet dependencies: lib32gcc1 (>= 1:4.1.1) and lib32stdc++6 (>= 4.6).

Re: Can't choose screen resolution

Posted: Sun Dec 03, 2017 10:31 pm
by Interkarma
Welcome to the forums. :)

You can't really change resolution from inside the editor, the internal display is locked to what is effectively "editor resolution". Although in the Windows Unity Editor it still enumerates available resolutions, so not really sure what's gone wrong there.

If you create a build from your Unity Editor, the output build should show resolutions OK. Otherwise it's possibly something Unity-related specific to the Linux Editor version.

Once you've set your path and resolution (e.g. from a working build), you can skip the startup screen in editor and start the game directly - just load the DaggerfallUnityGame scene instead.

Re: Can't choose screen resolution

Posted: Sat Mar 03, 2018 7:31 am
by heilkitty
Thanks, it indeed helped (sorry for the late reply btw).