Setting up Unity with Linux and Neovim

Unity UI scale Unity UI was too small at first. I think this has something to do with dpi and screen resolution. A lot of information on https://wiki.archlinux.org/title/HiDPI. Adding desktop entry at: ~/.local/share/applications/unity-launch.desktop [Desktop Entry] Name=Unity Exec=GDK_SCALE=2 GDK_DPI_SCALE=0.5 /home/connorcc/Unity/Hub/Editor/2021.3.3f1/Editor/Unity Terminal=false Type=Application Icon=unityhub Comment=Unity, with scaling env Categories=Development; Setting up vscode first Error message tells us to use the following setting: "omnisharp.useModernNet": false. Otherwise everything seems to work out of the box. ...

September 17, 2022