Description
Objective
Remove the Component
trait implementation from Handle<T>
as its usage is now considered an anti-pattern.
The move to required components has notably made porting error prone both internally and for the code of early adopters. Due a lack of errors on the usage of high-profile but now no longer relevant Handle
components like Handle<Mesh>
and Handle<StandardMaterial>
.