UNIVERSITY OF WEST ATTICA
SCHOOL OF ENGINEERING
DEPARTMENT OF COMPUTER ENGINEERING AND INFORMATICS
University of West Attica · Department of Computer Engineering and Informatics
Human-Computer Interaction
Vasileios Evangelos Athanasiou
Student ID: 19390005
Viktor Romanyuk
Student ID: 713242017024
Panagiotis Petropoulos
Student ID: 20390188
Georgios Theocharis
Student ID: 19390283
Supervision
Supervisor: Christos Troussas, Assistant Professor
Co-Supervisor: Panagiotis Strousopoulos, Postdoctoral Researcher
Athens, July 2024
This guide explains how to install, configure, and run the Virtual Gym project.
The application is developed with Unity and does NOT require WebGL.
A pre-built Windows executable (.exe) is already included in the repository.
- Windows 10 / Windows 11 (required for running the
.exebuild)
If you only want to run the application, no additional software is required.
If you want to open or modify the project, you will need:
- Install the exact Unity version defined in: ProjectSettings/ProjectVersion.txt
Do not upgrade the Unity version unless explicitly required.
A ready-to-run executable is already provided.
git clone https://github.com/Human-Computer-Interaction/Virtual-Gym.gitor download the ZIP and extract it.
Navigate to the build/ directory
Locate the application file:
VirtualGym.exeDouble-click the .exe file to launch the application
No Unity installation is required to run the executable
-
Add Project
Open Unity Hub and select Add, then choose theVirtual-Gymproject folder. -
Build Application
- Open the project in the Unity Editor.
- Press
Ctrl + Shift + Bto open Build Settings. - Press
Ctrl + Bto build and run the executable.
-
Launch
Navigate to the generated Build folder and runVirtualGym.exe.
Only follow this section if you want to edit, inspect, or extend the project.
- Launch Unity Hub
- Click Add → Add project from disk
- Select the Virtual-Gym project folder
- Open the project using the specified Unity version
- Open the main scene (usually located in
Assets/Scenes/) - Press the ▶ Play button
- Interact with the Virtual Gym environment
To rebuild the executable:
- File → Build Settings
- Platform: PC, Mac & Linux Standalone
- Target Platform: Windows
- Architecture: x86_64
- Click Build
The output will generate a new .exe inside a selected folder.
- Navigate to the
docs/directory - Open the report corresponding to your preferred language:
- English:
User-Manual.pdf,Technical-Manual.pdf - Greek:
Εγχειρίδιο-Χρήστη.pdf,Τεχνικό-Εγχειρίδιο.pdf
- English:
