#Moving models from one scene to another
1 messages · Page 1 of 1 (latest)
The assets are presumably prefabs, so you should be able to drag them directly from your project folder (wherever the asset exists) into your scene.
My apologizes if I misunderstood. The stones are prefabs yes and I can drag them into my scene. However they have entire structures built from them. Recreating would take days. I don't know how to copy/paste the entire structure in the demo scene and move in my scene.
I see, in that case you have two options:
-
Drag your scene into the hierarchy while their demo scene is open to have both. Then duplicate/drag elements from one to the other.
-
Drag the grouped structures into your project folder to create new prefab. Open your scene and drag it in.
Yeah the easiest way would be to make a parent object for all the structure parts and prefab that by dragging it into a folder somewhere
Then you just pop that out in another scene
@languid patrol : Should I just create an empty object or do I need to use certain type?
Doesn't really matter, but empties are convenient to use as "containers"