Closed
Description
What problem does this solve or what need does it fill?
Is there a plan for asset error handling? it seems like right now in many cases when not loading assets directly the AssetLoadError is dumped to error! and there's no way for the client to know that it failed to load. Seems like there needs to be an Events or something to close the loop, since AssetEvent doesn't include error cases. Or just make AssetEvent include error cases.
What solution would you like?
Include the error modes directly in AssetEvent
and send them when assets fail to load.
What alternative(s) have you considered?
Make a new event type specific to events. This is inferior because it creates two different streams to listen to for no good reason and makes it easy to simply fail to handle the error cases.