# Description When calling `World.clear()`, component hooks are totally disregarded. # Solution(s) 1. Add the component hooks implementation into it. 2. Remove `World.clear()` and let users explicitly despawn the entities. # Extra information N/A
Description
When calling
World.clear(), component hooks are totally disregarded.Solution(s)
World.clear()and let users explicitly despawn the entities.Extra information
N/A