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

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.

for me too
ps. in 2018.2 it is ok all

This problem is related to this one and the fix is the same: Entity debugger is missing on the Window menu

For now you can switch your project to Api Level 4.x in Player Settings. (or delete the line as you did)

And thanks for reporting the issue :slight_smile:

2 Likes

thx for answer :slight_smile:

Thanks!

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

georgeq, i switch to Api Level 4.x & truble has been fixed

Yes, I did that before know this was the proper solution. Thanks!

no problem!