Running UnityHub/Unity Editor

Has anyone had any luck running Unity Editor under Bazzite? I keep getting a blank window for the editor.

I’ve tried a few things, but the main steps to reproduce are:

  • distrobox create --nvidia --name unityhub
  • Install Unity
  • Run distrobox enter unityhub -- unityhub
  • Create a new project
  • Right click project > add command line arguments > -force-vulkan
  • Both OpenGL and Vulkan fail in the same way.

vkcube and vulkaninfo both seem to work okay:

 distrobox enter unityhub -- vkcube
Selected WSI platform: wayland
Selected GPU 0: NVIDIA GeForce RTX 4080 SUPER, type: DiscreteGpu

Other system details:

ostree-unverified-registry:ghcr.io/ublue-os/bazzite-nvidia-open:stable
                   Digest: sha256:558895e93fb3b39c48a4de8012e4e8d511df48c57d79530730eda23555d64c8c
                  Version: 43.20251210.1 (2025-12-10T21:43:21Z)
          LayeredPackages: 1password alacritty firefox git neovim
   
* PCI Video Card (lspci |  grep -i -E 'vga' | cut -b1-7 | xargs -i lspci -vnnks {} | grep -v "<access denied>"):
     00:02.0 VGA compatible controller [0300]: Intel Corporation Arrow Lake-S [Intel Graphics] [8086:7d67] (rev 06) (prog-if 00 [VGA controller])
        DeviceName: Onboard IGD
        Subsystem: ASUSTeK Computer Inc. Device [1043:88ef]
        Flags: bus master, fast devsel, latency 0, IRQ 150, IOMMU group 0
        Memory at b427000000 (64-bit, prefetchable) [size=16M]
        Memory at a410000000 (64-bit, prefetchable) [size=256M]
        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
        Kernel driver in use: i915
        Kernel modules: i915, xe
     
     02:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD103 [GeForce RTX 4080 SUPER] [10de:2702] (rev a1) (prog-if 00 [VGA controller])
        Subsystem: PNY Device [196e:141a]
        Flags: bus master, fast devsel, latency 0, IRQ 151, IOMMU group 15
        Memory at 8d000000 (32-bit, non-prefetchable) [size=16M]
        Memory at a000000000 (64-bit, prefetchable) [size=16G]
        Memory at a400000000 (64-bit, prefetchable) [size=32M]
        I/O ports at 9000 [size=128]
        Expansion ROM at 8e000000 [virtual] [disabled] [size=512K]
        Kernel driver in use: nvidia
        Kernel modules: nouveau, nvidia_drm, nvidia
     
     80:14.5 Non-VGA unclassified device [0000]: Intel Corporation Device [8086:7f2f] (rev 10)
        Subsystem: ASUSTeK Computer Inc. Device [1043:88ef]
        Flags: fast devsel, IOMMU group 17
     
     
* GL Support (glxinfo -B | grep -E "OpenGL version|OpenGL renderer"):
     OpenGL renderer string: NVIDIA GeForce RTX 4080 SUPER/PCIe/SSE2
     OpenGL version string: 4.6.0 NVIDIA 580.95.05

Hub looks fine, but Editor looks not so fine: