How to load asset before system onUpdate execute?

Loading is async, how can I make system run only after all assets are loaded?
It’s some mesh and material that will be used for entity creation.

The system should require for update a singleton entity that is created by the code loading the assets once the assets are loaded.

3 Likes