Im trying to load a texture using new Texture(URL,scene)
assets/screenshots/SetUpScreen_English.jpg
but im getting a checkerboard pattern, in the inspector i load it in manually via the button and it works fine.
using TextureTask shows the same problem and i also get a message saying :
Error while trying to load image: assets/screenshots/Set... - Fallback texture was used
this is a react app by the way
Should i load textures another way? using img?