Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

FPV Freerider uses Unity Playerprefs to store the custom settings. 

On Linux, PlayerPrefs can be found in ~/.config/unity3d/[CompanyName]/[ProductName]

It should be something like ~/.config/unity3d/Freeride/FPVFreeriderRecharged

Perhaps there is some permissions issue. I'm not a linux user myself though, so I'm not going to be of much help with linux stuff. Please note that the linux version is experimental and may not work on all distributions.

Hello, thank you for your reply. I found the problem, in Linux you have to specify paramenters with two "-", i.e. " --screen-fullscreen 1 --screen-width 640 --screen-height 480".

By the way, is there no way to display FPS on the screen with similar command line parameters in Unity?

(1 edit)

Glad to hear that you managed to find the solution! Thanks for reporting back.
(As far as I know, there are no command line parameters or similar that can be used to display fps in a Unity build)