#Netcode for entities for a really small-scale shooter?

1 messages · Page 1 of 1 (latest)

plush silo
#

Is using netcode for entities a good idea for an fps game with max like 10 players at once? I am not really worried about performance since the game is really small scale and graphically undemanding, but I am considering netcode for entities because of the premade prediction for it and unity also recommends it. Netcode for entities also seems really challenging, even though I have coded for around a year on unity so I am a bit scared, do I have reason to be? Would making a prediction system for game objects be easier and simpler to maintain?

lyric badge
#

Learning DOTS is indeed challenging. But if you need the game to be competitive, then N4E is the way to go. Or you could check out Photon Quantum, which uses its own custom physics

plush silo