Hello,
I have a scene "Create new target" to create a user defined target. If the image quality is good and the new target is created, it loads the "main menu" scene and from there you can load another scene where I want to put a "UserDefinedTarget" prefab with that previously created target.
My question, is there a way to save that user defined target and use it in another scenes?
I could try to keep the new "UserDefinedTarget" gameobject through the scenes, but I think it would be very dirty.
Is there any update on this thread?
Vuforia SDK v6.2.6 - Release Note says this
Vuforia is initialized and deinitialized only once per application instead of every scene
So my understanding is, if i save a User Defined Target, this will stay until i kill the app and even if i change to different scenes