The reason for that is so people can detect when individual assets have been loaded, especially useful in loading screens to display the amount of assets loaded.
correct me if im wrong but it loads significant slower and… theres zero scenario when i want to know # of assets loaded. I just need a bool : loaded or not loaded
i will mark this as the solution but im not satisfied ;(
Yes, it might load a little slower, but probably not too noticeable depending on memory usage at runtime.
Although you may not have a use for it, others such as me prefer to display the amount of assets loaded. I don’t think this system has any other use than that, though…
so for yours you would just preload the entire thing. Let me know if you have any further questions.