MineInAbyss / geary

ECS framework made for Kotlin
https://docs.mineinabyss.com/geary/
MIT License
49 stars 11 forks source link

NoReread component for other components #59

Closed 0ffz closed 5 months ago

0ffz commented 2 years ago

A component that can be added to component entities that will skip rereading components of that type when a prefab reload is performed. This can be used to allow reloads for prefabs that register things into the server, which can't be re-done after startup.

As well, this requires some way for us to add components to component entities in code.

0ffz commented 5 months ago

I think this is a little convoluted and we don't seem to have issues for it at all across our projects these days.