Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile errors due to missing Unity.Properties types #8

Open
jo3w4rd opened this issue Sep 16, 2019 · 1 comment
Open

Compile errors due to missing Unity.Properties types #8

jo3w4rd opened this issue Sep 16, 2019 · 1 comment

Comments

@jo3w4rd
Copy link

jo3w4rd commented Sep 16, 2019

Such as:

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.

@roclau0102
Copy link

Such as:

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.

it worked, thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants