Hybrid packages in Asset Store

Hello there,

I have created a UPM package, but would like to submit it to Asset Store as well. I found this repo: GitHub - needle-tools/hybrid-packages: Export UPM packages as .unitypackage files that basically creates a hybrid package from the UPM package that can be submitted to Asset Store as .unitypackage. In the docs they mentioned that the Asset Store Tools package is itself a hybrid package.

So I wanted to ask if it is possible to submit that kind of a hybrid package to the Asset Store? Also, currently in my UPM package scenes are added in the ~Samples folder, they can be imported when the package is installed, but because of that the Asset Store validator is printing a warning, that there are no demo scenes. I know that is just a warning, not an actual error, just wandering if the Unity reviewers would be ok with that.

Any details are appreciated, thanks.

I ship most of my assets via hybrid packages - and you don’t need needle’s tools to do it anymore, it’s actually built in to the official asset store uploader if you add the UNITY_ASTOOLS_EXPERIMENTAL define to your project.

1 Like

Thanks, so I suppose that means that those packages are being approved even though the demo scenes are in the ~Samples folder and not in the actual Scenes folder?

yep

1 Like