- Home /
Unity Netcode
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.
Answer by sacredgeometry · Nov 25, 2021 at 01:16 PM
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.
Your answer
Follow this Question
Related Questions
Can I create one server using Photon? 0 Answers
photon server cant lunch the "loadbalancing". 0 Answers
Unity Online Not Work 2 Answers
Best way to do a multiplayer game? 1 Answer
How many current players will I get daily if I have 10k installs 1 Answer