Loading programmatically created images

in updating the trivial loadexternal image example to test loading external URLs, we’re getting an error that an ASPX suffix is not supported.

Our use case requires the loading of programmatically generated images in a C# image builder that resides elsewhere. While it’s conceivable for us to come up with a way to generate pseudo image file names, wanted to check if there’s another way to address the issue in PlayCanvas

You can probably add a new asset loader for aspx types.

I did something similar here with OP’s .bin files: Load texture with generic file extension at runtime (looks like the project needs updating though)