Linux version only gives me the option to quit or support dev. there is no start option. is there any way you can fix it?
Viewing post in Amelia's Stranded Adventure comments
Next version will have the ability to resize the window, though it will take some time until that is released. If you would like to volunteer some time to test a Linux version, you could join the Discord server I run for this game and I could make a new build and try to get to the bottom of this. I really am lacking any feedback from Linux, and I don't have a computer with it so I'm working blind.
I suppose the other thing I should consider is whether a Linux version should exist if it's not working. I assume Unity knows what it's doing, and maybe others can run it just fine, but I wouldn't want to accidentally false advertise.
I have added some code that will force a minimum resolution much bigger than you're describing that'll hopefully fix this issue for next update. If you want to attempt to fix it now instead of waiting for the next update, can try to find the file on your system that is incorrectly telling the game to open this way. Not going to claim to know what I'm doing, this is an answer I got from ChatGPT by asking a question related to the issue you described and can hopefully help you:
On Linux, Unity saves display settings in a hidden file at:
~/.config/unity3d/Zingy/AmeliaStrandedAdventure/prefs
The ~ symbol means your home folder (e.g. /home/yourname/). If your game window looks very small or blurry, try deleting this prefs file to reset resolution and fullscreen settings.
You may need to enable "Show Hidden Files" in your file browser to find the .config folder.