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.
Latest engine news:
- 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...