ElmarJ / GeoJsonCityBuilder

Unity Package to recreate a 3D-city from a specially crafted geojson file.
MIT License
22 stars 2 forks source link

Move all mesh generation logic to Editor assembly #1

Closed ElmarJ closed 4 years ago

ElmarJ commented 4 years ago

Most of the logic now resides in runtime classes, even though none of it will ever be used at runtime. We should aim at making the runtime-classes just an empty shell, and move all the generation code to editor classes.