Search code examples
unity-game-enginevirtual-reality

New Unity Vr Project Unable to Install XR Interaction Toolkit


I installed Unity 2022.1.11f1 in a folder on my D drive since my C drive is nearly full (I think this may be part of the problem). I made a new project with the VR Core template. When I try to install XR Interaction toolkit I get these error messages:

    [Package Manager Window] Cannot perform upm operation: ENOENT: no such file or directory, mkdir 'D:\Stuff-thats-on-my-desktop\Random Coding Stuff\Unity\Games\Vr Newest\Library\PackageCache\.tmp-13992-4IcEoKfKjCQJ' [NotFound].
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

    [Package Manager Window] Error adding package: com.unity.xr.interaction.toolkit.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

I also get similar error messages when I open the project. I've found nothing on the internet related to this and have no clue how to solve it so I really appreciate any help, thanks


Solution

  • Got it solved. Completely uninstalled unity and reinstalled it entirely on my D drive under /Unity with the subfolders Projects, Editors, and Downloads for each respective setting in Unity Hub, everything worked perfectly after that.