Getting Started - Capi-Metaverse/Template GitHub Wiki
In this section we are going to explore the steps to start a React project with the Unity
editor.
For the installation of unity the first thing to do is to go to its download page Unity Page.
You need to register on Unity, once you are on UnityHub make sure you download version 2021.3.12f1.

Once unity is installed, you can make a git clone of this repository, which contains a template that you can start experimenting with.
# Clone Repository
git clone https://github.com/pedrokaskiscapgeminis/Template.git
When cloning the application, the packages necessary for operation are installed.
We have a generalised template, with a defined scenario, in which you can see how the application works, the life cycle and some of its features.
The template contains a Login, which is connected to PlayFab, in order to keep track of the users.
Lobby, is connected to photon fusion, with this we create the different instances where users can connect to each other.
The Scene is where users can interact with their environment and other users, they can move, talk and do different activities.
You have a more extensive documentation explaining the functionality of each part. E.g Backend-Architecture.