-
|
Are there any plans to support relations in the CommandBuffer API? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
hi @Danon5, thought about this feature whenever dealing with the The main reason for a Relations a not stored in There are two properties which enable to iterate all relations using EntityRelations
As components and relations a stored in different independent data structures the following use-cases are fine
|
Beta Was this translation helpful? Give feedback.
Right, deferring relations changes by using a command buffer make sense.
This justify this feature.
I assume the demand for this feature is very low. So I will prioritize its implementation very low.
It can be added in the future without breaking anything else.