Details

Building Multiplayer Games in Unity


Building Multiplayer Games in Unity

Using Mirror Networking

von: Dylan Engelbrecht

66,99 €

Verlag: Apress
Format: PDF
Veröffentl.: 03.12.2021
ISBN/EAN: 9781484274743
Sprache: englisch
Anzahl Seiten: 235

Dieses eBook enthält ein Wasserzeichen.

Beschreibungen

<p>Take a deep dive into creating large-scale, multiplayer games with Unity 3D, using Mirror Networking and a variety of powerful transports. You will learn the fundamentals of RPC/Command multiplayer architecture and dig deeper into networking and data persistence to achieve scalable, highly performant, large-scale, multiplayer games in Unity.</p><p>This book explains how to develop multiplayer games using Unity within a commercial or enterprise environment. You will take a look at the networking fundamentals behind multiplayer games, including packets and the importance of keeping packets small. Next, you will look into Mirror Networking and see how to leverage a variety of transport layers to achieve large-scale, multiplayer games. Using Unity 3D as the core focus, you will get an understanding of the RPC/Command architecture and how you can utilize different authoritative structures to best suit your needs. You will also learn how to scale your architecture and explore industry-leading methods of deploying your game to the masses. You will also get a solid understanding of networking principles.&nbsp;</p><p>The book wraps up with advice from leading experts who shed light on past mistakes and provide valuable insights for your next project. This book breaks down daunting concepts into easy-to-understand pieces of knowledge to help you create your first multiplayer game. It is a must-read for any developer looking to understand multiplayer games and networking.</p><div><div><br></div><div><br></div><div><b>What You Will Learn</b></div><div><p>●&nbsp; &nbsp; &nbsp; &nbsp;Learn advanced multiplayer concepts and how to use them</p><p>●&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Understand the key concepts for creating multiplayer virtual experiences</p><p>●&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Know the basics of computer networking and how to employ them</p><p>●&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deploy large, scalable multiplayer infrastructures for your games</p><p>●&nbsp; &nbsp; &nbsp; &nbsp;Gain insights from other industry professionals</p></div><b><div><b><br></b></div><div><b><br></b></div>Who Is This Book For</b><div><b><br></b><div>Intermediate to advanced Unity 3D developers looking to understand multiplayer networking and deploying large-scale products. Having a solid understanding of C# and Unity is required, and having an understanding or prior experience with networking principles such as IPv4 would be advantageous.</div></div></div>
Chapter 1: Introduction<div>Sub-Topics</div><div>● Why you should care about the contents of this book</div><div>● Prerequisites & Resources</div><div><br></div><div>Chapter 2:&nbsp; The Messenger Pigeon, Packets, and a Trip Around the World</div><div>Sub-Topics</div><div>● Introduction to networking</div><div>● Understanding packets</div><div>● How packets of data get transported across the world</div><div>● IPV4 and UDP</div><div>● The transport layer</div><div>● The firewall</div><div>● The importance of keeping your packets small</div><div><br></div><div>Chapter 2:&nbsp; A Hall of Mirrors and Apathy</div><div>Sub-Topics</div><div>● What is Mirror Networking</div><div>● Understand where Mirror comes from and why it was created</div><div>● Learn the limitations of Mirror</div><div>● Break some of those limitations with Apathy</div>● What is Apathy and where to get it?<div>● The client, the server, and the host</div><div><br></div><div>Chapter 3: The Chain of Command</div><div>Sub-Topics: &nbsp;</div><div>● Game server architecture</div><div>● Authority</div><div>● Understanding the chain of command</div><div>● Remote Procedure Calls (RPC’s)</div><div>● Commands</div><div>● Syncvars</div><div>● Syncvar Hooks</div><div>● Mirror Events</div><div>● Creating our first multiplayer game</div><div><br></div>Chapter 4: Memory of a Goldfish<div>Sub-Topics:&nbsp;</div><div>● What are database engines?</div><div>● Relational vs non-relational databases</div><div>● A few popular relational database engines with their pros and cons</div><div>● A few popular non-relational database engines with their pros and cons</div><div>● Designing the database</div><div>● Connecting to the database from your game server</div><div>● Storing information</div><div>● Retrieving information</div><div>● Serving information to your players</div><div><br></div><div>Chapter 5: Scaling Up, A Lot</div><div>Sub-Topics:&nbsp;</div>● The cloud<div>● AWS</div><div>● Google Cloud</div><div>● Azure</div><div>● Unity Multiplay</div><div>● Hosting your databases</div><div>● Understanding the bottleneck</div><div>● How Apex Legends created the perfect launch</div><div>● Stress testing and stress clients</div><div>● Things to consider, like security</div><div><br></div><div>Chapter 6: Insights From the Masters</div><div>Sub-Topics:&nbsp;</div><div>● 10 Mini-stories and interviews of game developers</div><div><br></div><div>Chapter 7: Challenge What You Know</div><div>Sub-Topics:&nbsp;</div><div>● 2 beginner multiplayer challenges</div><div>● 2 intermediate multiplayer challenges with user data persistence</div><div>● 1 advanced multiplayer challenge with user and world data persistence</div><div><br></div><div>Chapter 8: Conclusion</div><div>Sub-Topics:&nbsp;</div><div>● Next steps for the reader</div><div>● Best wishes and thanks</div>
<div><b>Dylan Engelbrecht</b>&nbsp;is a Unity specialist. Born and raised in South Africa, he has worked at&nbsp;the top enterprise VR development studio in South Africa, and he’s currently working at the largest game development studio on the continent. He has in-depth knowledge of commercial and enterprise game development, with work showcased by invite at Comic-Con Africa and rAge Expo. He is an avid gamer who enjoys immersive experiences and real-time strategy games.<br></div>
<p>Take a deep dive into creating large-scale, multiplayer games with Unity 3D, using Mirror Networking and a variety of powerful transports. You will learn the fundamentals of RPC/Command multiplayer architecture and dig deeper into networking and data persistence to achieve scalable, highly performant, large-scale, multiplayer games in Unity.</p>

<p>This book explains how to develop multiplayer games using Unity within a commercial or enterprise environment. You will take a look at the networking fundamentals behind multiplayer games, including packets and the importance of keeping packets small. Next, you will look into Mirror Networking and see how to leverage a variety of transport layers to achieve large-scale, multiplayer games. Using Unity 3D as the core focus, you will get an understanding of the RPC/Command architecture and how you can utilize different authoritative structures to best suit your needs. You will also learn how to scale your architecture and explore industry-leading methods of deploying your game to the masses. You will also get a solid understanding of networking principles.&nbsp;</p>

<p>The book wraps up with advice from leading experts who shed light on past mistakes and provide valuable insights for your next project. This book breaks down daunting concepts into easy-to-understand pieces of knowledge to help you create your first multiplayer game. It is a must-read for any developer looking to understand multiplayer games and networking.</p><p>You will:<br></p><div> <p>●&nbsp; &nbsp; &nbsp; &nbsp;Learn advanced multiplayer concepts and how to use them</p>

<p>●&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Understand the key concepts for creating multiplayer virtual experiences</p>

<p>●&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Know the basics of computer networking and how to employ them</p>

<p>●&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deploy large, scalable multiplayer infrastructures for your games</p>

<p>●&nbsp; &nbsp; &nbsp; &nbsp;Gain insights from other industry professionals</p></div>
<p>Is a complete guide on Mirror for Unity</p><p>Follows an easy-to-understand approach</p><p>Gives useful tips and tricks from industry experts</p>

Diese Produkte könnten Sie auch interessieren:

c't Working with AI
c't Working with AI
von: c't-Redaktion
EPUB ebook
12,99 €
Oracle Cloud Infrastructure (OCI) GoldenGate
Oracle Cloud Infrastructure (OCI) GoldenGate
von: Y V Ravi Kumar, Raghavendra S, Ankur Goel
PDF ebook
56,99 €
c't Working with AI
c't Working with AI
von: c't-Redaktion
EPUB ebook
12,99 €