In the rules it says:
- Using paid assets is NOT allowed, but free assets and those under an open source license are allowed.
In regards of free assets from the Unity Assetstore, I just found out the license these are under does not permit redistribution. derstanding is that, I'm not allowed to put these on github. Furthermore, I'm not allowed to upload my project containing such assets.
So my question is:
- Projects containing free assets from unity assetstore under the Standard Unity Asset Store EULA is not allowed to submit, correct?
- Are there any good tips on how to still make use of assets under such license? I.e. something like having them in a directory that is ignored by git and then create something that prompts the user when the project is opened up, to acquire all such assets?