Can I build 3.0 and 3.5 package for the asset store with unity4?

Hi

Just wondering if anyone knows a way to build a package to go on the asset store that will only requires the user to have 3.0 or 3.5, without the need to keep those older versions to do the build, can it be done with just 4.0, like setting a target?

Cheers

No, when building a package for the asset store, you actually export it from and for the version of Unity you currently use. If you want to export it for different Unity versions, you’d have to install them in parallel.

Thanks Metron, I thought as much, just wanted to be sure I wasn’t missing something, are there metrics about the number of users running earlier versions?

Cheers

That would be interresting to know. Surely Unity must have that info as the editor can easily call home if it has internet access.

For my new projects I’ll be focusing on Unity 4 until people ask for an earlier version.