Questions tagged [linux]
Questions about game development on Linux operating system, for Linux or any other OS.
140 questions
1
vote
1
answer
59
views
Pygame display.Info() / fullscreen not working under Linux
I am experiencing some issues with pygame.display.Info() and the FULLSCREEN property on Linux. The game is displaying at roughly ...
1
vote
0
answers
376
views
How to get RenderDoc capture on Steam Deck?
I've been trying to debug a graphical issue that only happens when I'm running my game on Steam Deck, To do so, I'd like to get a RenderDoc capture.
The game is installed on my SteamDeck through a ...
0
votes
1
answer
226
views
Unreal Engine not taking any function key inputs
Unreal Engine utilizes f (function) keys. On a textfield on the config window e.g. "Editor Preferences -> General -> Keyboard Shortcuts -> Possess or ...
0
votes
0
answers
585
views
Failed to initialize GTK when loading a window using Vulkan
I'm on an Arch Linux machine. I have a program that is using Vulkan and should load a window. It is loading, but it only shows up in the bottom toolbar and won't display the window itself.
The error ...
2
votes
0
answers
57
views
Error while compiling Godot for ARM64 from source
I tried to compile Godot from source. But it is throwing an error.
I followed this tutorial:
https://docs.godotengine.org/en/stable/contributing/development/compiling/compiling_for_linuxbsd.html#doc-...
0
votes
1
answer
76
views
How to get X and Y pixels of a Image in SDL2?
I am trying to create a Voxel Space Engine In SDL2 C++. However the tutorial I am following reads the X and Y pixels of the heightmap image. I can't find a way to do this.
I am following this tutorial:...
3
votes
1
answer
127
views
Running a standalone Godot application on a Yocto 2.6 system with OpenGL3.0/ES2.0 hardware
I have an application that displays construction machines like excavators or snow groomers. The application is built on my company's custom engine, but I am trying to find out if I can port it to a ...
0
votes
0
answers
42
views
How can I map controls of an existing Unity application, when no UI is provided?
I have an Unity application, that someone made for me in the past. It is provided as single binary file for Linux in this case.
It features a very simple "launcher" which let me select the ...
0
votes
0
answers
110
views
Getting missing prefab error in unity
Getting the following error while loading a project on unity. I'm usung ubuntu
6
votes
3
answers
2k
views
How to install game with dependencies on Linux?
I am creating a game using C and some libraries. I wish to not require my users to download anything but the game as most games are self contained. What is the usual process for compiling and ...
2
votes
1
answer
117
views
Unity on Linux dosen't show editor panels
I've recently installed Unity Hub on my Kubuntu 22.04 installation with the unofficial Appimage. I have tried this with the unityhub package too, and still have the ...
0
votes
1
answer
282
views
How to debug Unity/mono code on Linux/VsCode
I am new to Unity and I have been fighting with VSCode and debugging.
I am trying to attach a debugger to Unity to test some code that run in the editor without running the app ( kind of Unity ...
1
vote
0
answers
77
views
Garbled text and music - due to Steam Linux runtime change?
My team and I released our game on Steam last year for Windows, Mac, and Linux. The game is written in C++ and uses SDL2, including SDL2_image, SDL2_ttf, and OpenGL for graphics. Around the middle of ...
1
vote
1
answer
490
views
How to add a fallback font to an existing Unity game?
I am trying to make a mod that will fix a game that failed to ship all used fonts with it.
For example, this code point displays in Windows but not under Wine:
✔ U+2713
(The reason seems to be a ...
0
votes
1
answer
241
views
Ads in a desktop game?
For my Destiny Garden project, which is a desktop game, I want to use freemium monetisation strategy, so I plan to publish both free demo version and a paid full version, and I'm wandering is there ...