You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library/PackageCache/[email protected]/Editor/Serialization/Generation/CSharpGenerationBackend.cs(9,24): error CS0234: The type or namespace name 'Serialization' does not exist in the namespace 'Unity.Properties' (are you missing an assembly reference?)
The easiest fix seems to be to remove the Entities package and add the Mathematics package manually.
The text was updated successfully, but these errors were encountered:
Library/PackageCache/[email protected]/Editor/Serialization/Generation/CSharpGenerationBackend.cs(9,24): error CS0234: The type or namespace name 'Serialization' does not exist in the namespace 'Unity.Properties' (are you missing an assembly reference?)
The easiest fix seems to be to remove the Entities package and add the Mathematics package manually.
Such as:
The easiest fix seems to be to remove the Entities package and add the Mathematics package manually.
The text was updated successfully, but these errors were encountered: