Jump to content

[SOLVED] full screen is not maintained in unigine editor


photo

Recommended Posts

when i try to work with unigine editor in full screen mode, every time i click with a  mouse to do something the unigine editor window disappears and have to bring back in front. i always have to work in window mode.....

Link to comment

engine.console.setInt( "video_fullscreen", fullScreenMode );

fullScreenMode = 2.

Isn't working Windows 7 aswell.

 

Update: On Ubuntu 12.04 it isn't working at all.

Greetings

Lars

Link to comment

Update: Seems like the video fullscreen mode and the resolutions need to be combined to get a whole fullscreen.

In SDK before if i'm remembering it right the fullscreen was called at all if the resolution was 640x480 e.g.

 

Greetings

Lars

Link to comment

Hi Lars,

 

 

video fullscreen mode and the resolutions need to be combined to get a whole fullscreen

 

Yes, you are absolutely right. If you have screen resolution is set to 1024x768, you should set the same engine resolution at startup.

video_mode -1
video_width 1024
video_height 768
video_fullscreen 2

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...