How to change properties of the standalone player form

Hi.

My question is if it’s actually possible to change the properties of the standalone player window, such as System.Windows.Forms.Form

Pseudo-code example:

 UnityEngine.StandaloneForm.FormBorderStyle = "Sizable";

Sorry if im not too specific (and sorry for my bad english, i hope you can understand what im talking about)

Hi,

You can change the window properties in player settings.

for example :

You can set the resizable window just here.

But if you want change this properties in a script, you can use the PlayerSettings class.