So I’m developing on a Linux device (Kubuntu 24.04), and I downloaded and installed the Unity Hub as per the instructions on the website, but it would not open from the icon. Running it in the terminal yields:
$ unityhub
[6701:0802/164212.575149:FATAL:zygote_host_impl_linux.cc(127)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.
Trace/breakpoint trap (core dumped)
133 $
(133 is the exit code.)
My system is fully updated via apt (updated just before this). I have been using --no-sandbox
but would like a permanent solution. Is there a fix for this I’m missing at the OS level or is Unity on Linux just poorly supported? (I. e., is there anything I can do to fix this or just sit and hope Unity fixes it.)