Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bevy_scene: Add missing registration for
SmallVec<[Entity; 8]>
(bev…
…yengine#6578) # Objective > Part of bevyengine#6573 `Children` was not being properly deserialized in scenes. This was due to a missing registration on `SmallVec<[Entity; 8]>`, which is used by `Children`. ## Solution Register `SmallVec<[Entity; 8]>`. --- ## Changelog - Registered `SmallVec<[Entity; 8]>`
- Loading branch information