Part 2: And Now, Make It Metaverse!
In this second part, we will go deeper into programming. We will integrate Firebase Authentication to add security to our project, forcing users to log in or create a new account, all with screens created with the Unity GUI. We will also create our first Non-Player Character (NPC), a fun 3D animated character, who will offer an indispensable service to us: provide the ability to travel between worlds.
We will also develop functionality that allows the user to acquire a building, link it to the database, and then create an NFT with ChainSafe technology. Finally, we will learn how to integrate Photon SDK, to turn our Metaverse into a multiplayer world, with a voice and text chat that allows users to communicate in real time.
This part has the following chapters:
- Chapter 6, Adding a Registration and Login Form for Our Users
- Chapter 7, Building an NPC That Allows Us to Travel
- Chapter 8, Acquiring a House
- Chapter 9, Turning...