Optimizing project to use Bundles
Hello guys, we have complete project, that does not use bundles. Now, due to app store build limits, we decided to move textures, animations and sounds into bundles, and load them from server on startup. My question is - can this be done by simple packaging assets into bundles, them downloading them once. Or, we also need to manually setup EVERY object, that used asset, that is now bundled, to load that on start from exact bundle? This way - this will be a ton of work, to manually do that on every scene. Is there any way to automatize that? Thanks!
Your answer
Follow this Question
Related Questions
Extremely slow building of AssetBundles 0 Answers
Keep position of UI while using Horizontal Layout Group and Content Size Fitter 1 Answer
How to catch event trigger on 2 UI elements stacked on one another ? 0 Answers
Issues when loading sub assets from an AssetBundle 0 Answers
Scroll Rect. Unnable to place my layout at left side. 0 Answers