Tag Archives: using Unity.Mathematics

How to Solve Unity2020 using Unity.Mathematics Error

First of all, this is because your project does not have this package, so where do you download the package?

Of course, it was downloaded from package manager, but it was not found after opening. What’s the matter?

Unity modified some package manager strategies in 2020.1. Packages in the early development stage and inactive development cannot be directly searched (even if show preview package is opened, it cannot be found, nor in the list)

So I want to download com unity. mathematics

First, open package manager

Click add package from git URL

Then send com unity. Click “Mathematics” and press “enter” to download automatically

After downloading, you can use it

Another situation is that there is an error in your vs, but there is no error on the unity console:

The solution is to modify the API compatibility level. Why you modify it is not important. You can modify it to 4.X is modified again. After modification, your vs can return to normal, using unity Mathematics, no more errors will be reported