siemens / ros-sharp

ROS# is a set of open source software libraries and tools in C# for communicating with ROS from .NET applications, in particular Unity3D
Apache License 2.0
945 stars 364 forks source link

Build Error. #425

Closed HansAItec closed 5 months ago

HansAItec commented 2 years ago

I completed the communication between ROS and Unity. It works all fine in Unity's window. But when I want to build everything I done. The following error occurs: 3e2b66295ee0053a085f2c468273321

So waht should I do to fix that. Someone help me. Thanks!

repa1030 commented 2 years ago

Same problem; Did you find a solution for that?

repa1030 commented 2 years ago

Solved: Just add the following line to your manifest.json file

"com.unity.nuget.newtonsoft-json": "2.0.2"

MartinBischoff commented 5 months ago

outdated / closing due to inactivity