I am new to NetCode for Entity (hereinafter referred to as NfE) and as I understand it, the compiled project is created as a Client-Server application, which can be both a Client and a Server. But if I know for sure (it’s embedded in the very logic of the gameplay) that the Server will always be only on a dedicated server (Linux), it will have no UI, no sounds, no graphics. In this case, is it necessary to separate the Client and server into separate Unity projects, or just add startup arguments, whether the instance of the running program will be a client or a server. What are the cons and pros of both of these methods?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Netcode for Entities Separate Projects nightmare | 0 | 46 | January 15, 2025 | |
Unity netcode - help spliting server and client code into two projects | 3 | 836 | May 15, 2022 | |
Separating Client and Server Code with Unity Netcode for GameObjects | 17 | 2349 | June 13, 2024 | |
Separate Unity projects for client and server? | 2 | 1536 | July 4, 2023 | |
Separated server code from client code | 4 | 2188 | December 27, 2022 |