From 0133656ee8a922ab1309a864aa88bf0f1c36b688 Mon Sep 17 00:00:00 2001 From: Diogo Cruz Date: Wed, 7 Nov 2018 10:25:20 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 072a681..40b0ed3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -# RVAU -Projeto para RVAU +# Beginner Vuforia +In this project you'll find 3 mini-projects that will help you start learning Vuforia with Unity. + +### Weather Board +Here you can understand how to make external api calls and change the object based on the result of the call. + +### Video Player +An example on how to collide Vuforia image targets and how to use the VideoPlayer class of Unity. + +### Pop the Balloon +The classic game of shooting balloons will teach you how to make the Vuforia targets interact with buttons and destroy objects from afar. It also gives an example of an undo button.