jeffcampbellmakesgames / Entitas-Redux

An entity-component framework for Unity with code generation and visual debugging
MIT License
103 stars 13 forks source link

[FEATURE REQUEST] Update minimum Unity project version to latest 2019.4 LTS patch #17

Closed jeffcampbellmakesgames closed 4 years ago

jeffcampbellmakesgames commented 4 years ago

Is your feature request related to a problem? Please describe. I'd like for EntitasRedux to support an LTS version of Unity as the minimum version as it ensures it will be stable and receiving bug fixes on that Unity version for 2 years. After those 2 years have passed I would bump the minimum LTS version of Unity that EntitasRedux supports to the 2020 version.

Describe the solution you'd like Open the Unity project on the latest 2019.4 LTS patch version, ensure there are not any compiler errors and that all unit tests pass, project builds. If this all looks good, check in updates, merge to develop, and update readme to reflect new minimum version.

jeffcampbellmakesgames commented 4 years ago

Checked in to develop