Can I include other AS packages content into my asset store package?

  1. If another package is free.
  2. If another package is created by me (free or not).

1 Answer

1

No, you should not include other packages (whether free or not). If your package depends on another package, then design your code to throw an error if the thing it looks for cannot be found.

There are script #1 in one package and I want to sell another script #2 based on #1. So I want to sell these scripts together with "discount", because buying #1 and than #2 would be too big price for #2... #1 and #2 are created by me. Which is the correspond for my question section in AS license ?