Godot-4-Multiplayer-Lan-Tutorial
Godot-4-Multiplayer-Lan-Tutorial copied to clipboard
 Great introduction to peer multiplayer networking on godot
 When you create a game, however many number of players + 1 seem to be created. While this doesn't seem to impact the demo you have made, this can...
I got this: `E 0:00:05:0515 load_source_code: Attempt to open script 'res://GameManager.gd' resulted in error 'File not found'. Condition "err" is true. Returning: err modules/gdscript/gdscript.cpp:1032 @ load_source_code() `
For anyone else testing out project in `MultiplayerScene.gd` at top set as localhost ``` #@export var Address = "204.48.28.159" @export var Address = "127.0.0.1" ```