hello, I have questions about unity netcode and I can’t find the answers on the internet. My question is what exactly is Netcode, does it work like a PUN, that is, is it a game server, can an online game be made using only Netcode and what is the pricing? Thank you for any help.
Netcode for GameObjects is a networking library built for the Unity game engine.
It’s what it says on the tin. It’s a networking library. I would assume it allows you to build a client/ server on top of it if that was the model of communication you went for.
.NET has a very mature set of networking/web libraries so no you can absolutely (for cost of development) build a game server in it or any other language (for that matter) which works with your game.