I’m not the best (nowhere close) at coding and all that, but I would like to know how I would reference to images in the assets in C++. I have tried directories like assets/genericimagename.png or just the image name and I only get “Their is no such directory as” assets/blah blah blah. When I try put in Raw image code it sort of crashes glitch so it would be great if you could help me out.
you can get the url of a file in your assets by clicking on it and then clicking ‘copy url’. The url will be an absolute path that you should be able to drop directly into an <img> tag etc
can you use absolute url paths? so if you look in the sidebar you’ll see an ‘assets’ entry. click that, and you can drag in files to upload. then click an uploaded file thumbnail to get the image url path