Unity assets bundle extractor texture plugin

broken image
broken image
broken image

For efficient delivery over networks, you can compress AssetBundles with a choice of built-in algorithms depending on use case requirements (LZMA and LZ4).ĪssetBundles can be useful for downloadable content (DLC), reducing initial install size, loading assets optimized for the end-user’s platform, and reduce runtime memory pressure. AssetBundles can express dependencies between each other for example, a Material in one AssetBundle can reference a Texture in another AssetBundle. An AssetBundle is an archive file that contains platform-specific non-code Assets (such as Models, Textures, Prefabs, Audio clips, and even entire Scenes) that Unity can load at run time.

broken image