outerminds / Entia.Unity

Entia.Unity is a full integration of the Entia framework for the Unity game engine.
MIT License
11 stars 0 forks source link

OnRemove message not called for children component in disabled parent #12

Closed FalconX4 closed 5 years ago

FalconX4 commented 5 years ago

It seems that the OnRemove message is not called for the components of children who's parent got disabled. Whilst the parent does the OnRemove message for his own components. Childrens do receive the IsDisabled tags though.