Android game based on face detection using the camera. This is an unfinished test and I discontinued the project.
- Install Unity and Jetbrains Rider or Visual Studio
- Clone this repo. Make sure to save it where it is not synced to a cloud like OneDrive.
- Open the project.
- Go to
File -> Open Sceneand select the main scene located at./Assets/Scenes. - Open the project folder in your editor using
Assets -> Open C# Project.
If you want to test the project on your device follow these steps.
- Connect your device via USB and enable USB debugging.
- Go to
File -> Build Settings..., selectAndroidand clickSwitch Platform. - Select your device at
Run Device. - Activate
Development Build. (Enables extra features useful for development but that add overhead) - Activate
Script Debugging. (If this is on, you can attach the debugger in your code editor while the game is running on your phone) - Click
Patch And Run.