hi there.....
1.Recently,i have installed Unity pro-3.3.0 version and import vuforia-unity-android-2.8.9 but i gt this error
"Assets/Qualcomm Augmented Reality/Scripts/DefaultTrackableEventHandler.cs(81,23): error CS1061: Type `UnityEngine.Collider' does not contain a definition for `enabled' and no extension method `enabled' of type `UnityEngine.Collider' could be found (are you missing a using directive or an assembly reference?)"
Someone please assist me to resolve this error.I WILL LOOKING FORWARD FOR THE REPLY.THANK YOU
NullReferenceException: Object reference not set to an instance of an object
this error message is saying that you are trying to use an object which is null; this is a coding error, not a Vuforia issue, so you just need to debug it.