I’m wondering how can I upload multiple versions of the same package on the Asset Store.
I have a project in Built-in Render Pipeline that I have upgraded to URP and HDRP.
Do I need to create a different Draft for each version ?
I tried to upload the 3 versions on the same Draft but the one I upload replace the one already uploaded.
If I need to create 3 different Drafts, all the customers who purchased the Built-in version will need to purchase it again to have URP/HDRP versions. Is there a way to avoid that ?
Is it possible to create free updates to an existing package somehow ?
Having some ways to contact people who purchased your package would be really great for some cases like this.
The link doesn’t work for me. Can you tell me what the fix is? I’m having the same problem, and I don’t want to overwrite it again because it’s not published yet so it will probably push back the date.
Well, what I did is uploading the versions in 3 different Drafts, and created free Lite upgrades for each.
If one purchase any version of the package, it unlock the others versions for free on the Asset Store.
But I could have do it in a more simple way by having UnityPackages, inside the main package, that only replaces materials shaders and scene to the desired Render Pipeline. This way one does not have to re-download the whole package.
I ended up doing your 2nd suggestion and putting 3 packages inside the main package (one for LWRP, HDRP, and standard). I’ll post back here once it’s published to confirm that this is how we are supposed to do it.