Export a prefab

Hello,

I try to export my prefab with some scripts to another project. but doing so it exports the whole project. Also I get a whole bunch of errors when exporting it, like it did not imported the required packages (even though MLagents is is intalled on the other Unity project).

Has anyone similar problems/work around?

when exporting anything to another project, i usually:
select the prefab in project window,
then do select dependencies,
then select export package,
then uncheck include dependencies (otherwise almost everything gets included…)

1 Like

Hello mgear,

I am really thankful for your respons, this is a huge time saver!
your advise works as I thought it works automatically/ it worked as intended.

With kind regards,

Matthew

p.s.: my problem was that MLAgents somehow was not installed, and Unity does not install packages automatically when exporting packages.