ElmarJ / GeoJsonCityBuilder

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

Use ECS for Time Machine functionality #36

Open ElmarJ opened 2 years ago

ElmarJ commented 2 years ago

Migrate to an Entity Component System (DOTS) approach for filtering GameObjects for time machine functionality. This approach is very similar to what we're already doing here, but than using a formally supported approach (that might also come with some perfomrance benefits).

Probably not before migrating to 2022 LTS (by the time that gets released)