https://github.com/rwth-acis/miniaturefigure-fy
https://github.com/rwth-acis/miniaturefigure-fy
android unity vuforia
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rwth-acis/miniaturefigure-fy
- Owner: rwth-acis
- Created: 2020-05-19T05:26:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T13:53:04.000Z (about 6 years ago)
- Last Synced: 2025-04-13T15:43:40.352Z (about 1 year ago)
- Topics: android, unity, vuforia
- Language: C#
- Size: 1.26 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiniatureFigure-FY
Vuforia AR application that recognizes a specific image and displays a walking 3D model on top of the image
## Prerequisites
* [Unity 2018.4.21](https://unity3d.com/get-unity/download/archive)
* [Visual Studio 2017](https://visualstudio.microsoft.com/de/vs/older-downloads/)
* Android Phone or Webcam
## Installing
### Needed modules for Unity
* MonoDevelop/Unity Debugger
* Android Build Support
* Windows Store .NET Scripting Backend
* Windows Store IL2CPP Scripting Backend
* Vuforia Augmented Reality Support
## Deployment
Clone or download projekt folder
### Running in Unity Editor
* Open project folder with Unity and run in editor using webcam as camera
### Running on Android Phone
* Put the phone in Developer Mode
* Set the paths for jdk and Adroid Studio sdk in the Unity settings
* Select your Android version in player settings
* Build and run on Unity for your Android device
## Authors
* **Yul Eberlein** - *Initial work*
* **Felix Voigtländer** - *Initial work*