Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

System.Numerics missing

Discussion in '2017.1 Beta' started by Aurigan, Jul 10, 2017.

  1. Aurigan

    Aurigan

    Joined:
    Jun 30, 2013
    Posts:
    291
    So ... using 2017.1.0f2 I change the 'Scripting Runtime Version' to 4.6 in the editor and try to use System.Numerics in a script but the Editor and Monodevelop both show the error:

    The type or namespace name `Numerics' does not exist in the namespace `System'. Are you missing `System.Numerics' assembly reference?

    What's up with that? Are there other steps needed to enable this?