I have upgraded the Vuforia version to 8.0.10 with Unity.
Now I found that the function OnNewSearchResult (TargetFinder.TargetSearchResult targetSearchResult) which used to get triggered when we scan any image doesn't show MetaData field in it. And because of this the code broke and i am not able to scan any trigger any longer.
Please help me with this as this is a showstopper for me right now.
Good day
I've had the same issue, and I managed to find the solution.. despite not being helped much by the release notes
Anyhow, you first need to cast your targetSearchResults into a CloudRecoSearchResults.
The CloudRecoSearchResults contains the Metadata property which you'd usually refer to.
I hope that helped!
Have a wonderful day