Skip to content

Roboy/ss18_PocketBoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ss18_PocketBoy

PocketBoy is an AR learning app for children in the field of robotics. It is available for Android for smartphones which support ARCore.

Installation Guide

Setup:

  1. Clone repository:
git clone https://github.com/Roboy/ss18_PocketBoy.git
  1. Install Unity 2018.2.12f1

  2. Install Android SDK and setup the path in Unity to the SDK, click here for further instructions

  3. Open the project in Unity

Optional: PocketBoy uses Google Cloud TTS, if you have a valid API key

4a) Create a TTS configuration file in the path shown in the picture to avoid publishing your key, as the contents of the folder are ignored by a local .gitignore

create-tts tts-path

4b) Setup the TTS configuration file

setup-tts

4c) Drag the TTS configuration file to the Roboy prefab

roboy-path roboy-tts

Build

  1. Switch to Android platform in the build settings and press on build

build

  1. If you have build errors due to some error from Gradle saying that the NDK bundle is missing, switch to internal

build-internal