Hytale's Linux build is distributed as a Flatpak. On some systems, the game may not detect controllers even though Linux itself sees them. This script grants the Hytale Flatpak access to /dev/input devices using Flatpak's --device=input permission.
curl -fsSL https://raw.githubusercontent.com/MagnetosphereLabs/Hytale-Linux-Controller-Fix/main/hytale-controller-fix.sh | shThen fully quit and restart Hytale.
flatpak override --user --device=input --filesystem=/run/udev:ro com.hypixel.HytaleLauncherThis is a per-user Flatpak permission override. It does not install drivers and it does not modify the kernel.
flatpak override --user --reset com.hypixel.HytaleLauncher