You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be added as a datafield and people have started doing it but this is going to break serialization hard afaik, it'll just be a timebomb whenever someone decides to fix persistence.
The text was updated successfully, but these errors were encountered:
again easy way is serialize as just EntityUid then TryComp and use a detailed error message (if non optional) when reading it
Its not that easy, because data / components are loaded onto entities sequentially. So you might be parsing an entity & its data-fields before the entity being referenced has been loaded, so you don't know yet whether or not it has the component.
I'm sure it can be supported eventually, but would take a bit of work and for now it just isn't and at the very least should generate errors
It can be added as a datafield and people have started doing it but this is going to break serialization hard afaik, it'll just be a timebomb whenever someone decides to fix persistence.
The text was updated successfully, but these errors were encountered: