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. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    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.