"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Modify Vuforia Sample

I am trying to modify the Vumark scene in Vuforia sample for use in my own project. I would like to remove some things in the scene but can't seem to figure out the correct references in code.

These are the things I am trying to remove:

1. image of the Vumark instance that appears on top of the physical vumark 2. The box showing the info about detected vumark instance. See screenshot

Which scripts do I need modify and what are the specific lines of code? Are the relevant scripts the following files in \Assets\SampleResources\SceneAssets\VuMarks\Scripts folder: VuMarkHandler.cs, VuMarkTrackableEventHandler.cs, VuMarkTrackableStatusUI.cs? Or are there any additional scripts?

Hi,

In regards to your questions

1. Vuforia Content-> VuMark->Info->Canvas->VuMarkPanel->IconPanel->Icon

2. UIContent->InfoPanelContollers (script: vuforiaStateInfo.cs)

Hope this helps.

Vuforia Engine Support

aronb6

Fri, 01/22/2021 - 06:33

In reply to by mcotora

I tried unchecking in inspector the Vuforia Content-> VuMark->Info->Canvas->VuMarkPanel->IconPanel->Icon. This results with application crashing with the following:

Attachment