Hi everyone,
I am trying to build a Unity app for Windows 64 bit. I made sure every “.asmdef” in ROS TCP Connector package would look like this:
I have selected “Windows, Mac, Linux” as build platform. Then, pressed to Build and Run. After a minute i have seen 32 error messages popping up at once. All of them were about ROS TCP Endpoint package and they were mostly CS0246 and CS0234 errors. With a single CS0115 error about TF. Here are one of these CS0246 errors and one of these CS0234 errors:
Is that something about Unity? Or is that something anout ROS TCP Connector? Am i missing something?