Closed dvdking closed 6 days ago
hey @dvdking
somebody tries this crazy stuff 👍🏼. This is currently a known issue for all new Component Types.
That is the reason why these new types are only available in 3.0.0-preview releases.
Right now: AddComponent<>()
and RemoveComponent<>()
must be used.
I have to make adjustments in all extension methods in EntityExtensions and EntityStoreExtensions used in your first test.
Same for EntityBatch and CreateEntityBatch methods used in your last test. Without your post I guess I would have missed those two for the final release.
Also the CommandBuffer needs adjustments.
thx for feedback!
Hi. Any news about supporting Indexed Components using CommandBuffers and EntityBatch ?
Fixed in 3.0.0-preview.14.
Implemented also all other cases adding / removing / changing indexed components. Those cases are listed in my initial answer.
This test fails
This does not fail
batches fail too