"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Location of DAT and XML files?

Hey all,

Working in Unity here, attempting to successfully download a new database directly. Any chance someone could tell me the additional extension of the Application.PersistentDataPath that's required to path into the Vuforia folder on iOS? 

 

Specifically:

vuDB_outerRef.GetFileAsync(Application.persistentDataPath + "/Vuforia/AR_Presentation_DB.xml").ContinueWith(task3 =>             {                 if (!task3.IsFaulted && !task3.IsCanceled)                 {                     Debug.Log("Database is downloaded.");                 }             });

 

Is the above filepath under "Application.PersistentDataPath + "/Vuforia/[FILE_NAME.xml]" correct? 

 

Thanks!