I just didn't know that it was possible to rename the names of interactions using Interaction UI methods. I will try and write later here how I solved this problem.
Or I'll just add a lot of interactions A,B,C,D,E and etc and hide or show what is n…
The problem is that the UI for each Hotspot is not the same. Each can have a different number of elements with different names. Screenshot of the UI example
https://ibb.co/tCBw9jr
For some reason, this script did not work for me. I tried this way, but for some reason both UI are activated when I click on Hotspot
void Start() { _hotspotRef = GetComponent<Hotspot>(); EventManager.OnHotspotSelect += Chang…
@ChrisIceBox Thanks for the quick response! Should I use this void on the hotspot object after I selected Custom Scripts in the Interaction Method?
No, I don't need to display them at the same time. I need each Hotspot to have its own Interaction U…