brnkhy / MapzenGo

Pokemon Go clone using Unity3D & Mapzen/OpenStreetMap
http://www.barankahyaoglu.com
MIT License
199 stars 59 forks source link

Refactor project so it can be easily included in another project as a unitypackage #12

Closed flarb closed 8 years ago

flarb commented 8 years ago

I think we should somehow move all of the assets to a subfolder, like Assets/MapzenGo so that you could export that folder as a unity package and import it into another project. As it stands now, the files are all scattered around the root assets folder which makes it hard to import into other projects and modify.

brnkhy commented 8 years ago

Yes, that's a great idea. I always look over these stuff, thank you man