I’m trying to put one of my school projects on GitHub, but I’ve read that you can’t if you’re using any assets from the asset store so I removed the asset I used.
Besides that, is there a specific license I need to put the repo under?
I’m trying to put one of my school projects on GitHub, but I’ve read that you can’t if you’re using any assets from the asset store so I removed the asset I used.
Besides that, is there a specific license I need to put the repo under?
If you want anyone to be able to use your asset you need to release it under a permissive open source license like MIT.
Mit, BSD or ZLib.
If you want most people to ebnefit from your project, that is.
Awesome, thank you!