I have an app that loads a new scene via assetbundle, the problem is, I need to update the app sometimes, but I can't update the core which is available in the ios and android store. So I need to load new content and new vuforia datasets through an assetbundle. The Vuforia Cloud is not an option.
I know it is not possible to load scripts through an assetbundle. But maybe there is another way of loading a new vuforia dataset via internet / assetbundle?
I am using Unity 5 and Vuforia 5 and the app is developed for ios and android.
Thanks!