jeffcampbellmakesgames / Entitas-Redux

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

[v2] Port v1 EntitasRedux.VisualDebugging.Editor.Plugins plugins to use Genesis v2 #52

Closed jeffcampbellmakesgames closed 3 years ago

jeffcampbellmakesgames commented 3 years ago

Is your feature request related to a problem? Please describe. For EntitasRedux v2, all content from the EntitasRedux.VisualDebugging.Editor.Plugins AssemblyDefinition should be ported to be implemented in the external Plugins solution under the EntitasRedux.VisualDebuggingPlugins project. This work is being implemented on the feat/v2 branch and any PRs should target that branch.

jeffcampbellmakesgames commented 3 years ago

This has been implemented and merged to develop