tanyuan / braccio-ik-unity

Braccio robotic arm simulator with IK (inverse kinematics) and controller via Serial in Unity.
MIT License
63 stars 21 forks source link

Compile error in Unity 2018.3.0f2 #1

Open m-talha opened 5 years ago

m-talha commented 5 years ago

Upon loading the BraccioIK scene, there is a compile error. Following the readme instructions does not solve the issue.

image

tanyuan commented 5 years ago

Please turn on Serial settings in Unity: Menu Edit > Project Settings > Player > Settings for PC ... Standalone Tab Other Settings > Api Compatibility Level > Choose .NET 2.0

m-talha commented 5 years ago

I have already tried this. .Net 2.0 is selected by default in Unity 2018.3.0f2. This does not affect anything

tanyuan commented 5 years ago

I installed a fresh 2018.3.8f1, and also tried 2017.4 (LTS), and the code compiles fine for both. Maybe you can try other examples for Unity and Arduino to see if you get the same problem.

BISHER-AL-MASRI commented 3 months ago

if anyone is still experiencing this issue, try setting it to .NET Framework.