GdScript2All icon indicating copy to clipboard operation
GdScript2All copied to clipboard

A transpiler for GdScript (targeting C# and c++) written in Python

Results 2 GdScript2All issues
Sort by recently updated
recently updated
newest added

Python version - 3.13 Godot Version - 4.3 Stable Mono Log > [91mUnicodeDecodeError 'gbk' codec can't decode byte 0x86 in position 99: illegal multibyte sequence[0m at main.py:70 main Traceback (most...

I give another try for exploration. Also this time i learned a bit about rules of github. I wrote player.gd scripted Node. It has a child Camera3D named "PlayerCam" ```...