Jump to content

Search the Community

Showing results for tags 'Window'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 5 results

  1. Hi unigine team, is it possible add a button for show list command in console windows for new release version?
  2. Hi, Our app is a java app that runs Unigine as a dll through jni. We send some messages to Unigine, but I'd like to not send them if the Unigine window isn't the active window. Sorry, there's probably an API call in the docs somewhere, just haven't found it yet. Thanks
  3. Hi, is it possible to set window size through code? This forum thread indicates that we should use App::setVideoMode https://developer.unigine.com/forum/topic/3550-how-to-manipulate-app-window-size/?hl=window+size#entry18743 But that causes a crash, as indicated by this thread: https://developer.unigine.com/forum/topic/2181-solved-set-video-mode-fatal-error/?hl=setVideoMode#entry11925 The second thread indicates we should do this through the console. However, I've used video_height, video_width, and video_mode console commands, and none of them do anything. In the attached screen capture, you can see me trying out different modes, and yet the screen is still 1600x900. Help, please?
  4. [SOLVED] Setting title of window

    Normally title of window is "Unigine Engine..." But after my game starts it is removed and there is no title. Can i set window title manually from code or config? There must be a control because it changes after game starts. SOLVED: In .game file there is a <windowtitle> field. Title can be changed from there.
  5. [SOLVED] Performance in fullscreen mode

    Hi, I've checked the heaven demo (demos/heaven_d3d11.bat) in different modes (Window and full-screen) and would like to share some screenshots with performance graphs. Window mode 1980x1200: Performance window: Full screen 1980x1200: Performance window: The question is why does Unigine perform better in the window mode than in full-screen mode? Best regards, Sergey Shandar.
×
×
  • Create New...