Began to struggle with the fact that Unity refuses to see System.Numerics . I did everything as advised to me. In the mono folder in the .net 4.0 version, the required namespace is. Further, investigating the problem, I came across the fact that I have all the code in .net 3.5 :
When changing to .net 4.0, it seems to be changing, the code in Visual Studio stops shining red, but Unity still swears. When you restart everything is rolled back.
Question: How to change the .NET framework on which the Unity project runs from 3.5 to 4.0 ?
Anything you might need:
Unity 2017.3.0f3
Error in Unity: The Numerics does not exist in the namespace System. Are you missing Assembly.Numerics assembly reference?
