UduinoManager Script can not be loaded

Issue #48 new
Former user created an issue

After Importing Uduino into Unity and dragging the Uduino component following error appeared:

Assets\Uduino\Editor\UduinoManagerEditor.cs(1985,29): error CS1061: 'UnityWebRequest' does not contain a definition for 'result' and no accessible extension method 'result' accepting a first argument of type 'UnityWebRequest' could be found (are you missing a using directive or an assembly reference?)

Assets\Uduino\Editor\UduinoManagerEditor.cs(1985,55): error CS0117: 'UnityWebRequest' does not contain a definition for 'Result'

I can't do anything (like selecting Arduino Libary) because it says i need to fix these errors. Newest version of Uduino and Unity 2019.4.20f1

Thanks in advance

Comments (2)

  1. Marc Teys repo owner

    Thanks for reporting this issue. It seems that indeed it is an Uduino Error with the version 2019. Can you try to Update to the latest version of Uduino and upgrade your project to Unity 2020?

  2. Richard Heyder

    I upgraded to a Unity 2021 Project since I already had an install of that version. It fixed this issue, thank you!

  3. Log in to comment