Search Unity

How to duplicate a live 3D object in anther place in a scene?

Discussion in 'VR' started by aakar, Jul 8, 2019.

  1. aakar

    aakar

    Joined:
    Mar 21, 2019
    Posts:
    2
    I have built a game object in Unity that updates its appearance every time the user touches it (collision). What I want is to show the replica of that object in another place in the scene so that whenever the user touches the first object, I see the second object changing in appearance as well. Is there a faster way of doing this without creating a copy of that object in the scene beforehand and changing it everytime a change happens in the first object. I suppose I'm asking if Unity has a way for me to show duplicate copies of an object in a scene without having to create them in the scene beforehand.
     
    Last edited: Jul 8, 2019
  2. Blackhawk500000

    Blackhawk500000

    Joined:
    Jun 16, 2019
    Posts:
    3
  3. aakar

    aakar

    Joined:
    Mar 21, 2019
    Posts:
    2