Skip to main content

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

Asset Forge

Create your own 3D models and 2D sprites! · By Kenney

Can't open preference folder

A topic by geowarin created 36 days ago Views: 84 Replies: 5
Viewing posts 1 to 6
(1 edit)

Hello,

I was excited to try the custom keybinding, however, I cannot open the preference folder from 'Edit > Preferences > General > Open preference folder'


I'm using Asset Forge 2.5.1a Linux (Deluxe)

Same here, nothing happens when I press the button

Hm, that's strange.

The folder is located here, you can still open it manually; ~/.config/unity3d/Kenney/Asset Forge

Cool! After manually finding the file, I can edit it and the mapping works :)

I wanted to confirm same that I cannot open the preference folder using AF button. This is a on Kubuntu. Here is from the log from  Player.log  https://pastebin.com/1r2qHZXj

The last couple of xdg-open: unexpected argument 'Forge' lines  occur every time I click on Open Preferences Folder button. Looks to me that you space in the preferences folder name throws it off, ~/.config/unity3d/Kenney/Asset Forge

P.S. The lines above the xdg-open error, occur when I launch Asset Forge.

xdg-open: unexpected argument 'Forge'
Try 'xdg-open --help' for more information.
xdg-open: unexpected argument 'Forge'
Try 'xdg-open --help' for more information.

Good find costas!

It looks like the argument passed to xdg-open is not quoted properly and since it contains a space, it fails to open the folder.