godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.65k stars 1.58k forks source link

No multiplayer demo with NPC using MultiplayerSynchronizer/Spawner #940

Open bkeys opened 1 year ago

bkeys commented 1 year ago

Description: There is a plethora of tutorials out there for networking but none of them demonstrate how to do something with an NPC that is spawned and controlled by the server. Right now all examples show a player updating their own properties but what if there is an AI of sorts who is a computer player and needs to be controlled by a non-human (the server)? I have not been able to figure this out and there are no examples. Having no NPCs is extremely limiting.

Faless commented 1 year ago

The TPS demo has NPCs (red robots) that are spawned and controlled by the server