Upload sprites from my project to my scene

hey , I new to babylon can someone explain me how to upload sprites from my project to my scene I am trying someting like →

I want the same thing but the sprites should be uploaded from my project not from web

Seems that in this case you just need to provide relative URLs instead of absolute ones (and, of course, host your sprites yourself).

1 Like

See Using External Assets In the Playground | Babylon.js Documentation (babylonjs.com)

1 Like