I want to each hotspot UI to have a different color. In the sample I see it’s possible to change the title and the text. But i want to change the color too.
Hello @saad_baig
The we’ve updated the hotspot samples version to 1.3.0 yesterday which changes how hotspots work. Instead of using a template for each hotspot which is duplicated in the browser it does now simply use Unity prefabs so every hotspot can be unique and easily customized. Note that If you’ve been using the hotspot sample and you want to update you will need to add the hotspots again in your scene but it should be pretty straightforward (you just need to copy and paste the hotspot prefab in your scene and update the texts).
You can see the new hotspot sample live here: Hotspots | Needle Engine
Wow thats great! is it possible to add more UI elements on the canvas. For example Image?
Yes, you can add any supported UI element to the hotspots that way and/or add Buttons etc (the Patio hotspot adds an additional button for example)