- Home /
Unity shows only Unity Package Error
If I open my Unity Project on Version 2018.2.16f1 it shows the following text:
Failed to start Unity Package Manager: operation timed out. Please see Editor.log file for more information.
The Editor.log file shows:
LICENSE SYSTEM [20181120 17:47:26] Next license update check is after 2018-11-17T18:02:34
LICENSE SYSTEM [20181120 17:47:26] 00325-95800-00000-AAOEM != 00325-95861-67913-AAOEM
Built from '2018.2/staging' branch; Version is '2018.2.16f1 (39a4ac3d51f6) revision 3777708'; Using compiler version '191225831' OS: 'Windows 10 (10.0.0) 64bit' Language: 'de' Physical Memory: 8058 MB BatchMode: 0, IsHumanControllingUs: 1, StartBugReporterOnCrash: 1, Is64bit: 1, IsPro: 0 [Package Manager] Server::Start -- Port 62848 was selected ListPackages failed, output: { "name": "unity-editor", "version": "5.7.0", "problems": [ "extraneous: unityeditor-collab-history@0.6.10 C:\\Users\\Simon\\AppData\\Roaming\\Unity\\Packages\\node_modules\\unityeditor-collab-history" ], "dependencies": { "unityeditor-collab-history": { "version": "0.6.10", "extraneous": true, "problems": [ "extraneous: unityeditor-collab-history@0.6.10 C:\\Users\\Simon\\AppData\\Roaming\\Unity\\Packages\\node_modules\\unityeditor-collab-history" ], "from": "unityeditor-collab-history.0.6.10.tgz", "resolved": "file:unityeditor-collab-history.0.6.10.tgz" }, "unity-editor-home": { "version": "2.1.4", "from": "unity-editor-home.2.1.4.tgz", "resolved": "file:unity-editor-home.2.1.4.tgz" }, "unityeditor-cloud-hub": { "version": "0.0.15", "from": "unityeditor-cloud-hub-0.0.15.tgz", "resolved": "file:unityeditor-cloud-hub-0.0.15.tgz" }, "unityeditor-collab-toolbar": { "version": "0.7.16", "from": "unityeditor-collab-toolbar.0.7.16.tgz", "resolved": "file:unityeditor-collab-toolbar.0.7.16.tgz" } } }
What can I do?