Am i allowed to include free asset downloaded from unity asset store in my package.

I was planning to write a Tutorial about an endless runner game in which i will be using some free assets downloaded from Unity asset store and i will be giving away the source files to my readers.

Just wondering if it’s legal to include unity free assets in the packages and give it away to my readers ?

No. You cannot redistribute the source of any asset downloaded from the asset store, regardless of whether it was free or not. As specified in s2.2.1 of the EULA, you are permitted only to use the assets when compiled into games.

“It is emphasized that the END-USERS shall not be entitled to distribute or transfer in any way (including, without, limitation by way of sublicense) the Assets in any other way than as integrated components of electronic games and interactive media.”

I have my own asset that uses post processing stack for effects …
can i include Post processing stack in my package … ? so that the user dont have to import it separately .? @tanoshimi