Every time I boot up Unity, the loading screen appears with an error message popping up saying:
“Copying C:/Program Files/Unity/Editor/Data/Resources/Packages/unity-editor-home-0.0.7.tgz to C:/Users/User/AppData/Roaming/Unity/Packages/unity-editor-home-.0.0.7.tgz: Access is denied.”
I have tried Running as Admin, I have tried completely uninstalling Unity (even from RegEdit) and reinstalling, I’ve tried holding Alt on program startup and yet it still continues to happen. My computer was working fine with an older build and I tried to install 5.3.1f1 and this happened.
Pressing “Force Quit” or “Try Again” never works so I have to hit cancel which then puts Unity to this screen, which is never makes it passed.
Also here is the Log file for Editor:
LICENSE SYSTEM [2016118 14:36:42] No start/stop license dates set
LICENSE SYSTEM [2016118 14:36:42] Next license update check is after 2015-11-14T03:11:31
Built from '5.3/release' branch; Version is '5.3.1f1 (cc9cbbcc37b4) revision 13409467'; Using compiler version '160040219'
OS: 'Windows 10 (10.0.0) 64bit' Language: 'en' Physical Memory: 24557 MB
BatchMode: 0, IsHumanControllingUs: 1, StartBugReporterOnCrash: 1, Is64bit: 1, IsPro: 0
Initialize mono
Mono path[0] = 'C:/Program Files/Unity/Editor/Data/Managed'
Mono path[1] = 'C:/Program Files/Unity/Editor/Data/Mono/lib/mono/2.0'
Mono path[2] = 'C:/Program Files/Unity/Editor/Data/UnityScript'
Mono config path = 'C:/Program Files/Unity/Editor/Data/Mono/etc'
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,defer=y,address=0.0.0.0:56788
ListPackages failed, output: {
"name": "unity-editor",
"version": "5.3.0",
"problems": [
"missing: unity-editor-home@~0.0.7, required by unity-editor@5.3.0",
"missing: unityeditor-cloud-hub@~0.0.1, required by unity-editor@5.3.0"
],
"dependencies": {
"unity-editor-home": {
"required": "~0.0.7",
"missing": true
},
"unityeditor-cloud-hub": {
"required": "~0.0.1",
"missing": true
}
}
}
npm ERR! missing: unity-editor-home@~0.0.7, required by unity-editor@5.3.0
npm ERR! missing: unityeditor-cloud-hub@~0.0.1, required by unity-editor@5.3.0
If you have any ideas let me know, thanks a lot!