Am I allowed to sell PackageManager packages on AssetStore? If AssetStore doesn’t support PackageManager, how do I handle their dependencies? Some of them even rely on open-source packages with MIT license. Can I ask users to download some packages from GitHub? I think it’s a bad idea to copy all dependent files into my assets, which means that as long as those files are updated, I must manually update my assets and upload them to AssetStore.
I would also like to know the answer to this.