How can i make the godot spawner node instantiate nodes faster

Godot Version

4.2.2

Question

I am making a fps multiplayer game.In the game the bullets are actual scenes which get instantiated whenever I press the left mouse button , the remote players can see the bullets just fine, the problem is when alot of bullets are being instantiated on the local player, all of the bullets do not appear on the remote instances.

Correct me if I am wrong, but I think the multiplayer spawner node instantiates a scence only every 1 seconds or so

check if you used @rpc(ā€œunreliableā€)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.