Anyone with a solution to the UN1303 NuGet error for an offline build of UE5.1 in Visual Studio 2022?
The problem just started with UE5 release and up.
unable to load the service index for source https //api.nuget.org/v3/indeal enx.json
Anyone with a solution to the UN1303 NuGet error for an offline build of UE5.1 in Visual Studio 2022?
The problem just started with UE5 release and up.
unable to load the service index for source https //api.nuget.org/v3/indeal enx.json
sorry,i not speak english.
you can look https://blog.csdn.net/qq_35793394/article/details/124248544
###1.关闭VS
删除C:\Users\xxx\AppData\Roaming\NuGet下的整个nuget.config文件
reg add “HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client” /v DisabledByDefault /t REG_DWORD /d 0 /f /reg:32
reg add “HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client” /v DisabledByDefault /t REG_DWORD /d 0 /f /reg:64
reg add “HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client” /v Enabled /t REG_DWORD /d 1 /f /reg:32
reg add “HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client” /v Enabled /t REG_DWORD /d 1 /f /reg:64
The UN1303 NuGet error can occur when Visual Studio is unable to locate or download a required NuGet package during a build. This can happen if the NuGet package source is not configured correctly or if the package is not available in the configured sources.
To resolve this issue, try the following steps:
If the problem is fixed please let us know the solution, thank you !
I want to build UE5 in offline mode, report shows a lot of Nuget packages are missing.
Find a computer that can compile normally, and import all the files in its C:\Users\UserName.nuget to your offline computer to solve this problem.
Find a computer that can compile normally, and import all the files in its C:\Users\UserName.nuget to your offline computer to solve this problem.