Link to the object in the scene?

I would like to be able to get a link to the object in the scene, something like you can get in google maps for certain location…that link should open the web build and show only that certain object. I see there are lot of problems that should be solved to make this working. Any ideas about what is the best course of action?

Thanks!

http://forum.unity3d.com/threads/4552-.unityweb-access-url-parameters

The above link should help you out. Just passing some parameters on, and adjusting your scene according to the input.

Don’t forget that a crosspost have two location and therefore you need two links :wink:

thank you all for looking into this. i have few questions for bare with me

1.) can i use default auto-generated template that came with 2.6 (i cannot switch to 3.3 in the middle of the project) to do this?
2.) @bunny83 i was looking at the code you posted on unity answers, can it be used with 2.6 html template? i see that you use
unityObject, how can i use it. it seems that you understood what i want, and know how to do it but i do not understand where to start.
can you tell me where to start?