Resources for loading textures asynchronously to prevent your application pausing when textures load.
| Page | Description |
|---|---|
| Texture and mesh loading | Learn about how Unity loads textures and meshes that are eligible for asynchronous loading, and where Unity saves the data at build time. |
| Make a texture or mesh compatible with asynchronous loading | Configure a texture or a mesh so Unity can load it in the background. |