godot-python icon indicating copy to clipboard operation
godot-python copied to clipboard

Python support for Godot 🐍🐍🐍

Results 129 godot-python issues
Sort by recently updated
recently updated
newest added

Hi I get the above error when downloading from AssetLib within Godot. `ERROR: read_response_body_chunk: HTTP Chunk too big!! >16mb` Any idea to fix?

``` $ C:\Users\gbleu\source\repos\godot-python\build\windows-64\platforms\Godot_v3.2.2-stable_win64.exe --path examples\pong -e --verbose WinTab context creation failed. Godot Engine v3.2.2.stable.official - https://godotengine.org WinTab context creation failed. Using GLES3 video driver OpenGL ES 3.0 Renderer: GeForce GTX...

bug

when i install Godot-python and restart Godot nothing change at all and Godot does not recognize .py file as accepted extensions i tried installing it from the asset store and...

First of all, thank you for your effort in trying to add this beautiful language to the Godot Engine. Whenever I try to run a project that Autoloads GDScripts, the...

Before I start I want to say thanks to everyone for making the Python implementation. GdScript is ok, but having Python is incredibly powerful. Hopefully one day it can be...

I recently did a virtual talk for PyOhio on using godot-python and wanted to share it here. If you find it helpful, it could be something to point to in...

First of all, thank you for the great contribution! Amazing job! One of the most strong Godot features is yielding to signal. Especially yielding to `complete` signal of GDScriptFunctionState. It...

Thanks for binging Python to Godot! Is it possible to add support for web export as well? There is a project https://github.com/iodide-project/pyodide can run python in browser. Given that, how...

using e.g. `@rpcremote` does not work properly (method does not get registered). I think you forgot to `return decorated` in : ```python def __call__(self, decorated): if isinstance(decorated, ExportedField): decorated.rpc =...

I would like to use the GDScript yield function in a .py file, but I'm not sure how to form the syntax or if it's supported. GDScript syntax example: `yield(get_tree(),...

enhancement
help wanted