Hi, suppose I have a number of prefabs that I want to bundle into an assetBundle. I'm assuming these asset bundles are full copies of the source prefabs. This bundle get shipped to a server somewhere and the game has to contain code that loads that bundle.
Now, does anything happen to the source prefabs in my project to exclude them from my player build? Are they excluded automatically when the build step iterates the bundles and finds a copy of that prefab? Does this exclusion process happen for all asset types?
↧