- Home /
Open source projects with third party assets
Hi!
I know you are not allowed to open source a project that contains asset store items that are either paid or under the default license. I am just wondering if there's any way to make my git repository public without getting into trouble.
Would it be possible to compile all third party assets into binary and keep the rest of the project text only? Would it solve the redistribution problem of third party assets while still keeping my own code and assets open source?
I know about just adding a list of required assets, but I'm looking for a better approach: a way to just download the repository, import it and it just works. If this is at all possible please share your solutions.
Thanks
Your answer

Follow this Question
Related Questions
Is there a need to destroy assets created during runtime to prevent memory leaks? 1 Answer
Building Player including assets not referenced in scenes included 2 Answers
Best 'asset' to snap other prefabs together. 0 Answers
Failed To Repackage Resources With Appodeal Plugin 0 Answers
Is there a way to hide/ignore assets in the editor? 0 Answers