- Sort Posts
- 4 replies
- Last post
Error "type or namespace name could not be found"
Ok, I have followed this guide:
https://developer.vuforia.com/library/articles/Solution/How-To-Migrate-a-Unity-Project
and now only I get this error:
"Assets/Scripts/Controllers/ARPlayBackController.cs(86,17): error CS0246: The type or namespace name `ImageTracker' could not be found. Are you missing a using directive or an assembly reference?"
Error "type or namespace name could not be found"
Scroll to bottom of this guide and see section about new namespace for Vuforia 4.0:
https://developer.vuforia.com/library/articles/Solution/Vuforia-40-Migration
thanks for answering,
Yes, in classes with errors I put: "using Vuforia", but the error is still there... :(
Error "type or namespace name could not be found"
Scroll to bottom of this guide and see section about new namespace for Vuforia 4.0:
https://developer.vuforia.com/library/articles/Solution/Vuforia-40-Migration
Also in that guide:
"All occurrences in code of the <ImageTracker> class must be replaced with the <ObjectTracker> class."