So far, we’ve covered how to create multiplayer games in Unity using Mirror Networking, but that’s only a part of the battle when creating large, scalable multiplayer products. In the following chapters, I’ll discuss how we can implement data persistence for our users and deploy our games in a scalable manner.
In this chapter, I’ll primarily focus on data persistence, so let’s dig right in.
What Is Data Persistence, and Why Is It Important?
When we talk about data persistence in games, we’re ...