Jump to content

Search the Community

Showing results for tags 'video_restart'.

  • 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 1 result

  1. Hey Unigine, in attachment you'll find a sample project to reproduce this error. Error explanation: If i try to change the video mode: engine.console.setInt( "video_mode", 3 ); And after this I restart the engine with: engine.console.run ( "video_restart" ); The project is reloaded and the size of the frame is restartet but the problem is that: engine.app.getWidth / engine.app.getHeight Isn't updatet. The width and height are just updated after a second press on the button which is attached, but not with the first one - which should be so? I found a work around with trigger: engine.console.run("world_reload"); But I realy don't know in which issues we run with this call, and at all the whole project is reloaded and not just the video. A fast feedback and solution would be very good. Thanks & Greetings Lars roa.rar
×
×
  • Create New...