Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug Error Unity NotSupportedException: linked away

Discussion in 'Android' started by Paradoks, Sep 27, 2020.

  1. Paradoks

    Paradoks

    Joined:
    Oct 13, 2009
    Posts:
    436
    Hello,

    I can build my android game without problem on Unity 18.4.16
    But when i compile on higher unity versions:
    2019.4.10 - 2019.1.11 - 2020.1.6
    In the game i got this error that makes it crash:
    NotSupportedException: linked away

    My game is networked btw, looks like the bug occurs when i load the online scene.
    This error could be similar to mine:
    https://answers.unity.com/questions/1741592/error-unity-notsupportedexception-linked-away.html
    What would mean, that pre 2019 Unity versions handles networking differentely.

    -What is this supposed to mean?
    -When i run the game in the editor it works without problems.

    Any idea ?

    Thanks