Is there a way to reload assets that failed?

Sometimes assets in my game (like UI’s and special meshes) fail to load and will just be blank.

Is there a way to reload them and try again?

I’d rather not wait to preload every single asset, but even if I do, how would I attempt to load it again if it fails?

1 Like

Try this? Maybe that’ll help you.

2 Likes

Well, this isn’t really for me, it’s for the players in-game. Some assets are blank for them and never load. I’m guessing connectivity issues and I’d like a way to catch the assets that don’t load in.

1 Like