Jump to content

Search the Community

Showing results for tags 'network update focus'.

  • 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. Hi , Thank you for reading. Our team is developing a multiplayer combat game using Unigine, it would be seem like the WarGame. We choose the Raknet plugin surpportted by Unigine to realize the network functions. My first question is : How to realize the server to keep updating while the mouse out of focus? Description:When I used the Unigine Sim version 2014-06-04, the server can still update when the mouse out of focus in demos of Raknet Synchronization. It means a lot to our game developing. In this way, if you once start the server, nothing would impact on updates of network. So,anyting else you do on the server, couldn't disturb clients. But, we couldn't find useful things in demos' codes to help us to realize this function in our own game. And after I setup the Unigine Sim version 2014-07-07, I rerun the demos of Raknet in version 2014-06-04 and the function disappears. My second question is : Can Syncker realize the same result in demos of Raknet's Synchronization? Description:Now our server only used to build a network environment waiting for the heterogeneous system in future. Players and AI on clients communicate through the sharing of the SharedStates. We need to present the same world in different viewpoints in different Clients. And every viewpoints is variable on its own PC. At first, we considered to use Syncker. But we thought that syncker can only represent the same world from the server on any clients. And it still troubles us, that if Syncker can realize the same consequent in demos of Raknet's Synchronization? Really look forward to your reply. Wish the best!
×
×
  • Create New...