Im developing for my company multiple similiar projects, wich are kind of interactive stories. New idea is since they are all similiar to make a book like scene, where user can choose between stories. But problem is downloading one OBB file at once for all scenes it will be probably too big and "boring"to wait. So my question is it possible to make multiple OBB data for each scene? So when user for example choose scene one to play, it will download OBB only for that scene, when he choose scene num 2 it will download OBB for that one, and so on…
Google only supports one OBB. Or rather they support two since you can have both main and patch.
But it sounds like what you are looking for is something along the lines of the AssetBundles.
Thanks for reply, AssetBundles sounds great it have some defects about mobile support. But i will try it.