Consider adding Entity<T> yaml serialization support #5580
Labels
Area: Serialization
Difficulty: 3-Hard
Extensive codebase knowledge required.
Issue: Feature
This issue is a feature request
Priority: 3-Not Required
Would be nice to have, but not trivial to support, because entity/component data is read 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 know whether or not it has the component.
See #4855 and space-wizards/space-station-14/issues/24078
The text was updated successfully, but these errors were encountered: