Every time i try to recognise a vuforia marker, one line of the code throws an error and then a null reference .
The line of code is :
tracker.GetTargetFinder().ClearTrackables(false);
And at this line it throws the error:
Unsupported TargetFinder type provided UnityEngine.Debug:LogError(Object)
and after that a null reference.
I dont understand this because the code worked before, after i updated unity and vuforia i had this problems.
Thank you in advance guys
↧