# Using vuforia and magic leap 2 interaction together

**URL:** https://forum.magicleap.cloud/t/using-vuforia-and-magic-leap-2-interaction-together/1481
**Category:** Vuforia Engine
**Created:** [February 10, 2023, 12:19pm UTC](https://forum.magicleap.cloud/t/using-vuforia-and-magic-leap-2-interaction-together/1481 "2023-02-10T12:19:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![surbhit.kumar](https://avatars.discourse-cdn.com/v4/letter/s/2bfe46/32.png) [@surbhit.kumar](https://forum.magicleap.cloud/u/surbhit.kumar)
#### Post date: [February 10, 2023, 12:19pm UTC](https://forum.magicleap.cloud/t/using-vuforia-and-magic-leap-2-interaction-together/1481/1 "2023-02-10T12:19:22Z")

</div>

How do we use Vuforia and magic leap 2? As per the guide we can do vuforia image target detection with the magic leap 2. How do we interact with the cube which is augmented after target detection.  
After the cube is displayed there is no controller raycast/pointer which is being displayed.

---

<div class="post-metadata">

### Author: ![kvlasova](https://avatars.discourse-cdn.com/v4/letter/k/f6c823/32.png) [@kvlasova](https://forum.magicleap.cloud/u/kvlasova)
#### Post date: [February 10, 2023, 3:12pm UTC](https://forum.magicleap.cloud/t/using-vuforia-and-magic-leap-2-interaction-together/1481/2 "2023-02-10T15:12:11Z")

</div>

Hi @surbhit.kumar,

You can use the Magic Leap Unity SDK to interact with objects in your scene.  
[Here](https://developer-docs.magicleap.cloud/docs/guides/unity/input/controller/unity-controller-overview) is a section of documentation which explains how to use the controller.

For a quicker way to test it, I recommend modifying the Controller scene from the [Unity Examples](https://developer-docs.magicleap.cloud/docs/guides/unity/sdk-example-scenes) package (available in Magic Leap Hub) and adding Vuforia to it.
