[Package Manager Window] Cannot perform upm operation: Unable to add package [https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask]: Error when executing git command. fatal: unable to access 'https://github.com/Cysharp/UniTask.git/': Failed to connect to github.com port 443 after 21126 ms: Couldn't connect to server [NotFound]. UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
根据报错信息,似乎是因为 Unity 无法连接到 Github 服务器导致的错误。请检查你的网络连接是否正常并且允许 Unity 访问 Github。你可以尝试通过浏览器访问 https://github.com/Cysharp/UniTask.git ,如果无法连接,则说明可能存在网络问题。如果网络连接正常,那么可以尝试使用其他方式安装 Unitask,比如从本地文件夹导入或者使用 Unity Asset Store 安装。
[Package Manager Window] Cannot perform upm operation: Unable to add package [ttps://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask]: Package name 'ttps://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask' is invalid. [InvalidParameter]. UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
根据报错提示,你在安装 Unitask 时,可能是由于输入了错误的包名导致的。请确认你在 PackageManager 中输入的包名是否正确,应该是 https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask
,而不是 ttps://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask
。另外,也可以尝试更新 PackageManager 然后重新安装 Unitask。如果问题仍然存在,请检查你的网络连接是否正常并尝试重新启动 Unity。
Cannot perform upm operation: Unable to add package [file:D:/UnityXX/Unity SDK/unity-jar-resolver-1.2.166.tar.gz]: The file [C:\Users\XIANGY~1.WAN\AppData\Local\Temp.tmp-13112-Be4b3WpQXuMG\package.json] cannot be found [NotFound]. UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
这个错误信息看起来是Unity编辑器在尝试添加一个名为"unity-jar-resolver-1.2.166.tar.gz"的包时发生了问题。具体来说,它似乎无法找到一个名为"package.json"的文件。
可能的解决方案包括:
确保你正在使用正确的文件路径和名称。尝试重新下载并重新添加此包。
确保你的Unity编辑器的版本与此包的要求兼容。查看此包的文档以了解其所需的Unity版本。
尝试清除Unity编辑器的缓存并重新启动编辑器,然后再次尝试添加此包。
希望这些提示可以帮助你解决问题!