jeffcampbellmakesgames / Entitas-Redux

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

Fix #56, but for real #67

Closed JesseTG closed 2 years ago

JesseTG commented 2 years ago

Description

Extension methods for custom entity indexes weren't being applied to the generated Contexts class. This PR fixes that.

Fixes #56

How Has This Been Tested?

I ran the revised plugin on the sample code in Assets/ExampleContent and reviewed output in Contexts. Once I got it correct, I committed it alongside the code for the bugfix.

Checklist:

jeffcampbellmakesgames commented 2 years ago

This has been merged to develop and should be available soon in v2.1.3.