I'm super new to coding and I just started using the Godot game engine. I'm trying to get a body in Godot to receive numeric input serially from an Arduino. I know how to do this in C++ as well as python, but have never used a game engine before. Does anyone have any recommendations?
Since I knew how to receive input in python, I tried installing python through Godot's AssetLibrary, but documentation seems to be pretty scarce, so I'm not entirely sure how to run it on Godot. If anyone knows how to integrate python into Gdscript (i.e. have Gdscript call python to read the Arduino output) that would be fantastic, but if anyone has a general simple way of receiving serial input, that would also be great.
Thanks!!