- Home /
How to open a separate window
I want to make a GUI, perhaps using Unity's GUI class, but have it draggable outside of the Unity program. For example, the Color picker in Unity opens in a separate window and can be dragged out of Unity. Another example would be like the console window.
However, I want my window to open when my Unity application starts playing, and I don't want it to close until my main application closes.
How would I go about doing this?
Answer by DaveA · Oct 27, 2012 at 12:54 AM
If you have Pro you could look into using the system DLL's, I've seen people do stuff like that before. On Windows like Kernel32.dll
Darn, I was hoping it wouldn't be this difficult. Thank you for your help.
Your answer
Follow this Question
Related Questions
Move one GUI window when another is moved? 0 Answers
Can't Drag GUI.Window's!!! 2 Answers
determine if dragging window 0 Answers
Activate function when GUI.Window is drag into area 0 Answers
Drag windows Not working 1 Answer