Mathematics not found

Hi,

I’m running Unity 2018.2.7f1 and I have the Mathematics package installed (as well as Burst, Collections, Entities and Jobs) but in VS I can’t find Unity.Mathematics…

A picture of the problem in an empty project :


Anyone has an idea ?

Why using statics Unity.mathematics? Remove it. Should solve the issue.

Because it’s what is recommanded on Mathematics github.
But it doesn’t solve the problem :cry:

Oh is it? Didn’t notice that. I need double check.

3650800--298516--upload_2018-9-7_16-58-27.png

While you have Entities, try uninstall math package and see what happens.
Entities come with own mathematics. Unless you looking for specific functions?

1 Like

Thanks a lot, it works !

Well it compiles but in VS the error is still displayed…
And I get this message in the unity console when I reopen the project
Rebuilding Library because the asset database could not be found!

Did you add Unity.Mathematics as a dependency in your Fish assembly definition file?

1 Like

Try reimport all.
I normally reimport all, after changing anything with packages. I found Unity otherwise chokes. :slight_smile:

3 Likes