Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
A simple Godot networking system for connecting to an online server, spawning players, and updating positions.
Godot Simple Networking
A simple networking base template you can use in your Godot project. It allows to connect to a local server, spawn players from different spawn locations, update the position of each player and share their username and it has a simple chat system that also displays who has connected.
Every script is minimalist to allow you to understand easily how they work and to improve them.
In the Map scene add a Spawners node and one or more Spawn node as a child to set different locations. Network.gd will randomly pick one of the spawn.
YouTube video: https://youtu.be/cp9YBU-iFBs
A simple Godot networking system for connecting to an online server, spawning players, and updating positions.
Reviews
Quick Information
A simple Godot networking system for connecting to an online server, spawning players, and updating positions.