"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

can't use new marker in virtualbuttons

i create new marker on web. it has 4 stars. i change name and replace it in asset file . but anything not happen when i use device on marker.

Make sure you update the dataset to load in VirtualButtons.cpp. Look for this: [CODE] if (!dataSet->load("Wood.xml", QCAR::DataSet::STORAGE_APPRESOURCE)) [/CODE] You'll need to run ndk-build again then refresh or clean the Eclipse project after updating that file. - Kim