Vuforia Image Tracking is not working in Unity

Hello, Actually I am trying to test vuforia image tracking but its not working. the camera is opening in the editor. but showing solid color instead of displaying webcam texture. So i cant able to track the image neither on editor nor on magic leap device Also i can see some warnings in plugin management. Let me know how can i resolve it.

Unity version : 2022.3.17f1
Magic Leap SDK : 2.3.0

Hi @rajat1812, to address the issue in Screenshot 2024-08-13 095735.png:
Update your settings to use OpenXR by selecting Magic Leap > Upgrade To OpenXR

If you don't see the option or have issues, make the following changes by hand:

  1. Open the Project Settings
  2. Select the XR-Plugin Settings submenu
  3. Uncheck the Magic Leap option
  4. Open the Package Manager and remove the com.unity.xr.magicleap package
  5. Open the Player Settings window and remove USE_MLSDK if it is added to the Scripting Defines Symbols

Let me know if you still have issues once your project is configured correctly.