Hi one more time. I don't exactly know how I ended up with this, but when I click on an hotspot (I'm using Unity UI prefab), instead of displaying the label name set in the Inspector, it always shows "hotspot" on any object. Any suggestions ??
https://ibb.co/Smvqwvz
https://ibb.co/zGqCzf8
https://ibb.co/3smFjxN
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
This issue typically occurs it there's a broken connection between the Hotpot's label and the Text component that displays it.
Double-click the HotspotUI prefab to view it in "Prefab Mode", then select the Label element in your Hotspot menu in the Menu Manager. Find the Text object in your HotspotUI, and drag it into the Label element's Linked text field to re-link it.\
If you use TextMesh Pro instead of Unity's own Text component, you'll need to also check Use TMPro component? in the Menu's properties.
Once again, thank you so much, Chris.
In fact, the Label of the hotspot menu had disappeared (or perhaps I accidentally deleted it), so I added it back and linked it to the Linked Text.
Now it works perfectly.