hi -
Does ‘export package’ in Unity3 no longer work the same as 2.6? It doesn’t seem to.
If I select an object in the hierarchy window, the export will list the entire project contents, other scenes, everything - rather than just that object and its children and dependencies.
This is what makes the export package useful (sort of like creating a prefab and exporting it).
The only method that seems to work to export a specific selection is if you select something in the project view. But then you have to figure out all the dependencies yourself if those dependencies were organized in the scene hierarchy. So I tried putting the scene object with children and scripts into a prefab - and then if I try to export it, no dependencies at all are included and it doesn’t work either.