Entities 1.0 2D URP fix

Yes you can’t just edit the PackageCache files. They’re copied in there from an original source somewhere. On Linux they’re here ~/.config/unity3d/cache/packages but I don’t know where they are on Windows sorry. I’ve always just changed the original source files, not the PackageCache ones.

However in searching, I found this , so I think you can straight copy the com.unity.2d.animation@9.0.1 folder from YourProject/Library/PackageCache to YourProject/Packages and that seems to override/replace Unity’s version.
I’d never done that before but it appears to work in my quick testing.

4 Likes