Hello everyone,
Is it possible to load in datasets and trackables from external paths? I have tried including datasets into Unity3D Asset Bundles, but Unity doesnt allow *.dat files to be included into Asset Bundles.
What I am looking for is a way to download the dataset and trackable images from external scource, as it is for a variable app.
Thanks in regards,
Morgaza
https://ar.qualcomm.at/qdevnet/sdk , under Getting Started > Mastering Advanced Topics > Swappable Datasets.
You should be able to retrieve the dataset using Unity's WWW class - http://unity3d.com/support/documentation/ScriptReference/WWW.html