Search Unity

My game is slow on android device only. What is PlayerConnectionInternal.SendMessage?

Discussion in 'Android' started by unace, Apr 10, 2021.

  1. unace

    unace

    Joined:
    Oct 13, 2014
    Posts:
    23
    Hi,
    My game is slow on android device only. Profiling result with Unity profile is below.
    "PlayerConnectionInternal.SendMessage" is the slowest function. What is it? I googled it, but I couldn't find any helpful info.
    Anyone knows about this?
    upload_2021-4-10_0-37-12.png
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,919
    It's the function for sending data to the Editor, in this case I assume it's the profiler data.
     
  3. MartinTilo

    MartinTilo

    Unity Technologies

    Joined:
    Aug 16, 2017
    Posts:
    2,460
  4. unace

    unace

    Joined:
    Oct 13, 2014
    Posts:
    23
    Thanks for the reply! I will look into the Addressables.
     
    MartinTilo likes this.