best fps networking tutorial?

So I want to start an online fps game… doesn’t need to require “game room list” like I have seen all tutorials on. Is there a tutorial or 3rd part script where I can simply host the game from my computer, and have a client connect from another? Also, server interpolation and having as little lag as possible is preferable.

I’m sure some people have made FPS online games already, where is the best place to start?

There are no good ones, building a decent multiplayer FPS is a very complicated task. It’s not something one easily explains in tutorial format.

the most we can recomend to you is to learn the networking tutorials regardless if the game or example they are using isn’t a fps games so you can understand the concepts for networking. in the asset store you can find some tutorial. on youtube you have remixgames and other and in here on the unity website there is the networking tutorial

Thanks, I have and always am looking at examples/few tutorials, they have helped me to a point.