-
Hi, I wonder how I can do the following thing:
I couldn't find an example on how to do this so I am grateful for any pointers. Thank you! Edit: I also generally wonder how you can use data from assets during the initialization phase. I have another use case, for instance: I would like to load a list of colors from another yml file and use this colors then to, for instance, set the clear color during app setup. Is there a way to crate a startup system that waits until specific assets are loaded? Daniel |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
One possible solution is to wait until the required assets are loaded. After that, initialize the dependent data. |
Beta Was this translation helpful? Give feedback.
One possible solution is to wait until the required assets are loaded. After that, initialize the dependent data.
Checking the loading process is done using
LoadState
(example).