This repository saves the client made for a Project of Investigation for my highschool. It is made with Unity. Also the server for which it is thought is for Funat Server.
I recommend you to install Unity Hub. Once you add this repository as a Unity Project it will tell you the version used by it. Then you can download the right version of the Editor and open it.
The IP and Port which the client uses to connect are hardcoded in multiple places (and that should not be like that, I know):
- Assets/Scripts/UserInterface/StartMenu/Login.prefab
- Assets/Scripts/UserInterface/StartMenu/Register.prefab
- Assets/Scripts/Networking/NetworkInitializer.prefab
When you end having the Project ready then build it and try running it.