A brief description of what this project does and who it's for
Install Unity Version 2022.3.32f1 LTS
- Meta Quest pro, 2, or 3 with USB cable
- Meta Quest Link app
Note : you will need a supported GPU in your laptop, minimum Geforece 1650 ti
Server Version is already runnig on the Ubuntu server 20.4 at 193.167.189.219
- Step 1 : Download the client build form here
- Step 2 :
Run the exe file - Step 3 :
click on the start cilent button. This should spawn the avatar on to the scene.
- Step 4 :
You can run as many clients as needed - Step 5
Use the mouse and W A S D keys to control the Avatar
- Step 1 : Download the client repo form here
- Step 2 : Unzip the folder
- Step 3 : Open the Project in Unity Hub
Click on the Projects tab on the left side. Click the Open button. Navigate to the folder where you extracted the project. Select the folder containing the Assets, ProjectSettings, and other subfolders (this is the root folder of the project), then click Select Folder. Let Unity Load the Project
Note : If prompted to upgrade the project, decline if possible, or confirm that it’s okay before proceeding (depending on the Unity version installed). Check for Missing Packages (if necessary): If there are missing dependencies or packages, Unity may prompt you to install them. Follow the instructions in the Unity console if any packages need to be installed.
- Play the Project:
Once the project is loaded, look for the Scene folder. open the scene v1.
Click the Play button at the top center of the Unity Editor to run the project in the Unity Editor.
Note : You can use unity's in build profiler or FishNet Profiler Plugin for analysys.
The project is inside the EMETA/LinuxBuld folder of the ubuntu server and runnig on the headless mode (without graphics). (Which I have given access already. use the pem file and the passcode for SSH)
- To run the Server build issue the command below (I already set it up to run always, and will be uploading new changes)
ubuntu@emeta:~/EMETA/LinuxBuild$ ./emeta.x86_64 -batchmode -nographics
- To get the server log to a file issue the following command
ubuntu@emeta:~/EMETA/LinuxBuild$ ./emeta.x86_64 -batchmode -nographics > server.log 2>&1 &
You can download the server repo from here
VM is hosted on https://pouta.csc.fi/ with the following specifications.
- public ip
193.167.189.219 - Configuration



