(adsbygoogle = window.adsbygoogle || []).push({});

UnityNuGet Packages Are Now Code Signed

2026-05-13 · Favo Yang · 1 min read

UnityNuGet packages are now code signed. OpenUPM has synced the UnityNuGet cache, so packages resolved through OpenUPM can receive the newly signed versions.

We have also deployed a daily job that compares the OpenUPM cache with the UnityNuGet registry versions. When a cached UnityNuGet package is out of date, the job updates the cached package so the OpenUPM mirror stays aligned on a daily basis.

If your Unity project already downloaded an older org.nuget package, Unity may continue using the local cached copy. To force Unity to fetch the signed package again, close Unity, clean the Unity Package Manager cache, then reopen the project and run a force resolve.

Unity documents the local cache locations here:

https://docs.unity3d.com/Manual/upm-cache.html

In particular, check the global npm and packages cache folders, and remove cached entries for package.openupm.com or unitynuget-registry.openupm.com that contain org.nuget packages.

If Unity still shows a signature mismatch after the local cache has been purged and the project has been resolved again, please create a new OpenUPM issueopen in new window and include the Unity version, package name, package version, registry URL, and the full mismatch message.

Reference: UnityNuGet issue #636open in new window.