Pre load all 3D assets to avoid "loading" on avatar creating UI

I want to avoid loading only when the user clicks on it. In another words, I want the preload all assets from the menu, or even ship them with the game
Avoid this:

Hello and welcome to the forum,
When you apply a new customization, a new texture is created and loaded following the user’s changes. So, it’s not possible to preload all assets. You can, however, use the optimization options on the avatar config. You can find more about optimizing in Unity on our documentation page here: Optimize - Ready Player Me

1 Like