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] Remove CustomComponentNameAttribute #15

Closed jeffcampbellmakesgames closed 4 years ago

jeffcampbellmakesgames commented 4 years ago

Is your feature request related to a problem? Please describe. When writing documentation for this library I noticed that [CustomComponentNameAttribute] is no longer used and is marked as obsolete in favor of using [ComponentName].

Describe the solution you'd like This should be removed in a future release.

jeffcampbellmakesgames commented 4 years ago

This has been accomplished and merged to develop.