Hello. I encountered a problem when i use Model Target.
My work environment is win10+unity2017.3.0p1.
I create a new project and add ARCamera to scene. This will import default resource to new project. Then i add a model target to scene and select the default data to the target.
Succeed for this flow.
Then, i follow this guide(https://library.vuforia.com/articles/Solution/model-target-generator-user-guide.html) make a new model data by the default resource(Vuforia_Model_Target_Generator-win32-x64\resources\app.asar.unpacked\sampledata\VuforiaMars_ModelTarget\VuforiaMars_ModelTarget.pvz).
When i run after i import the new package to unity and set new data to target base on the same project, it output a error.
Failed to load data set sample2.
UnityEngine.Debug:LogError(Object)
Vuforia.DatabaseLoadARController:LoadDatasets()
Vuforia.VuforiaARController:Start()
System.Delegate:DynamicInvoke(Object[])
Vuforia.DelegateHelper:InvokeDelegate(Delegate, Object[])
Vuforia.DelegateHelper:InvokeWithExceptionHandling(Action)
Vuforia.VuforiaBehaviour:Start()
I try to solve by search document. But i didn't find any information about this.
now, i have no idea how to solve.
Is there someone know it?
thx.
Got it working with Unity update:
Unity 2018.2.1f1, vuforia 7.1.35
Thanks!