currently i have one main project and another project for each game (planning on having around 40 different games each one in a separated project)
each game will be downloaded to the main project using asset bundle
since asset bundle doesnt really support scripts i will put all my scripts in the main project. my question is:
how can i share the script folder so i can use it in each game