Transform parenting: cyclic dependency checker It checks only in modified Transforms
Add this system with:
engine.addSystem(cyclicParentingChecker(engine))
And then it will check every tick the parenting.
@public
@params engine @returns a system
Transform parenting: cyclic dependency checker It checks only in modified Transforms
Add this system with:
And then it will check every tick the parenting.
@public
@params engine @returns a system