I’m working on a Needle Engine project and I’d like to know how to change the thumbnail image for my project. I used one of builtin Needle projects as a template and now when sharing the glitch link the thumbnail is the one set for default.
How can I customize it to change both the name and image displayed?
To change the thumbnail image and the name displayed for your Needle Engine project, you’ll want to edit the package.json of your project. Here are the key steps:
Locate your package.json file: This file is found in the root of your project directory.
Modify the Thumbnail and Name: You will need to update the Thumbnail field and the Name field within package.json. An example structure looks like this:
Save the Changes: After making the changes, save the file and run your project again. The new thumbnail and name should display when you share your project link.
Make sure:
The thumbnail image is accessible via the provided URL.
You use relative paths correctly if that’s how you choose to implement the thumbnail.
Hi, are you using Unity? You can use the HTMLMeta component to modify the image from within Unity. If you used a sample project it might already be in your scene. Just assign a texture to the image slot and you’re good