Jump to content

[SOLVED] Open a new window without closing the current window


photo

Recommended Posts

Posted

Hi

 

How to open a new window without closing the current window without? (By Button click)

[i using this code but closing current window >> consol.run("World_Load Test")]

The next question

What to use to remove the border of the window?

Posted

How to open a new window without closing the current window without? (By Button click)

 

Only one world can be loaded at a time. So if you open another world, the current one is closed.

 

In the editor, you can add a saved world to the currently shown one via Append to the current world checkbox. (See UnigineSDK/data/core/editor/editor_dialogs.h and its World dialog part).

 

The next question

What to use to remove the border of the window?

 

Console command video_fullscreen 2 renders a window without decorations.

×
×
  • Create New...