Unity.Mathematics now available from User Defines Assemblies
Hello, i am trying to use classes from inside Unity.Mathematics like int3 from inside a User Defined Assembly. However, I get the compiler error saying:
The type or namespace name 'Mathematics' does not exist in the namespace 'Unity'.
I have set the assembly to have no references (as it is the only assembly). It has Test Assemblies ticked off, and the same for Allow unsafe Code. Platforms is set to Any Platform.
What am I doing wrong here?
Comment
Your answer