sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7k stars 1.11k forks source link

GUI Null ref when trying to view entity in inspector #1083

Closed wes-kay closed 7 months ago

wes-kay commented 7 months ago

Unity 2023.3.0a13

Unable to view entities components in the inspector, following the basic AddHealth component.

Screenshot_9

SidiaDevelopment commented 7 months ago

There is a solution some answers down in here: https://github.com/sschmid/Entitas/issues/1067