- Sort Posts
- 3 replies
- Last post
tracking, for VR
June 25, 2015 - 10:02am #3
ok so that vuforia script when put onto an Image Target as directed immediately gives this compile error:
"Assets/Qualcomm Augmented Reality/Scripts/TargetScreenCoords.cs(6,17): error CS0246: The type or namespace name `ImageTargetBehaviour' could not be found. Are you missing a using directive or an assembly reference?"
so whats up with that?
This post should be in Unity 4
anyways if you add the line
"using Vuforia;"
it works