Skip to content

bischoff-m/ar-fitness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ar-fitness

Android game based on face detection using the camera. This is an unfinished test and I discontinued the project.

Quick Start

  1. Install Unity and Jetbrains Rider or Visual Studio
  2. Clone this repo. Make sure to save it where it is not synced to a cloud like OneDrive.
  3. Open the project.
  4. Go to File -> Open Scene and select the main scene located at ./Assets/Scenes.
  5. Open the project folder in your editor using Assets -> Open C# Project.

Build and Run

If you want to test the project on your device follow these steps.

  1. Connect your device via USB and enable USB debugging.
  2. Go to File -> Build Settings..., select Android and click Switch Platform.
  3. Select your device at Run Device.
  4. Activate Development Build. (Enables extra features useful for development but that add overhead)
  5. Activate Script Debugging. (If this is on, you can attach the debugger in your code editor while the game is running on your phone)
  6. Click Patch And Run.

About

Android game based on face detection using the camera

Resources

License

Stars

Watchers

Forks