SKINS for my character/character customization with a button

i would like to add 2d skins to my 2d character like a png image that overlaps over my character i would like to know how to disable/ enable those entities with a button so i can make something similar to a skin heres the project

https://playcanvas.com/project/876716/overview/Trigo%20Run

Hi @Kevin_Herod,

Check this tutorial on how to add interactive buttons to your PlayCanvas game:

https://developer.playcanvas.com/en/tutorials/ui-elements-buttons/

As soon as you implement them on your project, you can easily add some simple code that enables or disables an entity like this:

entity.enabled = false;
2 Likes

this has to do with quality changing and not selectable skins