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

'Remoting' does not exist in the namespace 'System.Runtime'

Discussion in '2018.3 Beta' started by georgeq, Sep 12, 2018.

  1. georgeq

    georgeq

    Joined:
    Mar 5, 2014
    Posts:
    662
    I'm getting this error after upgrading from 2018.2:

    Library\PackageCache\com.unity.entities@0.0.12-preview.12\Unity.Rendering.Hybrid\MeshInstanceRendererSystem.cs(2,22): error CS0234: The type or namespace name 'Remoting' does not exist in the namespace 'System.Runtime' (are you missing an assembly reference?)

    The error went away by commenting the line.
     
  2. Gray_Master

    Gray_Master

    Joined:
    Jun 20, 2010
    Posts:
    152
    for me too
    ps. in 2018.2 it is ok all
     
  3. Fabrice_Lete

    Fabrice_Lete

    Unity Technologies

    Joined:
    May 5, 2018
    Posts:
    55
    HunnyMalik and budtugly like this.
  4. Gray_Master

    Gray_Master

    Joined:
    Jun 20, 2010
    Posts:
    152
    thx for answer :)
     
  5. georgeq

    georgeq

    Joined:
    Mar 5, 2014
    Posts:
    662
    Thanks!

    I removed the offending line and the problem was solved, seems like this line is obsolete.
     
  6. Gray_Master

    Gray_Master

    Joined:
    Jun 20, 2010
    Posts:
    152
    georgeq, i switch to Api Level 4.x & truble has been fixed
     
  7. georgeq

    georgeq

    Joined:
    Mar 5, 2014
    Posts:
    662
    Yes, I did that before know this was the proper solution. Thanks!
     
  8. Gray_Master

    Gray_Master

    Joined:
    Jun 20, 2010
    Posts:
    152
    no problem!