Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

TCP File Transfer over UDP

Discussion in 'Multiplayer' started by llavigne, Sep 23, 2008.

  1. llavigne

    llavigne

    Joined:
    Dec 27, 2007
    Posts:
    977
    I came across this new protocol which apparently speeds up transmission (50x) over unreliable network (like, say, the web?) it sits on top of UDP to which it adds reliability (and I'm sure other goodies since the license is pricey):

    http://www.filecatalyst.com/products/accel.html

    I wonder if it's possible to override Unity's asset loading to use something like this.