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. Dismiss Notice

Android 14600 bytes limit

Discussion in 'Multiplayer' started by ElChapoIII, May 13, 2023.

  1. ElChapoIII

    ElChapoIII

    Joined:
    May 13, 2023
    Posts:
    1
    I'm trying to send some information from PC to cellphone, when I run the program inside unity editor it sends everything alright, however, as soon as I try in android, it only recieves a packet of max 14600 bytes and some times even less, does anyone knows why???
    Here is the recieved info bytes in the logcat debugger:


    Here is in the normal unity debugger, running directly on unity:
     
  2. CodeSmile

    CodeSmile

    Joined:
    Apr 10, 2014
    Posts:
    3,629
    How are you sending? What tech? Code?