-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Useless import should be removed #1779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It generates error CS0234 in Unity 2018.3.10f1, too |
Hi, I can't reproduce this error on my machine. Are you seeing this error in Unity or in some external editor? Could you please attach screenshot? |
@mantasp |
Thank you! turns out it's related to API compatibility setting == ".NET Standard 2.0", which is not a default for ML Agents project. |
Fix landed to "develop" branch |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Just a heads up -- unused import
System.Runtime.Remoting.Messaging;
should be removed fromBarracudaModelParamLoader.cs
because it generates an error in Unity 2018.3.6The text was updated successfully, but these errors were encountered: