Version: Unity 6.1 (6000.1)
Language : English
Apply default presets to assets by folder
Introduction to AssetBundles

Combining assets into bundles

Use AssetBundles to group together assets in your project in an archive file format. AssetBundles can speed up the build times of your project and enable delivery of content in patches and DLC.

Topic Description
Introduction to AssetBundles Overview of AssetBundles and their purpose in Unity projects.
Creating AssetBundles Create and organize AssetBundles in your project.
Loading assets from AssetBundles Load assets from AssetBundles at runtime.
Handling dependencies between AssetBundles Manage dependencies between AssetBundles.
Optimizing AssetBundles Optimize AssetBundles for performance and memory usage.
Downloading AssetBundles Download and verify AssetBundles securely.

Additional resources

Apply default presets to assets by folder
Introduction to AssetBundles