# 1. AR Basics: Move the ball - Create an Unity AR Project for Android - Make sure there is an image tracker in the project tracking an image. - Each time an registered image is detected, a cursor should be drawn like in the following example: ![](https://i.imgur.com/CZKK1mb.png =300x) - Create a UI with a button at the bottom. - When Pressed, an object/prefab moves to the cursor location (Hint: Lerp). - Example: - {%youtube 96-oVLaw7qE %} ## Solution https://github.com/howest-mct/MixedReality_AREx01