Programming
Learn to code and ask for help with Godot. Talk about networking, encryption, APIs, you name it, it's all programming and it's all here.
- Y
Running a python script through OS.execute() runs different python version
- PHOBOSS replied
- I'm trying to run an external python script from Godot using the OS.execute command but it's kind of buggy and runs different python versions than on my terminal (zsh). My code in Godot: var output = ...
- P
Customize/fit text in a label, with font size adjustment (dynamic_font_size)
- Calinou replied
- Hello @ all, I would like to display in a label taxt with the maximum font size. So that all characters are still readable. I have already found a solution which works. However, my code (exported to a...
- N
emit_signal will not emit with arguments added, except when signal is connected through Godot GUI
- cybereality replied
- Hi, new to Godot here and first time asking a question, and it's a bit complicated.... I am attempting to connect a signal using code, from a child to its parent node, and have the signal pass an argu...
- V
What are possible reasons for ERR_CANT_CREATE when trying to create an enet server?
- Vetinari started
- I'm trying to build a simple multiplayer game. I have a client project and a server project. In the server project I set up an enet server like this: extends Node var network = NetworkedMultiplayerENe...