mohsen.nikroo Posted January 8, 2013 Posted January 8, 2013 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?
manguste Posted January 10, 2013 Posted January 10, 2013 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.
Recommended Posts