Hi .
I need to start the program in window mode (not full screen) but without the border
how can i do it?
Hi .
I need to start the program in window mode (not full screen) but without the border
how can i do it?
a) Create a .bat file and launch your .exe with the -popupwindow cmdline (Unity - Manual: Command line arguments)
b) If you don´t want to use a .bat file (and assuming you want to publish for windows only) you could either download Apatchi (http://forum.unity3d.com/threads/132423-Apatchi-Unity-Executable-Tweaker), which right now only works on Unity 3.5.0f5 executables (lack of time, but i´ll update soon), or send me a PM with the current Unity version you are working with (I could send you a modified .exe).
cheers, chi