-
Notifications
You must be signed in to change notification settings - Fork 142
How to run Fly Casual on linux
rune-b edited this page Feb 23, 2020
·
2 revisions
Fly Casual is made with Unity, and Unity currently only officially supports Ubuntu 16.04 and Ubuntu 18.04. This does not mean that it won't work on other distros, but you might run into various problems.
If you have a problem running the game on linux, please report it as an issue
Reported in issue #2347
This happens in linus distros where the certificate store has a different location than in Ubuntu. Known distros with this problem: Fedora
Fix:
You can create a symbolic link from the location Unity expects to the actual location on your system. The following example works for Fedora
mkdir -p /etc/ssl/certs && ln -s /etc/pki/tls/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt