Questions tagged [cross-platform]
The distribution and development of a game onto multiple platforms.
125 questions
0 votes
1 answer
914 views
Is it possible to do conditional compilation in Godot at this time, via export settings?
In a number of other engines I've worked with, including Unreal and Unity, there's been support for not only preprocessor commands, but conditional compilation based on platform. As an example, in ...
25 votes
7 answers
4k views
Consistent cross platform procedural generation
What techniques have people successfully used or can suggest to deal with a consistent cross platform math for procedural world generation? Also, if you have done this, what were the pros and cons of ...
0 votes
1 answer
116 views
"contains support" for Dreamcast/Atari/etc, but "not officially supported"?
I found this on the About page on the official Pygame website: Truly portable. Supports Linux (pygame comes with most main stream linux distributions), Windows (95, 98, ME, 2000, XP, Vista, 64-bit ...
0 votes
1 answer
181 views
How to develop a GameMaker game for both desktop and mobile
For a few months I have been creating a game using GameMaker Studio 2 Desktop. It turns out that I would like to launch it also for cell phones, and for that I bought GameMaker Studio 2 Mobile. That's ...
3 votes
0 answers
77 views
Authentication and keeping track of users for a cross platform game (Steam+mobile)
I've got a question about authentication/user accounts. I'm building a game using Unity that'll be sold on Desktop (through Steam) and Mobile (Play/App Store). The game has online multiplayer ...
0 votes
1 answer
409 views
How to make this C++ game server cross platform? [Focusing on Ubuntu compatibility right now] [closed]
The question's description will evolve depending on requested information or evolution of answers. I made this C++ server for a game, which works on Windows, and would like to make it cross-platform, ...
1 vote
1 answer
4k views
How can I use Cross Platform Input in Unity 2019?
I am trying to use CrossPlatformInput in Unity 2019 to follow this tutorial to use it on iOS: https://www.youtube.com/watch?v=Auj1mrsfXDE However, I have no item in the top bar for "Mobile View" ...
1 vote
0 answers
148 views
Are most cross-platform C++ libraries really not cross-platform for game developing? [closed]
Sorry for my poor English. Some cross-platform C++ libraries are useful for game developing, e.g., Eigen, Skia, OpenCV, Tensor Flow. I am not sure whether they are really limited to officially ...