"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

Vuforia Addressables.

I have been working with vuforia and addressables, for a long time and the loading of data and scene has worked for me. My problem is adding a new target.

What I do is create a new image target in the vuforia database.

Then download, Open in unity and update.

If the target was already created before, the changes are updated, but if it is a new target, nothing is updated.

if anyone knows something about it to update the vuforia database please tell me and if you use addressables like me better.

Hi,

If the addressable has been updated, after Vuforia is init, please stop and start Vuforia again using this: VuforiaBehaviour.Instance.enabled = true/false

Thank you.

Vuforia Engine Support

CreativeEdition

Thu, 05/13/2021 - 19:07

I'm having the same problem, it seems that the addressable system doesn't process the <targetDB>.dat file. Only the xml and the images. If anyone knows a workaround I would be grateful.