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
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Please update com.unity.collections reference of System.Runtime.CompilerServices.Unsafe

Discussion in 'Experimental Scripting Previews' started by SLGSimon, Jul 23, 2019.

  1. SLGSimon

    SLGSimon

    Joined:
    Jul 23, 2019
    Posts:
    80
    Currently com.unity.collections is referencing System.Runtime.CompilerServices.Unsafe 4.3

    System.Memory requires System.Runtime.CompilerServices.Unsafe (>= 4.5.0) so anything referencing that will cause an error

    The latest version is 4.5.2 but 4.5.0 would suffice.