I want to run an Unity app on Linux with administrative privileges. But when I try to run an executable from Terminal as an administrator using the **sudo** command, the app shows "中止" and then crashes. "中止" means "Interrupted" or "Abort".
@:~$ sudo //path/to/project/Build/Test.x86_64
Found path: //path/to/project/Build/Test.x86_64中止
What's the problem? Or is there another way to run an Unity app on Ubuntu with administrative privileges? As long as I can run it with admin privileges, it doesn't matter if it's from an Editor or a built app.
**Environments:**
・Unity Hub 2.3.2
・Unity 2019.3.15f1
・Ubuntu 20.04 LTS
↧