NangiDev / GDSerCommPlugin

A Godot plugin to read Arduino serial input
MIT License
79 stars 13 forks source link

When plugin active "Nonexistent function 'get_available'" error occures #1

Closed NangiDev closed 4 years ago

NangiDev commented 5 years ago

It seems that the function get_available in MenuLogic.gd isn't found when run as a tool.

I builds the binaries with the instructions in the README.md

I have tried scons p=platform and scons p=windows

OS: Windows 10

https://github.com/NangiDev/GDSerCommPlugin/blob/e90751cfd7877265e72daff7d93854c65f59cd45/addons/GDSerCommDock/MenuLogic.gd#L41

res://addons/GDSerCommDock/MenuLogic.gd:41 - Invalid call. Nonexistent function 'get_available' in base 'Reference (GDSerComm.gdns)'.