HI, I am currently new to vuforia, i search a lot youtube and google about the user defined target but i cant find the user defined target in the vuforia core sample under scenes. Is the user defined target sample remove from the vuforia core sample???
Attachment | Size |
---|---|
![]() | 86.56 KB |
Hi,
Yes, the feature was deprecated in 9.6.3
The previously deprecated User Defined Targets feature and the corresponding ImageTargetBuilder API have been removed. To place virtual content on real-world surfaces at known scale we recommend using the Ground Plane feature . Alternatively, the RuntimeImageSource.SetImage() methods can be used to create an image target at runtime from any source, including a camera frame.
If you don't require the camera frame and already have the image, you could create the Image Target at run-time. by following the steps described here: https://library.vuforia.com/articles/Solution/how-to-create-and-load-targets-in-unity.html#image-target-loading
Thank you.
Vuforia Engine Support