[SOLVED] Loading a texture into element from URL

hello
Im currently working on image localisation feature in my project. the question is: is there any way to load a png file that i receive from web into an entity with element component???

Yes. You can create an asset with the image URL and assign it to the element.

can i have code example?

Check out this thread:

1 Like

thank you, that was very helpful.

1 Like