using gdscript procotcol buffers

29 views Asked by At

I have an artificial intelligence model with Python, can I integrate this artificial intelligence model into the godot section, I use gdscrpt in the godot section, does gdscript support protocol buffers?

protoc --plugin=protoc-gen-gdscript=/path/to/plugin --gdscript_out=. object_recognition.proto

0

There are 0 answers