How to add a new setting to launcher

Hi everyone !

Here’s my problem: I want to add a new setting to Unity native launcher (the one with Graphics and Input tabs) to the existing ones (not replacing the whole launcher).

I would like to add a new tab (for example “Game”), and expose in there new fields.

E.G: I would like to add a “Language” dropdown showing a list of languages that would be handled in-game for showing correctly translated texts (I already have the code for handling this in-game, I just need to let the user choose on the launcher)

I did not find anywhere how to do such a thing (except via adding custom in-game options menus), or even if it’s possible. If anyone could help me on this, it will be greatly appreciated !

Regards.

Make a custom menu screen inside your game that offers all the settings and options that you need.

The Unity default launcher is very limited.