Setting up our game to be played by others
Unreal Engine 5 offers a wide variety of platforms that you can choose from to build your game, and this list will continue to expand as newer versions of the engine are released and new technologies emerge. You can deploy your game on Windows, macOS, iOS, Android, and Linux. The engine supports the creation of content for various virtual reality platforms, such as Oculus Quest. There is also support for 8th and 9th generation consoles, but you need to be a registered console developer with the appropriate development kit.
Each platform has its own unique requirements and best practices associated with it for game development. Mobile games have higher optimization requirements to get games to perform well.
We can customize some of the settings that will determine how our project appears on the target machine.
Follow these steps to customize the project settings:
- Click on the Settings button in the Level Editor toolbar, and...