Hey everyone!
I’m working on an experiment as part of my assignment. I have a block skeleton, and I’m trying to have each part of the model highlighted in blue when the mouse hovers over it and then goes back to its default colour when hovering out.
My approach was to assign a texture to the default ‘Principled BSDF’ material in Blender and then assign it to the ‘Torso’. In puzzles, I created the ‘When hovered’ event, to change the texture map assigned to the material from Blue.jpg when ‘Over’to White.jpg when ‘Out’.
My challenge is if I assign the same material to all parts of the skeleton, they would all update at the same time regardless of whichever part I hover on. What is the best way to create a hover effect for each part of the mesh without having to create new materials for each of the parts of the skeleton? Is there a way to use puzzles to create a hover effect for each part with the same material?
Thank you.