mred
mred copied to clipboard
failed assets shouldn't cause the app to crash
If some assets fail to load the whole app will give you a warning and then possibly crash if you continue. Instead the things which use assets should be resilient and continue to run as well as possible even without the assets, and print warnings at runtime.