Is there a way that I can download asset store packages to a portable drive and import them to Unity later?

Hi,

We have a copy of Unity at work but our firewall/IT security forbids downloads from most PCs, including my work machine.

Can I import them from an external drive?

Thanks

You can download them to a new project, then make an asset package of the project.

1 Answer

1

If you import them on a computer that can access the packages, then re-export them to your external drive. When plugged into your work computer you can double click on the package, it’ll load unity and load the package contents. Almost as if you’d downloaded them on the work machine.

You can do so by selecting the files inside of your project, and right click, select “export package”.