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?
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?