Every time I open Unity 2021.x it gives me a ton of errors I fixed most of them but there's one error that seems there's no fix for I've looked through multiple threads videos and other stuff and didn't find any solution this is the error I'm getting
**Library\PackageCache\com.unity.services.core@1.4.3\Runtime\Core.Internal\Registry\DependencyTreeExtensions.cs(4,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.services.core@1.4.3\Runtime\Core.Internal\Registry\DependencyTreeExtensions.cs(51,24): error CS0246: The type or namespace name 'JObject' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.services.core@1.4.3\Runtime\Core.Internal\Registry\DependencyTreeExtensions.cs(74,24): error CS0246: The type or namespace name 'JObject' could not be found (are you missing a using directive or an assembly reference?)**
and I can't change version because im working with a team
↧