"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 recreate dynamic trackable sample

Hy all!

I'm new to vuforia, and I am trying to create trackable image targets at runtime. I have found a tutorial here: https://library.vuforia.com/content/vuforia-library/en/articles/Solution/how-to-create-and-load-targets-in-unity.html.

My code (basically the same) https://pastebin.com/UTXQFwrg

The image targets are created sucessfully, vuforia is initialized, but the texture is not set on the runtimeImageSource.

https://imgur.com/a/usuILK0

What am I doing wrong?

Edit: I'm using vuforia 9.5.4 and unity 2020.1.13

Hi,

I did a quick test and the script worked as expected. I was able to recognize the picture and the augmentation was rendered.

Looking over your print-screen, it looks as it should so I am little confused on what is not working.