2020.1.13f1 New 2D project has compile errors for 2D Animation, 2D PSD Importer, and 2D SpriteShape

Has anyone had the issue when making a new 2D unity project using 2020.1.13f1 where the 2D packages cause compile errors like the following? When I start up a new project, or try importing these into any project I have, I end up with 130+ errors. I tried reinstalling Unity with no luck, and uninstalling the packages solves the issues, but it’s a team project and working for all the other members of the team.


Library\PackageCache\com.unity.2d.spriteshape@4.1.4\Runtime\SpriteShapeGenerator.cs(89,20):
error CS0246: The type or namespace
name ‘float2’ could not be found (are
you missing a using directive or an
assembly reference?)

and

Library\PackageCache\com.unity.2d.spriteshape@4.1.4\Runtime\BezierUtility.cs(3,13):
error CS0234: The type or namespace
name ‘Mathematics’ does not exist in
the namespace ‘Unity’ (are you missing
an assembly reference?)

Got it… unity game engine - Unity3D Package Cache errors(?) - Stack Overflow