Can events in a Unity program (in a window on a web page) trigger events on the web page?
Example: you have a Unity 3d app in a web page displaying a skeleton. When you mouse over and click on the femur, the web page (outside the Unity window) displays facts about the femur.
Or you have a 3d virtual store that you’re walking through, and you click an item on a shelf. The web page displays information about the item such as name, cost, etc.
How do you get Unity to talk to the HTML code?