Hello!
I’m trying to load some textures from a server I don’t have acces to allow cross origin. The thing is when I’m trying to create the texture I get CORS error, but with the same Url I can display the image on other components. Is there an extra setting for Texture to load image the way HTML Elements do?
Thank you!