- Home /
One application multiple assetbundle/addressable assets
Hello, I'm new with downloable assets topic and I need help... I want to create VR room visualization app for Bachelor's degree project and I have problem because let's assume I want to sell this app to multiple companies and then I want give them license key or user and password, with correct login launcher will download dunno Assetbundle or addressable assets (prefabs with scripts in this case prefabs of furniture models) from specially created FTP server for specific company with authorization to local catalog in build (for example build folder\build_model_Data)
So can I have external launcher what with correct login and password wil be download a specific prefabs asset package with scripts component to custom data catalog where will be loaded locally to list script in build?
I wanna create app what doesn't need to be always updated when I add a new model prefab, I wanna to only update assetpackage with new prefabs with script component from specific servers to specific company.
I will appreciate if someone will explain to me if I can create custom folder for assetpackage and if I can just swap old assetpackage with new one with help of external launcher who would be download this to this specific catalog and if it would work with android build (I'm thinking about Oculus Quest native support)
Your answer
Follow this Question
Related Questions
Guideline 4.2.3-Design-Minimum Functionality 0 Answers
How to import the object from server to unity 2 Answers
Using an FTP site to store AssetBundles 2 Answers
Using AssetBundles throughout project 0 Answers