Search Unity

Disable Network Access for Unity Editor

Discussion in 'Getting Started' started by vendaar, Mar 23, 2021.

  1. vendaar

    vendaar

    Joined:
    Dec 15, 2012
    Posts:
    37
    Hallo,
    is there a way to make Unity not want to use the internet? I'm using it in an offline environment and still it constantly tries to connect to other servers, for example when using the package manager. It just slows things down and spams my console with unneccesary errors.

    [Package Manager Window Error] searching for packages offline.
    UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
    [Package Manager Window]connect ETIMEDOUT **.***.**.138:443
    UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
     
    WenlanHuaKG likes this.