i’m very very new to unity 3d…
and i need alot of help…
right…here’s my question…
if i’ve 2 .unity files…with different models…
is there anyway that i could merge the files tgt?
or import one unity file into another unity file?
so that all the textures could be preserved?
or if i’ve 2 different scenes…
could i merge them together?
Thats what I meant. Parenting multiple objects onto one often simplifies managing it, and then allows you to create a prefab that has all the bits attatched, should you want a prefab in your project that you can reuse.
If these are two entirely separate projects then open project A, select objects of interest in the Project view, control-click and export a package file. Then open project B, while it’s open double-click the package file wherever you save it. The assets in the package file will be imported into your new project.