Hello,
I am using System.Windows.Forms.SaveFileDialog to open a FileDialog in the game.
However the game being executed in fullscreen then the FileDialog minimizes the game window. So I need to click on the taskbar’s game icon to continue the game.
Is there a way to force the game not being minimized? Or a way to keep the FileDialog in front of the game without reducing the game window? (I would not like to compute the file explorer window with unity gameobjects as it is already computed in C# !)
Thanks in advance for any answer.