Jump to content

Search the Community

Showing results for tags 'raknet'.

  • 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 there! I'm developing custom server with raknet to work with unigine. I can connect my unigine client code with my custom server code and stablish a connection but when I'm sending data to the server I get an ID_TIMESTAMP package id even if I send a different package Id. In unigine I do this: SharedData shared = class_manage(new SharedData()); shared.addField(50); shared.addField("SOME TEXT!"); network.send(shared,address); In my server i get an ID_TIMESTAMP package id (I can't recall if it was 21 or 27) So, I'm 100% sure i'm doing something wrong, or I'm at the middle of some process. Could you help me figure out what's happening here please? :) Thanks! Edit: I'm using raknet last stable build.
×
×
  • Create New...