Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

'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:
    640
    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:
    47
    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:
    640
    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:
    640
    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!