Do a Raycast to work out what you clicked on, see the last example at:
http://docs.unity3d.com/Documentation/ScriptReference/Physics.Raycast.html
When you know what was hit, you then need to work out what URL you need. Presumably you'd store the URL with the game object.
↧